Commit in LCDetectors on MAIN
Makefile+5-21.20 -> 1.21
JM: Add dawncut to help target.  Quiet output from update target.

LCDetectors
Makefile 1.20 -> 1.21
diff -u -r1.20 -r1.21
--- Makefile	11 Oct 2006 00:59:45 -0000	1.20
+++ Makefile	13 Oct 2006 19:01:34 -0000	1.21
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.20 2006/10/11 00:59:45 jeremy Exp $
+# $Id: Makefile,v 1.21 2006/10/13 19:01:34 jeremy Exp $
 
 #
 # Makefile using GeomConverter and shell tools to
@@ -74,6 +74,9 @@
 	echo "cleanup        - make fresh copy of detector"; \
 	echo "cvs_commit     - commit changes to single detector"; \
 	echo "dawn           - generate prim file for DAWN for single detector"; \
+	echo "dawncut_xy     - dawncut in xy plane"; \
+	echo "dawncut_zy     - dawncut in zy plane"; \
+	echo "dawncut_zx     - dawncut in zx plane"; \
 	echo "g4heprep       - make Geant4 heprep"; \
 	echo "gdml           - make GDML file for single detector"; \
 	echo "godl           - make GODL file for single detector"; \
@@ -218,7 +221,7 @@
 build: lcdd zip
 
 update:
-	chk_local=$$(md5sum detectors/$(DETECTOR).zip | awk '{print $$1}') ; \
+	@chk_local=$$(md5sum detectors/$(DETECTOR).zip | awk '{print $$1}') ; \
 	chk_www=$$(md5sum $(PRJ_WWW)/detectors/$(DETECTOR).zip | awk '{print $$1}') ; \
 	if [[ $$chk_local != $$chk_www ]]; then \
 		echo "Detector $(DETECTOR) needs update ..."; \
CVSspam 0.2.8