version 1.41, 2001/09/30 21:12:32
|
version 1.43, 2001/11/08 00:17:09
|
Line 58 statuspost: status
|
Line 58 statuspost: status
|
|
|
rpmstatus: |
rpmstatus: |
install -d RPMSTATUS |
install -d RPMSTATUS |
rpm -qa --queryformat '%{NAME}\t%{VERSION}\t%{BUILDTIME}\n' | sort > RPMSTATUS/current.tmp |
rpm -qa --queryformat '%{NAME}\t%{VERSION}\t%{RELEASE}\t%{BUILDTIME}\n' | sort > RPMSTATUS/current.tmp |
cat ../../doc/otherfiles/cd_rpms.txt > RPMSTATUS/standard.tmp |
cat ../../doc/otherfiles/cd_rpms.txt > RPMSTATUS/standard.tmp |
cat ../../doc/otherfiles/rpm_list.txt > RPMSTATUS/expected.tmp |
cat ../../doc/otherfiles/rpm_list.txt > RPMSTATUS/expected.tmp |
perl rpmparse.pl RPMSTATUS/standard.tmp RPMSTATUS/current.tmp RPMSTATUS/expected.tmp > RPMSTATUS/rpmstatus.html |
perl rpmparse.pl RPMSTATUS/standard.tmp RPMSTATUS/current.tmp RPMSTATUS/expected.tmp > RPMSTATUS/rpmstatus.html |
Line 83 Makefile.configinstall: ../../doc/loncap
|
Line 83 Makefile.configinstall: ../../doc/loncap
|
perl lpml_parse.pl configinstall $(CATEGORY) $(DIST) "../.." "" > \ |
perl lpml_parse.pl configinstall $(CATEGORY) $(DIST) "../.." "" > \ |
Makefile.configinstall |
Makefile.configinstall |
|
|
install: build Makefile.install |
install: Makefile.install |
make -f Makefile.install SOURCE="../.." TARGET="" directories |
make -f Makefile.install SOURCE="../.." TARGET="" directories |
make -f Makefile.install SOURCE="../.." TARGET="" files |
make -f Makefile.install SOURCE="../.." TARGET="" files |
make -f Makefile.install SOURCE="../.." TARGET="" links |
make -f Makefile.install SOURCE="../.." TARGET="" links |