svn commit: trunk/busybox: applets archival console-tools coreutils etc...

Yann E. MORIN yann.morin.1998 at anciens.enib.fr
Fri May 19 13:35:50 PDT 2006


Hello!

On Friday 19 May 2006 212, aldot at busybox.net wrote:
> Author: aldot
> Date: 2006-05-19 12:29:19 -0700 (Fri, 19 May 2006)
> New Revision: 15141
> 
> Log:
> - remove emacs layout block as suggested by Robert P.J. Day
> - use shorter boilerplate while at it
[--SNIP--]
>    trunk/busybox/include/platform.h

----
svn diff -r 15140:15141 svn://busybox.net/trunk/busybox/include/platform.h
Index: platform.h
===================================================================
--- platform.h  (revision 15140)
+++ platform.h  (revision 15141)
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
 /*
    Copyright 2006, Bernhard Fischer

@@ -99,9 +100,11 @@
 #endif

 /* ---- miscellaneous --------------------------------------- */
+#if ENABLE_DEBUG_KEEP_NLS_CRAP
 /* NLS stuff */
 /* THIS SHOULD BE CLEANED OUT OF THE TREE ENTIRELY */
 #define _(Text) Text
 #define N_(Text) (Text)
+#endif

 #endif /* platform.h   */
----

What is this ENABLE_DEBUG_KEEP_NLS_CRAP that came in? What is it supposed to do,
and where is it supposed to be defined?

Anyway the tree is broken and does not compile... :-/

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +0/33 662376056 | Software  Designer | \ / CAMPAIGN     |   ^                |
| --==< °_° >==-- °---.----------------:  X  AGAINST      |  /e\  There is no  |
| web: ymorin.free.fr | SETI at home 3808 | / \ HTML MAIL    |  """  conspiracy.  |
°---------------------°----------------°------------------°--------------------°



More information about the busybox mailing list