Two nits from rev. 1.835:

- Fixed spelling of NO_FLOPPIES to unbreak snapshot building on
  architectures that don't support them (as installation source).

- Don't rely on CVS setting execution bits on the shell script.
  (This is also consistent with the rest of this makefile.)

Reviewed by:	jhb
This commit is contained in:
Ruslan Ermilov 2004-01-29 16:21:00 +00:00
parent e3d09018bc
commit e45b43aad2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125206

View File

@ -245,7 +245,7 @@ CRUNCH_TARGETS+=fixit-small
.endif
.endif
.if !defined(NOFLOPPIES)
.if !defined(NO_FLOPPIES)
EXTRAS= floppies.1 floppies.2 floppies.3
.endif
EXTRAS+= ftp.1
@ -1082,7 +1082,7 @@ makeFloppySet:
.if !defined(SPLITFILE)
@echo "SPLITFILE undefined in ${.TARGET}" && exit 1
.endif
${.CURDIR}/scripts/split-file.sh ${SPLITFILE} \
sh ${.CURDIR}/scripts/split-file.sh ${SPLITFILE} \
${RD}/floppyset/${FLOPPYBASE} ${FLPSPLITSIZE} "${FLOPPYDESC}"
( splitfile=${SPLITDIR}/`basename ${SPLITFILE}`.split ; \
lines=`cat $${splitfile} | wc -l`; \