svn commit: trunk/busybox/scripts

vda at busybox.net vda at busybox.net
Sat Feb 3 04:50:42 PST 2007


Author: vda
Date: 2007-02-03 04:50:41 -0800 (Sat, 03 Feb 2007)
New Revision: 17737

Log:
add TODO


Modified:
   trunk/busybox/scripts/mkconfigs


Changeset:
Modified: trunk/busybox/scripts/mkconfigs
===================================================================
--- trunk/busybox/scripts/mkconfigs	2007-02-03 12:45:43 UTC (rev 17736)
+++ trunk/busybox/scripts/mkconfigs	2007-02-03 12:50:41 UTC (rev 17737)
@@ -40,12 +40,14 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  *
- * This file is generated automatically by scripts/config/mkconfigs.
+ * This file is generated automatically by scripts/mkconfigs.
  * Do not edit.
  *
  */"
 
 echo "static const char * const bbconfig_config ="
+# dash and probably ash produce wrong output (because of \n)
+# TODO: check whether our ash is ok
 echo "`sed 's/\"/\\\\\"/g' $config | grep "^#\? \?CONFIG_" | awk '{print "\\"" $0 "\\\\n\\"";}'`"
 echo ";"
 echo "#endif /* _BBCONFIGOPTS_H */"



More information about the busybox-cvs mailing list