[LON-CAPA-cvs] cvs: loncom /build Makefile
albertel
lon-capa-cvs@mail.lon-capa.org
Fri, 13 Aug 2004 15:51:11 -0000
albertel Fri Aug 13 11:51:11 2004 EDT
Modified files:
/loncom/build Makefile
Log:
- capture webserver conf errors to the WARNINGS file
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.167 loncom/build/Makefile:1.168
--- loncom/build/Makefile:1.167 Tue Aug 10 16:05:02 2004
+++ loncom/build/Makefile Fri Aug 13 11:51:11 2004
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
-# $Id: Makefile,v 1.167 2004/08/10 20:05:02 albertel Exp $
+# $Id: Makefile,v 1.168 2004/08/13 15:51:11 albertel Exp $
# TYPICAL USAGE of this Makefile is primarily for two targets:
# "make build" and "make install".
@@ -332,7 +332,8 @@
webserverconf:
cat $(SOURCE)/doc/loncapafiles/webserver.piml | \
- perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH)
+ perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
+ tee -a WARNINGS
# ---------------- Top-level files such as README, UPDATE, CHECKRPMS, and TEST
vanillatar: