[Commits] (vajda) added auto-downloading of sources.tar
commits at osafoundation.org
commits at osafoundation.org
Mon Mar 15 15:20:49 PST 2004
Commit by: vajda
Modified files:
external/Makefile 1.2 1.3
Log message:
added auto-downloading of sources.tar
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/external/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.3
Index: external/Makefile
diff -u external/Makefile:1.2 external/Makefile:1.3
--- external/Makefile:1.2 Mon Mar 15 12:20:28 2004
+++ external/Makefile Mon Mar 15 15:20:18 2004
@@ -46,9 +46,12 @@
sources:
tar -cvf sources.tar $(SOURCES)
-expand:
+sources.tar:
+ curl http://builds.osafoundation.org/external/sources.tar > sources.tar
+
+expand: sources.tar
tar xvf sources.tar; \
- @for system in $(SYSTEMS); \
+ for system in $(SYSTEMS); \
do \
(cd $$system; $(MAKE) expand); \
done
More information about the Commits
mailing list