[Commits] (heikki) Add realclean target that cleans downloaded
binaries and debug/release directories.
commits at osafoundation.org
commits at osafoundation.org
Thu Aug 26 14:23:14 PDT 2004
Commit by: heikki
Modified files:
chandler/Makefile 1.37 1.38
Log message:
Add realclean target that cleans downloaded binaries and debug/release directories.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/Makefile.diff?r1=text&tr1=1.37&r2=text&tr2=1.38
Index: chandler/Makefile
diff -u chandler/Makefile:1.37 chandler/Makefile:1.38
--- chandler/Makefile:1.37 Wed Aug 25 23:47:57 2004
+++ chandler/Makefile Thu Aug 26 14:23:12 2004
@@ -84,3 +84,8 @@
clean:
rm -rf $(CHANDLERBIN)/$(SNAP) __repository__
rm -f chandler.log randpool.dat
+
+realclean: clean
+ rm -f $(ARCHIVES)
+ rm -fr $(CHANDLERBIN)/debug $(CHANDLERBIN)/release
+
More information about the Commits
mailing list