[Commits] (heikki) Added placeholder for realclean target.
commits at osafoundation.org
commits at osafoundation.org
Thu Aug 26 16:47:55 PDT 2004
Commit by: heikki
Modified files:
internal/Makefile 1.12 1.13
Log message:
Added placeholder for realclean target.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/internal/Makefile.diff?r1=text&tr1=1.12&r2=text&tr2=1.13
Index: internal/Makefile
diff -u internal/Makefile:1.12 internal/Makefile:1.13
--- internal/Makefile:1.12 Fri Aug 20 16:54:21 2004
+++ internal/Makefile Thu Aug 26 16:47:54 2004
@@ -27,6 +27,9 @@
$(MAKE) -C $$system -k DEBUG=$(DEBUG) clean; \
done
+realclean: clean
+ echo ok
+
upload:
@for system in $(SYSTEMS); \
do \
More information about the Commits
mailing list