[Commits] (heikki) Make realclean delete all downloaded sources to
force a redownload (in case corrupted/bad sources). Also
delete all binaries tarballs we've made.
commits at osafoundation.org
commits at osafoundation.org
Mon Aug 30 13:07:02 PDT 2004
Commit by: heikki
Modified files:
external/Makefile 1.45 1.46
Log message:
Make realclean delete all downloaded sources to force a redownload (in case corrupted/bad sources). Also delete all binaries tarballs we've made.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/external/Makefile.diff?r1=text&tr1=1.45&r2=text&tr2=1.46
Index: external/Makefile
diff -u external/Makefile:1.45 external/Makefile:1.46
--- external/Makefile:1.45 Tue Aug 24 16:56:56 2004
+++ external/Makefile Mon Aug 30 13:07:00 2004
@@ -89,7 +89,9 @@
done
realclean:
- rm -rf release debug sources-$(VERSION)-expanded
+ rm -rf release debug \
+ release-*.tar.gz debug-*.tar.gz \
+ sources-*.tar sources-*-expanded
@for system in $(SYSTEMS); \
do \
echo making _realclean in $$system; \
More information about the Commits
mailing list