svn commit: r54732 - in head/en_US.ISO8859-1/htdocs/releases: 12.0R/hardware 12.1R/hardware 12.2R/hardware

Glen Barber <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: gjb
Date: Sat Dec  5 00:57:59 2020
New Revision: 54732
URL: https://svnweb.freebsd.org/changeset/doc/54732

Log:
  Avoid an unnecessary secondary 'svn co' call in the 'make install'
  target.  This should only be executed during 'make all', the latter
  causes unnecessary filesystem pollution.
  
  Sponsored by:	Rubicon Communications, LLC (netgate.com)

Modified:
  head/en_US.ISO8859-1/htdocs/releases/12.0R/hardware/Makefile
  head/en_US.ISO8859-1/htdocs/releases/12.1R/hardware/Makefile
  head/en_US.ISO8859-1/htdocs/releases/12.2R/hardware/Makefile

Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/hardware/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/12.0R/hardware/Makefile	Sat Dec  5 00:39:01 2020	(r54731)
+++ head/en_US.ISO8859-1/htdocs/releases/12.0R/hardware/Makefile	Sat Dec  5 00:57:59 2020	(r54732)
@@ -21,7 +21,7 @@ FORMATS?=		html txt
 INSTALL_COMPRESSED?=	gz
 INSTALL_ONLY_COMPRESSED=
 
-.if ${.TARGET:M${DOC}.html}
+.if ${.TARGET:M${DOC}.html} && !make(install)
 MAN4TMP!=	${MKTEMP} -d ${.CURDIR}/svn.XXXXXXXX
 MAN4DIR=	${MAN4TMP}
 .if exists(${MAN4DIR})

Modified: head/en_US.ISO8859-1/htdocs/releases/12.1R/hardware/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/12.1R/hardware/Makefile	Sat Dec  5 00:39:01 2020	(r54731)
+++ head/en_US.ISO8859-1/htdocs/releases/12.1R/hardware/Makefile	Sat Dec  5 00:57:59 2020	(r54732)
@@ -21,7 +21,7 @@ FORMATS?=		html txt
 INSTALL_COMPRESSED?=	gz
 INSTALL_ONLY_COMPRESSED=
 
-.if ${.TARGET:M${DOC}.html}
+.if ${.TARGET:M${DOC}.html} && !make(install)
 MAN4TMP!=	${MKTEMP} -d ${.CURDIR}/svn.XXXXXXXX
 MAN4DIR=	${MAN4TMP}
 .if exists(${MAN4DIR})

Modified: head/en_US.ISO8859-1/htdocs/releases/12.2R/hardware/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/12.2R/hardware/Makefile	Sat Dec  5 00:39:01 2020	(r54731)
+++ head/en_US.ISO8859-1/htdocs/releases/12.2R/hardware/Makefile	Sat Dec  5 00:57:59 2020	(r54732)
@@ -21,7 +21,7 @@ FORMATS?=		html txt
 INSTALL_COMPRESSED?=	gz
 INSTALL_ONLY_COMPRESSED=
 
-.if ${.TARGET:M${DOC}.html}
+.if ${.TARGET:M${DOC}.html} && !make(install)
 MAN4TMP!=	${MKTEMP} -d ${.CURDIR}/svn.XXXXXXXX
 MAN4DIR=	${MAN4TMP}
 .if exists(${MAN4DIR})
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.