svn commit: trunk/busybox
aldot at busybox.net
aldot at busybox.net
Mon Aug 28 13:29:42 UTC 2006
Author: aldot
Date: 2006-08-28 06:29:41 -0700 (Mon, 28 Aug 2006)
New Revision: 16000
Log:
- pgf(?) found and fixed that missing dependency (usage: .config, IIRC), so remove the now unneeded NOTPARALLEL clause
Modified:
trunk/busybox/Makefile
Changeset:
Modified: trunk/busybox/Makefile
===================================================================
--- trunk/busybox/Makefile 2006-08-28 11:39:05 UTC (rev 15999)
+++ trunk/busybox/Makefile 2006-08-28 13:29:41 UTC (rev 16000)
@@ -448,9 +448,6 @@
"$(top_builddir)/scripts" > $@
endif # CONFIG_FEATURE_COMPRESS_USAGE
-# workaround alleged bug in make-3.80, make-3.81
-.NOTPARALLEL: .depend
-
depend dep: .depend
.depend: scripts/bb_mkdep $(USAGE_BIN) $(DEP_INCLUDES)
$(disp_gen)
More information about the busybox-cvs
mailing list