[Commits] (bear) testing change to Makefile to allow build to work
on ahukini again
commits at osafoundation.org
commits at osafoundation.org
Tue Mar 15 20:23:38 PST 2005
Commit by: bear
Modified files:
external/Makefile 1.65 1.66
Log message:
testing change to Makefile to allow build to work on ahukini again
the *only* difference between hardhat runs (which fail) and command-lines
runs is the path thru the Makefile. This change makes the hardhat path
the same as the command line path
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/external/Makefile.diff?r1=text&tr1=1.65&r2=text&tr2=1.66
Index: external/Makefile
diff -u external/Makefile:1.65 external/Makefile:1.66
--- external/Makefile:1.65 Wed Dec 15 10:55:40 2004
+++ external/Makefile Tue Mar 15 20:23:36 2005
@@ -44,7 +44,11 @@
$(SYSTEMS):
$(MAKE) -C $@ DEBUG=$(DEBUG)
-all: env sources $(SYSTEMS)
+all: env sources
+ @for system in $(SYSTEMS); \
+ do \
+ $(MAKE) -C $$system DEBUG=$(DEBUG) ; \
+ done
world: all binaries install
make -C ../internal DEBUG=$(DEBUG) world
More information about the Commits
mailing list