[LON-CAPA-cvs] cvs: loncom /build Makefile
harris41
lon-capa-cvs@mail.lon-capa.org
Thu, 16 May 2002 18:35:34 -0000
harris41 Thu May 16 14:35:34 2002 EDT
Modified files:
/loncom/build Makefile
Log:
do not want to output to WARNINGS for updatequery
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.110 loncom/build/Makefile:1.111
--- loncom/build/Makefile:1.110 Mon May 13 13:35:20 2002
+++ loncom/build/Makefile Thu May 16 14:35:34 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Scott Harrison
-# $Id: Makefile,v 1.110 2002/05/13 17:35:20 harris41 Exp $
+# $Id: Makefile,v 1.111 2002/05/16 18:35:34 harris41 Exp $
DISTPROBE=`perl ./distprobe`
DIST=$(DISTPROBE)
@@ -207,8 +207,7 @@
updatequery:
cat $(SOURCE)/doc/loncapafiles/updatequery.piml | \
- perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(QUERYLAUNCH) | \
- tee -a WARNINGS
+ perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(QUERYLAUNCH)
postinstall:
make webserverconf