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:
parent
e3d09018bc
commit
e45b43aad2
@ -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`; \
|
||||
|
Loading…
Reference in New Issue
Block a user