[LON-CAPA-cvs] cvs: loncom(version_1_2_X) /build Makefile

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 13 Aug 2004 15:52:29 -0000


albertel		Fri Aug 13 11:52:29 2004 EDT

  Modified files:              (Branch: version_1_2_X)
    /loncom/build	Makefile 
  Log:
   - backport 1.168
  
  
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.162.2.7 loncom/build/Makefile:1.162.2.8
--- loncom/build/Makefile:1.162.2.7	Tue Aug 10 16:07:35 2004
+++ loncom/build/Makefile	Fri Aug 13 11:52:28 2004
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 
-# $Id: Makefile,v 1.162.2.7 2004/08/10 20:07:35 albertel Exp $
+# $Id: Makefile,v 1.162.2.8 2004/08/13 15:52:28 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: