mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-16 15:11:52 +00:00
Don't choke if secure bits are not available.
This commit is contained in:
parent
d95f5d1983
commit
60ca0bff59
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7679
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.128 1995/04/07 01:20:19 phk Exp $
|
||||
# $Id: Makefile,v 1.129 1995/04/08 09:45:31 phk Exp $
|
||||
#
|
||||
# How to roll a release:
|
||||
#
|
||||
@ -301,7 +301,9 @@ release.9:
|
||||
if [ -f sebones.aa ] ; then mv sebones.* ../secure ; fi && \
|
||||
sh -e ${.CURDIR}/scripts/mkchecksums.sh )
|
||||
cp ${.CURDIR}/scripts/extract_src.sh ${RD}/dists/src/extract.sh
|
||||
( cd ${RD}/dists/secure && sh -e ${.CURDIR}/scripts/mkchecksums.sh )
|
||||
if [ -d ${RD}/dists/secure ] ; then \
|
||||
( cd ${RD}/dists/secure && sh -e ${.CURDIR}/scripts/mkchecksums.sh );\
|
||||
fi
|
||||
@echo "src distribution is finished."
|
||||
touch release.9
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user