Skip site navigation (1)Skip section navigation (2)
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>
References:  <202005312246.04VMkWc2047251@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
>Author: rmacklem=0A=
>Date: Sun May 31 22:46:32 2020=0A=
>New Revision: 361682=0A=
>URL: https://svnweb.freebsd.org/changeset/base/361682=0A=
>=0A=
>Log:=0A=
>  Oops, I didn't notice the "cd" is needed for each install line.=0A=
>=0A=
>Modified:=0A=
>  head/include/Makefile=0A=
>=0A=
>Modified: head/include/Makefile=0A=
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=0A=
>--- head/include/Makefile       Sun May 31 22:40:39 2020        (r361681)=
=0A=
>+++ head/include/Makefile       Sun May 31 22:46:32 2020        (r361682)=
=0A=
>@@ -236,6 +236,7 @@ copies: .PHONY .META=0A=
>        cd ${SRCTOP}/sys/rpc; \=0A=
>        ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 rpcsec_=
tls.h \=0A=
>            ${SDESTDIR}${INCLUDEDIR}/rpc=0A=
Or would it be preferable to put a line continuation "\" here instead of ad=
ding=0A=
the second "cd .."?=0A=
=0A=
>+       cd ${SRCTOP}/sys/rpc; \=0A=
>        ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 types.h=
 \=0A=
>            ${SDESTDIR}${INCLUDEDIR}/rpc=0A=
>        cd ${SRCTOP}/sys/teken; \=0A=
=0A=
rick=0A=
ps: I'll admit I tried to do a "make buildworld" but it was still building =
clang=0A=
     after 7 hours, so I gave up...=0A=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?QB1PR01MB364977E0AF145E2CFE1B120BDD8D0>