mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-16 15:11:52 +00:00
Reorder things and import NOSHARED.
This commit is contained in:
parent
4cbf8903a2
commit
51038afbfd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27030
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.307 1997/06/23 01:49:35 jkh Exp $
|
||||
# $Id: Makefile,v 1.308 1997/06/24 23:08:18 jkh Exp $
|
||||
#
|
||||
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
|
||||
#
|
||||
@ -181,14 +181,17 @@ rerelease release:
|
||||
.if defined(NOPORTS)
|
||||
echo "export NOPORTS=${NOPORTS}" >> ${CHROOTDIR}/mk
|
||||
.endif
|
||||
.if defined(BOOT_CONFIG)
|
||||
echo "export BOOT_CONFIG=\"${BOOT_CONFIG}\"">> ${CHROOTDIR}/mk
|
||||
.endif
|
||||
.if defined(NODOC)
|
||||
echo "export NODOC=${NODOC}" >> ${CHROOTDIR}/mk
|
||||
.endif
|
||||
.if defined(NOSRC)
|
||||
echo "export NOSRC=${NOSRC}" >> ${CHROOTDIR}/mk
|
||||
.endif
|
||||
.if defined(NOSHARED)
|
||||
echo "export NOSHARED=${NOSHARED}" >> ${CHROOTDIR}/mk
|
||||
.endif
|
||||
.if defined(BOOT_CONFIG)
|
||||
echo "export BOOT_CONFIG=\"${BOOT_CONFIG}\"">> ${CHROOTDIR}/mk
|
||||
.endif
|
||||
# Don't remove this, or the build will fall over!
|
||||
echo "export RELEASEDIR=/R" >> ${CHROOTDIR}/mk
|
||||
|
Loading…
Reference in New Issue
Block a user