[LON-CAPA-cvs] cvs: loncom /build Makefile

harris41 lon-capa-cvs@mail.lon-capa.org
Mon, 13 May 2002 02:28:54 -0000


harris41		Sun May 12 22:28:54 2002 EDT

  Modified files:              
    /loncom/build	Makefile 
  Log:
  supporting querying inside UPDATE tarball
  
  
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.106 loncom/build/Makefile:1.107
--- loncom/build/Makefile:1.106	Sun May 12 17:48:54 2002
+++ loncom/build/Makefile	Sun May 12 22:28:54 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 
 # Scott Harrison
-# $Id: Makefile,v 1.106 2002/05/12 21:48:54 harris41 Exp $
+# $Id: Makefile,v 1.107 2002/05/13 02:28:54 harris41 Exp $
 
 DISTPROBE=`perl ./distprobe`
 DIST=$(DISTPROBE)
@@ -440,6 +440,7 @@
 	echo 'touch loncom/build/WARNINGS' >> $(SOURCE)/UPDATE;
 	echo 'ln -s loncom/build/WARNINGS WARNINGS' >> $(SOURCE)/UPDATE;
 	echo 'cd loncom/build; make build; make install' >> $(SOURCE)/UPDATE
+	echo 'cd loncom/build; make updatequery' >> $(SOURCE)/UPDATE
 	# ----------------------------- Point TEST to the internal make process
 	echo '#!/bin/sh' > $(SOURCE)/TEST
 	echo 'cd loncom/build; make test' >> $(SOURCE)/TEST