svn commit: r350000 - in head/release/picobsd: bridge qemu

Warner Losh imp at FreeBSD.org
Mon Jul 15 15:02:41 UTC 2019


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
 


More information about the svn-src-all mailing list