mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04: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
1 changed files with 3 additions and 1 deletions
|
|
@ -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 a new issue