Notable changes: - DragonFly support (thanks to asmodai and joerg) - Add DONT_ENABLE_IPV6 knob (turned into pkgsrc "inet6" option) - Many small improvements and fixes
13 lines
708 B
Text
13 lines
708 B
Text
$NetBSD: patch-db,v 1.1 2005/12/19 13:32:01 ghen Exp $
|
|
|
|
--- deploy/make/common/Sanity.gmk.orig 2005-11-03 21:07:21.000000000 +0100
|
|
+++ deploy/make/common/Sanity.gmk
|
|
@@ -198,7 +198,7 @@ endif
|
|
# targets in the same 'gnumake' command line.
|
|
|
|
# sanity-all:: sanity-base classpath java_home variant ld_library_path ld_library_path_64 ld_options ld_run_path alt_bootdir bootdir
|
|
-sanity-all:: sanity-base classpath java_home ld_library_path ld_library_path_64 ld_options ld_run_path alt_bootdir bootdir sanity-javaws
|
|
+sanity-all:: sanity-base classpath java_home ld_options ld_run_path alt_bootdir bootdir sanity-javaws
|
|
|
|
# This is for running without a control ws
|
|
sanity-comprehensive:: sanity-all post-sanity
|