[LON-CAPA-cvs] cvs: loncom /build Makefile
harris41
lon-capa-cvs@mail.lon-capa.org
Tue, 28 May 2002 20:34:55 -0000
harris41 Tue May 28 16:34:55 2002 EDT
Modified files:
/loncom/build Makefile
Log:
allow for installing and updating files over the network cluster
using sudo and ssh/scp
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.116 loncom/build/Makefile:1.117
--- loncom/build/Makefile:1.116 Thu May 23 16:21:00 2002
+++ loncom/build/Makefile Tue May 28 16:34:55 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Scott Harrison
-# $Id: Makefile,v 1.116 2002/05/23 20:21:00 harris41 Exp $
+# $Id: Makefile,v 1.117 2002/05/28 20:34:55 harris41 Exp $
DISTPROBE=`perl ./distprobe`
DIST=$(DISTPROBE)
@@ -212,6 +212,10 @@
postinstall:
make webserverconf
make sanitycheck
+
+NET_rawinstall:
+ make TIMESTAMP=`date +"%s"` METAMTARGET="TRANSPORT" \
+ MTARGET="rawinstall" HOSTNAME="$(HOSTNAME)" lpmladm
install: TEST_hosts_tab Makefile.install Makefile
echo -n "" > WARNINGS