Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 2019 21:06:24 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r355821 - in head: sbin/geom usr.sbin/ppp
Message-ID:  <201912162106.xBGL6O18079215@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Mon Dec 16 21:06:24 2019
New Revision: 355821
URL: https://svnweb.freebsd.org/changeset/base/355821

Log:
  Remove all the RELEASE_CRUNCH defines, they are useless.
  
  RELEASE_CRUNCH has been broken for a very long time. Remove the
  last remants from the tree.

Modified:
  head/sbin/geom/Makefile
  head/usr.sbin/ppp/Makefile

Modified: head/sbin/geom/Makefile
==============================================================================
--- head/sbin/geom/Makefile	Mon Dec 16 20:15:44 2019	(r355820)
+++ head/sbin/geom/Makefile	Mon Dec 16 21:06:24 2019	(r355821)
@@ -13,7 +13,7 @@ CFLAGS+=	-DGEOM_CLASS_DIR=\"${GEOM_CLASS_DIR}\"
 
 LIBADD=		geom util
 
-.if defined(RESCUE) || defined(RELEASE_CRUNCH)
+.if defined(RESCUE)
 .PATH:	${SRCTOP}/lib/geom/part \
 	${SRCTOP}/lib/geom/label
 

Modified: head/usr.sbin/ppp/Makefile
==============================================================================
--- head/usr.sbin/ppp/Makefile	Mon Dec 16 20:15:44 2019	(r355820)
+++ head/usr.sbin/ppp/Makefile	Mon Dec 16 21:06:24 2019	(r355821)
@@ -11,14 +11,6 @@ SRCS=	acf.c arp.c async.c auth.c bundle.c cbcp.c ccp.c
 	proto.c route.c server.c sig.c slcompress.c sync.c systems.c tcp.c \
 	tcpmss.c throughput.c timer.c tty.c tun.c udp.c vjcomp.c
 WARNS?=	3
-.if defined(RELEASE_CRUNCH)
-PPP_NO_DES=
-PPP_NO_KLDLOAD=
-PPP_NO_NAT=
-PPP_NO_PAM=
-PPP_NO_RADIUS=
-PPP_NO_SUID=
-.endif
 CONFS=	ppp.conf
 CONFSDIR=	${CONFDIR}/ppp
 CONFSMODE=	600



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912162106.xBGL6O18079215>