mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 04:13:39 +00:00
Reincarnate one occurance of RELEASEDIR, since the build depends on
it inside some Makefiles. (Duh-oh, i've once included these references there myself! :) Noticed by akira@silvia.myaw.ei.meisei-u.ac.jp (Akira WATANABE), and by my yesterday's build.
This commit is contained in:
parent
d88024184c
commit
43276d065c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23434
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.277 1997/02/23 15:51:47 joerg Exp $
|
||||
# $Id: Makefile,v 1.278 1997/03/02 11:59:25 joerg Exp $
|
||||
#
|
||||
# How to roll a release:
|
||||
#
|
||||
@ -124,6 +124,8 @@ rerelease release:
|
||||
echo "set -ex" >> ${CHROOTDIR}/mk
|
||||
echo "CFLAGS='-O2 -pipe'" >> ${CHROOTDIR}/mk
|
||||
echo "export CFLAGS" >> ${CHROOTDIR}/mk
|
||||
# Don't remove this, or the build will fall over!
|
||||
echo "export RELEASEDIR=/R" >> ${CHROOTDIR}/mk
|
||||
echo "cd /usr/src" >> ${CHROOTDIR}/mk
|
||||
.if make(release)
|
||||
echo "make world" >> ${CHROOTDIR}/mk
|
||||
|
Loading…
Reference in New Issue
Block a user