From owner-svn-doc-all@freebsd.org Fri Oct 6 10:44:01 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77DF8E334B7; Fri, 6 Oct 2017 10:44:01 +0000 (UTC) (envelope-from wosch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 448927D149; Fri, 6 Oct 2017 10:44:01 +0000 (UTC) (envelope-from wosch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96Ai029005021; Fri, 6 Oct 2017 10:44:00 GMT (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96Ai0We005019; Fri, 6 Oct 2017 10:44:00 GMT (envelope-from wosch@FreeBSD.org) Message-Id: <201710061044.v96Ai0We005019@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wosch set sender to wosch@FreeBSD.org using -f From: Wolfram Schneider Date: Fri, 6 Oct 2017 10:44:00 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51065 - head/share/mk X-SVN-Group: doc-head X-SVN-Commit-Author: wosch X-SVN-Commit-Paths: head/share/mk X-SVN-Commit-Revision: 51065 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Oct 2017 10:44:01 -0000 Author: wosch Date: Fri Oct 6 10:44:00 2017 New Revision: 51065 URL: https://svnweb.freebsd.org/changeset/doc/51065 Log: 'make obj' doesn't really work for the docs, disable it by default PR: 222488 Modified: head/share/mk/doc.project.mk head/share/mk/web.site.mk Modified: head/share/mk/doc.project.mk ============================================================================== --- head/share/mk/doc.project.mk Fri Oct 6 09:36:06 2017 (r51064) +++ head/share/mk/doc.project.mk Fri Oct 6 10:44:00 2017 (r51065) @@ -57,6 +57,9 @@ # Currently the only method. # +# 'make obj' doesn't really work for the docs, disable it +NO_OBJ?= YES + # Document-specific defaults DOCFORMAT?= docbook MAINTAINER?= doc@FreeBSD.org @@ -107,7 +110,7 @@ DOC_LOCAL_MK= ${DOC_PREFIX}/${LANGCODE}/share/mk/doc.l # parallel build for target "all" and "clean" NCPU?= ${.MAKE.JOBS} -p-all p-clean p-obj: +p-all p-clean: make -V SUBDIR | sed -E 's/[ ]+$$//' | tr " " "\n" | \ sed -E 's/^/make -C /; s/$$/ ${.TARGET:S/^p-//}/' | \ tr '\n' '\0' | xargs -0 -n1 -P${NCPU:S/^$$/8/} /bin/sh -c Modified: head/share/mk/web.site.mk ============================================================================== --- head/share/mk/web.site.mk Fri Oct 6 09:36:06 2017 (r51064) +++ head/share/mk/web.site.mk Fri Oct 6 10:44:00 2017 (r51065) @@ -325,6 +325,9 @@ _PROGSUBDIR: .USE .endfor .endif +# 'make obj' doesn't really work for the docs, disable it +NO_OBJ?= YES + .include #