[LON-CAPA-cvs] cvs: loncom /build Makefile
harris41
lon-capa-cvs@mail.lon-capa.org
Wed, 01 May 2002 14:42:52 -0000
harris41 Wed May 1 10:42:52 2002 EDT
Modified files:
/loncom/build Makefile
Log:
change testing of hosts.tab to be more contextual regarding the CVS
root of the source tree
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.91 loncom/build/Makefile:1.92
--- loncom/build/Makefile:1.91 Mon Apr 29 16:51:50 2002
+++ loncom/build/Makefile Wed May 1 10:42:52 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Scott Harrison
-# $Id: Makefile,v 1.91 2002/04/29 20:51:50 harris41 Exp $
+# $Id: Makefile,v 1.92 2002/05/01 14:42:52 harris41 Exp $
DISTPROBE=`perl ./distprobe`
DIST=$(DISTPROBE)
@@ -77,10 +77,10 @@
echo "there is a defined link; assume okay"; \
else echo "**** ERROR **** hosts.tab not defined!" && \
echo -n "You need to do one of the following within your " && \
- echo "CVS repository" && \
- echo " 1) cd ../; ln -s production_hosts.tab hosts.tab" && \
- echo " 2) cd ../; ln -s development_hosts.tab hosts.tab" && \
- echo "or 3) cd ../; ln -s rawhide_hosts.tab hosts.tab" && \
+ echo "CVS repository (cd loncapa/loncom)" && \
+ echo " 1) ln -s production_hosts.tab hosts.tab" && \
+ echo " 2) ln -s development_hosts.tab hosts.tab" && \
+ echo "or 3) ln -s rawhide_hosts.tab hosts.tab" && \
echo "(you most likely want option #1, production_hosts.tab)" && \
exit 1; \
fi