Date: Sun, 31 May 2020 22:56:56 +0000 From: Rick Macklem <rmacklem@uoguelph.ca> To: Rick Macklem <rmacklem@FreeBSD.org>, "src-committers@freebsd.org" <src-committers@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "svn-src-head@freebsd.org" <svn-src-head@freebsd.org> Subject: Re: svn commit: r361682 - head/include Message-ID: <QB1PR01MB364977E0AF145E2CFE1B120BDD8D0@QB1PR01MB3649.CANPRD01.PROD.OUTLOOK.COM> In-Reply-To: <202005312246.04VMkWc2047251@repo.freebsd.org>
index | next in thread | previous in thread | raw e-mail
>Author: rmacklem >Date: Sun May 31 22:46:32 2020 >New Revision: 361682 >URL: https://svnweb.freebsd.org/changeset/base/361682 > >Log: > Oops, I didn't notice the "cd" is needed for each install line. > >Modified: > head/include/Makefile > >Modified: head/include/Makefile >=====================================================>========================= >--- head/include/Makefile Sun May 31 22:40:39 2020 (r361681) >+++ head/include/Makefile Sun May 31 22:46:32 2020 (r361682) >@@ -236,6 +236,7 @@ copies: .PHONY .META > cd ${SRCTOP}/sys/rpc; \ > ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 rpcsec_tls.h \ > ${SDESTDIR}${INCLUDEDIR}/rpc Or would it be preferable to put a line continuation "\" here instead of adding the second "cd .."? >+ cd ${SRCTOP}/sys/rpc; \ > ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 types.h \ > ${SDESTDIR}${INCLUDEDIR}/rpc > cd ${SRCTOP}/sys/teken; \ rick ps: I'll admit I tried to do a "make buildworld" but it was still building clang after 7 hours, so I gave up...home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?QB1PR01MB364977E0AF145E2CFE1B120BDD8D0>
