SNAPDATE is an obsolete mechanism which has also been pretty much

of a no-op all along anyway.  There are other ways to set this
for release building, so nuke it.

PR:	22979
This commit is contained in:
jkh 2000-12-15 22:26:42 +00:00
parent 71ca3ece83
commit 3ec34c5f22
3 changed files with 9 additions and 4 deletions

View File

@ -680,7 +680,9 @@ kern/tty_snoop.c count snp
kern/tty_subr.c standard
kern/tty_tty.c standard
kern/uipc_accf.c optional inet
kern/uipc_cow.c optional zero_copy_sockets
kern/uipc_domain.c standard
kern/uipc_jumbo.c standard
kern/uipc_mbuf.c standard
kern/uipc_mbuf2.c standard
kern/uipc_proto.c standard

View File

@ -38,10 +38,6 @@ TYPE="FreeBSD"
REVISION="5.0"
BRANCH="CURRENT"
RELEASE="${REVISION}-${BRANCH}"
SNAPDATE=""
if [ "X${SNAPDATE}" != "X" ]; then
RELEASE="${RELEASE}-${SNAPDATE}"
fi
VERSION="${TYPE} ${RELEASE}"
if [ "X${PARAMFILE}" != "X" ]; then

View File

@ -298,6 +298,11 @@ NETGRAPH_TTY opt_netgraph.h
NETGRAPH_UI opt_netgraph.h
NETGRAPH_VJC opt_netgraph.h
ZERO_COPY_SOCKETS opt_zero.h
PRIVATE_JUMBOS opt_alteon.h
TI_JUMBO_HDRSPLIT opt_alteon.h
# ATM (HARP version)
ATM_CORE opt_atm.h
ATM_IP opt_atm.h
@ -357,6 +362,8 @@ INVARIANT_SUPPORT opt_global.h
INVARIANTS opt_global.h
SIMPLELOCK_DEBUG opt_global.h
VFS_BIO_DEBUG opt_global.h
MSIZE opt_global.h
MCLSHIFT opt_global.h
# These are VM related options
VM_KMEM_SIZE opt_vm.h