Author: dylan
Date: 2004-12-29 16:40:57 -0500 (Wed, 29 Dec 2004)
New Revision: 464
Modified:
trunk/web/Makefile
Log:
chmod is now verbose.
Modified: trunk/web/Makefile
===================================================================
--- trunk/web/Makefile 2004-12-29 21:38:02 UTC (rev 463)
+++ trunk/web/Makefile 2004-12-29 21:40:57 UTC (rev 464)
@@ -46,7 +46,7 @@
build: $(targets)
- chmod -R g+rwX,u+rwX .
+ chmod -Rc g+rwX,u+rwX .
find -type d -exec chmod g+s {} \;
@@ -82,6 +82,8 @@
@echo "TT $<"
@$(TT) $(TTFLAGS) $< > $@
+fast:
+ make FAST=1
ifdef FAST
stop:
@@ -93,4 +95,4 @@
endif
.SUFFIXES:
-.PHONY: build upload clean realclean dist stop validate test
+.PHONY: build upload clean realclean dist stop validate test fast