svn commit: r51019 - head/share/tools

Wolfram Schneider wosch at FreeBSD.org
Sun Oct 1 19:29:44 UTC 2017


Author: wosch
Date: Sun Oct  1 19:29:43 2017
New Revision: 51019
URL: https://svnweb.freebsd.org/changeset/doc/51019

Log:
  disable "obj", too fragile, see also PR: 222488
  
  PR: 222721

Modified:
  head/share/tools/webupdate

Modified: head/share/tools/webupdate
==============================================================================
--- head/share/tools/webupdate	Sun Oct  1 19:26:53 2017	(r51018)
+++ head/share/tools/webupdate	Sun Oct  1 19:29:43 2017	(r51019)
@@ -70,7 +70,8 @@ BUILDARGS=${BUILDARGS:-${DEFAULT_BUILDARGS}};
 INSTARGS="${BUILDARGS} ${INSTARGS:-${DEFAULT_INSTARGS}}";
 WEBMAILTO=${WEBMAILTO:-${DEFAULT_WEBMAILTO}};
 
-#export NO_OBJ=YES
+# too fragile, see PR: 222488	 
+export NO_OBJ=YES
 
 # Notes on the names of the release notes directories:
 #


More information about the svn-doc-all mailing list