svn commit: branches/busybox_scratch
aldot at busybox.net
aldot at busybox.net
Sun Aug 20 10:42:20 UTC 2006
Author: aldot
Date: 2006-08-20 03:42:20 -0700 (Sun, 20 Aug 2006)
New Revision: 15829
Log:
- for legacy compiles (i.e. non-IMA), make sure that APPLET_SRC is empty.
Otherwise we did pass applets/*.c in twice.
Modified:
branches/busybox_scratch/Makefile
Changeset:
Modified: branches/busybox_scratch/Makefile
===================================================================
--- branches/busybox_scratch/Makefile 2006-08-20 10:40:48 UTC (rev 15828)
+++ branches/busybox_scratch/Makefile 2006-08-20 10:42:20 UTC (rev 15829)
@@ -278,6 +278,7 @@
APPLET_SRC:=$(APPLET_SRC-y)
APPLETS_DEFINE:=$(APPLETS_DEFINE-y)
else # CONFIG_BUILD_AT_ONCE
+APPLET_SRC:=
# no --combine, build archives out of the individual .o
# This was the old way the binary was built.
libbusybox-obj:=archival/libunarchive/libunarchive.a \
More information about the busybox-cvs
mailing list