[LON-CAPA-cvs] cvs: loncom /build Makefile
harris41
lon-capa-cvs@mail.lon-capa.org
Mon, 13 May 2002 08:28:33 -0000
harris41 Mon May 13 04:28:33 2002 EDT
Modified files:
/loncom/build Makefile
Log:
fixing directory location for dynamically generated UPDATE shell script
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.107 loncom/build/Makefile:1.108
--- loncom/build/Makefile:1.107 Sun May 12 22:28:54 2002
+++ loncom/build/Makefile Mon May 13 04:28:33 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Scott Harrison
-# $Id: Makefile,v 1.107 2002/05/13 02:28:54 harris41 Exp $
+# $Id: Makefile,v 1.108 2002/05/13 08:28:33 harris41 Exp $
DISTPROBE=`perl ./distprobe`
DIST=$(DISTPROBE)
@@ -440,7 +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
+ echo 'make updatequery' >> $(SOURCE)/UPDATE
# ----------------------------- Point TEST to the internal make process
echo '#!/bin/sh' > $(SOURCE)/TEST
echo 'cd loncom/build; make test' >> $(SOURCE)/TEST