[Commits] (heikki) make world builds all of external and internal.

commits at osafoundation.org commits at osafoundation.org
Thu Sep 2 09:52:32 PDT 2004


Commit by: heikki
Modified files:
external/Makefile 1.48 1.49

Log message:
make world builds all of external and internal.

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

Index: external/Makefile
diff -u external/Makefile:1.48 external/Makefile:1.49
--- external/Makefile:1.48	Wed Sep  1 14:27:04 2004
+++ external/Makefile	Thu Sep  2 09:52:31 2004
@@ -82,6 +82,9 @@
 
 all: env sources-$(VERSION)-expanded $(SYSTEMS)
 
+world: all binaries install
+	make -C ../internal DEBUG=$(DEBUG) all binaries install
+
 clean: env
 	@for system in $(SYSTEMS); \
 	do \



More information about the Commits mailing list