svn commit: trunk/uClibc

aldot at uclibc.org aldot at uclibc.org
Wed Mar 26 18:01:55 UTC 2008


Author: aldot
Date: 2008-03-26 11:01:54 -0700 (Wed, 26 Mar 2008)
New Revision: 21504

Log:
- fix generation of sysnum.h for parallel builds, second take.
  Revert r21503 and redo more cleanly.


Modified:
   trunk/uClibc/Makerules


Changeset:
Modified: trunk/uClibc/Makerules
===================================================================
--- trunk/uClibc/Makerules	2008-03-26 17:04:09 UTC (rev 21503)
+++ trunk/uClibc/Makerules	2008-03-26 18:01:54 UTC (rev 21504)
@@ -199,14 +199,14 @@
 	$(compile.c)
 	$(Q)$(STRIPTOOL) -x -R .note -R .comment $@
 
-$(ldso): | $(sub_headers)
+$(ldso):
 	@cd $(top_builddir); $(MAKE) lib/$(patsubst %.$(MAJOR_VERSION),%,$(notdir $@))
 
 $(libc):
 	@cd $(top_builddir); $(MAKE) lib/$(patsubst %.$(MAJOR_VERSION),%,$(notdir $@))
 
 $(headers_dep):
-	$(Q)cd $(top_builddir); $(MAKE) headers
+	$(Q)cd $(top_builddir); $(MAKE) pregen
 
 CRT := crt1
 




More information about the uClibc-cvs mailing list