[uClibc-cvs] CVS uClibc

CVS User vapier vapier at codepoet.org
Tue Jan 18 23:00:02 UTC 2005


Update of /var/cvs/uClibc
In directory nail:/tmp/cvs-serv18463

Modified Files:
	Makefile 
Log Message:
tweak target dependencies to support parallel builds

--- /var/cvs/uClibc/Makefile	2005/01/16 09:49:14	1.254
+++ /var/cvs/uClibc/Makefile	2005/01/18 23:00:02	1.255
@@ -40,7 +40,7 @@
 # In this section, we need .config
 -include .config.cmd
 
-shared:
+shared: subdirs
 ifeq ($(strip $(HAVE_SHARED)),y)
 	@$(MAKE) -C libc shared
 	@$(MAKE) -C ldso shared
@@ -56,14 +56,13 @@
 endif
 else
 	@echo
-	@echo Not building shared libraries...
+	@echo Not building shared libraries ...
 	@echo
 endif
 
-
 finished: shared
 	@echo
-	@echo Finally finished compiling...
+	@echo Finally finished compiling ...
 	@echo
 
 include/bits/uClibc_config.h: .config
@@ -130,8 +129,7 @@
 
 
 subdirs: $(patsubst %, _dir_%, $(DIRS))
-
-$(patsubst %, _dir_%, $(DIRS)) : dummy
+$(patsubst %, _dir_%, $(DIRS)): headers
 	$(MAKE) -C $(patsubst _dir_%, %, $@)
 
 tags:
@@ -259,7 +257,7 @@
 
 finished2:
 	@echo
-	@echo Finished installing...
+	@echo Finished installing ...
 	@echo
 
 else # ifeq ($(strip $(HAVE_DOT_CONFIG)),y)
@@ -358,5 +356,3 @@
 endif # ifeq ($(strip $(HAVE_DOT_CONFIG)),y)
 
 .PHONY: dummy subdirs release distclean clean config oldconfig menuconfig
-
-



More information about the uClibc-cvs mailing list