OSDN Git Service

- fix generation of sysnum.h for parallel builds, second take.
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 26 Mar 2008 18:01:54 +0000 (18:01 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 26 Mar 2008 18:01:54 +0000 (18:01 -0000)
  Revert r21503 and redo more cleanly.

Makerules

index 411379c..7000601 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -199,14 +199,14 @@ $(interp): $(top_builddir)lib/interp.c
        $(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