svn commit: r361682 - head/include

Rick Macklem rmacklem at uoguelph.ca
Sun May 31 22:56:59 UTC 2020


>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...


More information about the svn-src-head mailing list