version 1.4, 2002/05/29 00:58:20
|
version 1.5, 2002/07/14 00:27:56
|
Line 54 help:
|
Line 54 help:
|
@echo "tardist: build a tarball that will upgrade the software on a " |
@echo "tardist: build a tarball that will upgrade the software on a " |
@echo " system" |
@echo " system" |
|
|
build: |
build: Makefile.build |
@echo "Not yet implemented" |
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: |
NET_install: |
make TIMESTAMP=`date +"%s"` METAMTARGET="TRANSPORT" \ |
make TIMESTAMP=`date +"%s"` METAMTARGET="TRANSPORT" \ |