svn commit: trunk/busybox/libbb

landley at busybox.net landley at busybox.net
Thu Jul 6 20:02:50 UTC 2006


Author: landley
Date: 2006-07-06 13:02:47 -0700 (Thu, 06 Jul 2006)
New Revision: 15659

Log:
Attempt to address Shaun Jackman's problem adding "busybox: busybox.bflt" to
.config.mak.


Modified:
   trunk/busybox/libbb/Makefile


Changeset:
Modified: trunk/busybox/libbb/Makefile
===================================================================
--- trunk/busybox/libbb/Makefile	2006-07-06 20:00:43 UTC (rev 15658)
+++ trunk/busybox/libbb/Makefile	2006-07-06 20:02:47 UTC (rev 15659)
@@ -12,6 +12,12 @@
 endif
 srcdir=$(top_srcdir)/libbb
 LIBBB_DIR:=./
+
+# Ensure "all" is still the default target when make is run by itself in
+# libbb, even if the files we include define rules for targets.
+
+all:
+
 include $(top_srcdir)/Rules.mak
 include $(top_builddir)/.config
 include Makefile.in




More information about the busybox-cvs mailing list