--- src/nrelease/Makefile 2005/04/08 04:22:28 1.30 +++ src/nrelease/Makefile 2005/04/10 20:27:32 1.31 @@ -47,6 +47,8 @@ quickrel: check clean buildworld2 buildk realquickrel: check clean \ buildiso customizeiso pkgaddiso mklocatedb mkiso +livecd: check_mkisofs clean buildiso mkiso + ######################################################################### # ISO TARGETS WITH INSTALLER # ######################################################################### @@ -78,12 +80,16 @@ installer_realquickrel: # HELPER TARGETS # ######################################################################### -check: +check: check_mkisofs check_installer + +check_mkisofs: @if [ ! -f /usr/local/bin/mkisofs ]; then \ echo "You need to install the sysutils/cdrtools port for"; \ echo "this target"; \ exit 1; \ fi + +check_installer: .for PKG in ${REL_PACKAGES} @if [ ! -f ${PACKAGES_LOC}/${PKG}.tgz ]; then \ echo "Unable to find ${PACKAGES_LOC}/${PKG}.tgz. This is"; \