svn commit: trunk/busybox/scripts
aldot at busybox.net
aldot at busybox.net
Thu Sep 14 15:04:32 UTC 2006
Author: aldot
Date: 2006-09-14 08:04:31 -0700 (Thu, 14 Sep 2006)
New Revision: 16118
Log:
- do away with silly comment and do the Right Thing wrt building the archives.
You have to provide the absolute path to the objdir/target.ext you want to build, as can be seen in the respective makefiles..
Modified:
trunk/busybox/scripts/individual
Changeset:
Modified: trunk/busybox/scripts/individual
===================================================================
--- trunk/busybox/scripts/individual 2006-09-14 13:19:19 UTC (rev 16117)
+++ trunk/busybox/scripts/individual 2006-09-14 15:04:31 UTC (rev 16118)
@@ -12,34 +12,7 @@
# Make our prerequisites.
-make busybox.links include/bb_config.h
-
-# Adding "libbb/libbb.a" to the previous line doesn't work, nor does going
-# "make libbb.a" in the libb directory. The busybox makefile has layers and
-# layers of overcomplicated brokenness...
-
-cd libbb
-make
-cd ..
-
-# Same problem.
-
-cd archival/libunarchive
-make
-cd ../..
-
-# And again
-
-cd coreutils/libcoreutils
-make
-cd ../..
-
-# Sensing a pattern here?
-
-#cd networking/libiproute
-#make
-#cd ../..
-
+make busybox.links include/bb_config.h $(pwd)/{libbb/libbb.a,archival/libunarchive/libunarchive.a,coreutils/libcoreutils/libcoreutils.a,networking/libiproute/libiproute.a}
fi
# About 3/5 of the applets build from one .c file (with the same name as the
More information about the busybox-cvs
mailing list