[Commits] (bear) Rolling back test changes - did not fix the immediate error and I don't want

commits at osafoundation.org commits at osafoundation.org
Wed Mar 16 18:33:45 PST 2005


Commit by: bear
Modified files:
external/Makefile 1.68 1.69

Log message:
Rolling back test changes - did not fix the immediate error and I don't want
to introduce any other issues at this time


ViewCVS links:
http://cvs.osafoundation.org/index.cgi/external/Makefile.diff?r1=text&tr1=1.68&r2=text&tr2=1.69

Index: external/Makefile
diff -u external/Makefile:1.68 external/Makefile:1.69
--- external/Makefile:1.68	Wed Mar 16 00:17:22 2005
+++ external/Makefile	Wed Mar 16 18:33:43 2005
@@ -44,12 +44,12 @@
 $(SYSTEMS):
 	$(MAKE) -C $@ DEBUG=$(DEBUG)
 
-all: sources $(SYSTEMS)
+all: env sources $(SYSTEMS)
 
 world: all binaries install
 	make -C ../internal DEBUG=$(DEBUG) world
 
-clean:
+clean: env
 	@for system in $(SYSTEMS); \
 	do \
 	    $(MAKE) -C $$system -k DEBUG=$(DEBUG) clean; \



More information about the Commits mailing list