[Gd-chatter] r11574 - in trunk/fundev: . sources/lib/run-time/pentium-linux

andreas at gwydiondylan.org andreas at gwydiondylan.org
Fri Dec 21 18:07:52 CET 2007


Author: andreas
Date: Fri Dec 21 18:07:51 2007
New Revision: 11574

Modified:
   trunk/fundev/Makefile.in
   trunk/fundev/sources/lib/run-time/pentium-linux/Makefile.in
Log:
job: fd

Compatible order and arguments for find.


Modified: trunk/fundev/Makefile.in
==============================================================================
--- trunk/fundev/Makefile.in	(original)
+++ trunk/fundev/Makefile.in	Fri Dec 21 18:07:51 2007
@@ -159,7 +159,7 @@
 	@echo Copying sources...
 	cp -R $(abs_srcdir)/sources $(prefix)
 	@echo Removing unnecessary directories...
-	find -d $(prefix)/sources -name '.*' -exec rm -r {} \;
+	find $(prefix)/sources -depth -name '.*' -exec rm -r {} \;
 	-rm -r $(prefix)/sources/boostrap1-registry
 
 install-stage: $(prefix)

Modified: trunk/fundev/sources/lib/run-time/pentium-linux/Makefile.in
==============================================================================
--- trunk/fundev/sources/lib/run-time/pentium-linux/Makefile.in	(original)
+++ trunk/fundev/sources/lib/run-time/pentium-linux/Makefile.in	Fri Dec 21 18:07:51 2007
@@ -54,10 +54,10 @@
 #	cp -fp gc.a $(LIBDEST)/libgc.a
 #
 
-$(MPS_LIB)/mmdw.a
+$(MPS_LIB)/mmdw.a:
 	(cd $(MPS)/code; make -f lii4gc.gmk mmdw.a)
 
-$(MPS_LIB)/mpsplan.a
+$(MPS_LIB)/mpsplan.a:
 	(cd $(MPS)/code; make -f lii4gc.gmk mpsplan.a)
 
 $(LIBDEST)/libmpsplan.a: $(MPS_LIB)/mpsplan.a



More information about the chatter mailing list