svn commit: trunk/busybox: applets
aldot at busybox.net
aldot at busybox.net
Fri Nov 17 05:17:04 PST 2006
Author: aldot
Date: 2006-11-17 05:17:04 -0800 (Fri, 17 Nov 2006)
New Revision: 16562
Log:
- fix generation of the busybox.links install script inputfile
Modified:
trunk/busybox/Makefile.custom
trunk/busybox/applets/busybox.mkll
Changeset:
Modified: trunk/busybox/Makefile.custom
===================================================================
--- trunk/busybox/Makefile.custom 2006-11-17 12:57:21 UTC (rev 16561)
+++ trunk/busybox/Makefile.custom 2006-11-17 13:17:04 UTC (rev 16562)
@@ -5,7 +5,7 @@
%.bflt: %_unstripped
$(CROSS_COMPILE)elf2flt $(ELF2FLTFLAGS) $< -o $@
-busybox.links: $(srctree)/applets/busybox.mkll $(srctree)/include/applets.h
+busybox.links: $(srctree)/applets/busybox.mkll $(objtree)/include/autoconf.h $(srctree)/include/applets.h
$(Q)-$(SHELL) $^ >$@
.PHONY: install
Modified: trunk/busybox/applets/busybox.mkll
===================================================================
--- trunk/busybox/applets/busybox.mkll 2006-11-17 12:57:21 UTC (rev 16561)
+++ trunk/busybox/applets/busybox.mkll 2006-11-17 13:17:04 UTC (rev 16562)
@@ -10,7 +10,7 @@
export LC_ALL=POSIX
export LC_CTYPE=POSIX
-CONFIG_H=${1:-include/bb_config.h}
+CONFIG_H=${1:-include/autoconf.h}
APPLETS_H=${2:-include/applets.h}
$HOSTCC -E -DMAKE_LINKS -include $CONFIG_H $APPLETS_H |
awk '/^[ \t]*LINK/{
More information about the busybox-cvs
mailing list