[LON-CAPA-cvs] cvs: loncom /build Makefile
harris41
lon-capa-cvs@mail.lon-capa.org
Fri, 03 May 2002 02:07:53 -0000
harris41 Thu May 2 22:07:53 2002 EDT
Modified files:
/loncom/build Makefile
Log:
implementing updatequery Makefile target (to eventually become part of the
UPDATE wrapper built by the tardist Makefile target)
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.97 loncom/build/Makefile:1.98
--- loncom/build/Makefile:1.97 Thu May 2 13:08:32 2002
+++ loncom/build/Makefile Thu May 2 22:07:52 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Scott Harrison
-# $Id: Makefile,v 1.97 2002/05/02 17:08:32 harris41 Exp $
+# $Id: Makefile,v 1.98 2002/05/03 02:07:52 harris41 Exp $
DISTPROBE=`perl ./distprobe`
DIST=$(DISTPROBE)
@@ -200,6 +200,11 @@
sanitycheck:
cat $(SOURCE)/doc/loncapafiles/sanitycheck.piml | \
+ perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
+ tee -a WARNINGS
+
+updatequery:
+ cat $(SOURCE)/doc/loncapafiles/updatequery.piml | \
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
tee -a WARNINGS