Lines Matching refs:FLOPPYBASE
8 # FLOPPYBASE Basename of floppies. Floppy number ${n} will
9 # be generated as ${FLOPPYBASE}${n}${FLOPPYSUFFIX}
22 # ${FLOPPYBASE}${FLOPPYSUFFIX} instead of
23 # ${FLOPPYBASE}1${FLOPPYSUFFIX}
80 ${FLOPPYBASE}1${FLOPPYSUFFIX}: ${FLOPPYFILES} ${DISTRIBDIR}/common/buildfloppies.sh
86 ${FLOPPYBASE} ${FLOPPYSIZE} ${FLOPPYFILES}
88 CLEANFILES+= ${FLOPPYBASE}?${FLOPPYSUFFIX}
91 realall: ${FLOPPYBASE}1${FLOPPYSUFFIX}
94 release:: check_RELEASEDIR .WAIT ${FLOPPYBASE}1${FLOPPYSUFFIX}
95 if [ -e ${FLOPPYBASE}2${FLOPPYSUFFIX} ]; then \
96 ${RELEASE_INSTALL} ${FLOPPYBASE}?${FLOPPYSUFFIX} \
99 ${RELEASE_INSTALL} ${FLOPPYBASE}1${FLOPPYSUFFIX} \
100 ${RELEASEDIR}/${RELEASEMACHINEDIR}/${FLOPPY_RELEASEDIR}/${FLOPPYBASE}${FLOPPYSUFFIX}; \