--- nsdl/build/Makefile 2002/05/29 00:58:20 1.4 +++ nsdl/build/Makefile 2002/07/14 00:27:56 1.5 @@ -1,7 +1,7 @@ # The NSDL to LON-CAPA Gateway Server # Scott Harrison -# $Id: Makefile,v 1.4 2002/05/29 00:58:20 harris41 Exp $ +# $Id: Makefile,v 1.5 2002/07/14 00:27:56 harris41 Exp $ DISTPROBE=`perl ./distprobe` DIST=$(DISTPROBE) @@ -54,8 +54,15 @@ help: @echo "tardist: build a tarball that will upgrade the software on a " @echo " system" -build: - @echo "Not yet implemented" +build: Makefile.build + echo -n "" > WARNINGS + make -f Makefile.build all + make warningnote + +Makefile.build: Makefile alwaysrun + cat gatewayfiles.lpml | \ + perl lpml_parse.pl build $(CATEGORY) $(DIST) "$(SOURCE)" \ + "$(TARGET)" > Makefile.build NET_install: make TIMESTAMP=`date +"%s"` METAMTARGET="TRANSPORT" \