Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jul 2019 15:02:40 +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: r350000 - in head/release/picobsd: bridge qemu
Message-ID:  <201907151502.x6FF2eMR026326@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Mon Jul 15 15:02:40 2019
New Revision: 350000
URL: https://svnweb.freebsd.org/changeset/base/350000

Log:
  Remove RELEASE_CRUNCH here. It's obsolete.
  
  Remove RELEASE_CRUNCH here. It's obsolete and hasn't worked in a while.  The
  build options need to be revisited, since many older ones are listed, while
  newer useful ones are not. But that rototilling I'll leave to others.

Modified:
  head/release/picobsd/bridge/crunch.conf
  head/release/picobsd/qemu/crunch.conf

Modified: head/release/picobsd/bridge/crunch.conf
==============================================================================
--- head/release/picobsd/bridge/crunch.conf	Mon Jul 15 14:54:04 2019	(r349999)
+++ head/release/picobsd/bridge/crunch.conf	Mon Jul 15 15:02:40 2019	(r350000)
@@ -29,7 +29,7 @@
 # Default build options. Basically tell the Makefiles
 # that to use the most compact possible version of the code.
 
-buildopts -DWITHOUT_PAM -DRELEASE_CRUNCH -DPPP_NO_NETGRAPH
+buildopts -DWITHOUT_PAM -DPPP_NO_NETGRAPH
 buildopts -DTRACEROUTE_NO_IPSEC -DNO_INET6
 buildopts -DWITHOUT_KERBEROS -DWITHOUT_OPENSSL
 

Modified: head/release/picobsd/qemu/crunch.conf
==============================================================================
--- head/release/picobsd/qemu/crunch.conf	Mon Jul 15 14:54:04 2019	(r349999)
+++ head/release/picobsd/qemu/crunch.conf	Mon Jul 15 15:02:40 2019	(r350000)
@@ -29,7 +29,7 @@
 # Default build options. Basically tell the Makefiles
 # that to use the most compact possible version of the code.
 
-buildopts -DWITHOUT_PAM -DRELEASE_CRUNCH -DPPP_NO_NETGRAPH
+buildopts -DWITHOUT_PAM -DPPP_NO_NETGRAPH
 buildopts -DTRACEROUTE_NO_IPSEC -DNO_INET6
 buildopts -DWITHOUT_KERBEROS -DWITHOUT_OPENSSL
 



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