mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Yikes! Whomever put the non-overridable setting of BUILDNAME in
here, don't do that!
This commit is contained in:
parent
dd1f44fc09
commit
64938abfe5
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.318 1997/09/03 23:15:38 jkh Exp $
|
||||
# $Id: Makefile,v 1.319 1997/09/04 11:28:32 jkh Exp $
|
||||
#
|
||||
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
|
||||
#
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
# Automatic SNAP versioning:
|
||||
DATE != date +%y%m%d
|
||||
BASE = 3.0
|
||||
BUILDNAME=${BASE}-${DATE}-SNAP
|
||||
BUILDNAME?=${BASE}-${DATE}-SNAP
|
||||
#
|
||||
#CHROOTDIR=/junk/release
|
||||
# If this is a RELEASE, then set
|
||||
|
|
|
|||
Loading…
Reference in a new issue