Date: Thu, 21 Aug 1997 16:45:10 +0700 (NSS) From: "Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: bin/4349: src/include/Makefile (temporary) fix Message-ID: <199708210945.QAA29103@nnd.itfs.nsk.su> Resent-Message-ID: <199708210950.CAA10102@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 4349
>Category: bin
>Synopsis: src/include/Makefile (temporary) fix
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: freebsd-bugs
>State: open
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Aug 21 02:50:00 PDT 1997
>Last-Modified:
>Originator: Nickolay N. Dudorov
>Organization:
NTP Infoteka
>Release: FreeBSD 3.0-CURRENT i386
>Environment:
FreeBSD 3.0-CURRENT as of ~ 970820
>Description:
'make buildworld' is broken after src/Makefile
changes the 'cd src/include; make all install' to
'cd src/include; make all installhdrs symlinks' because
src/include/Makefile has no means for installation of
src/include/rpcsvc headers.
I propose this 'temporary fix' so we can
build world NOW (and have a time to elaborate new/better
headers installation procedure for 'make world').
>How-To-Repeat:
cd /usr/src
make buildworld
and instead of new/better world after some time read error messages ;-(
>Fix:
Apply the next patch.
--- src/include/Makefile.STD Thu Aug 21 13:12:38 1997
+++ src/include/Makefile Thu Aug 21 16:27:34 1997
@@ -79,6 +79,8 @@
cd ${.CURDIR}/rpc; \
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
${RPCFILES} ${DESTDIR}/usr/include/rpc
+ cd ${.CURDIR}/rpcsvc; \
+ ${MAKE} beforeinstall
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 osreldate.h \
${DESTDIR}/usr/include
.for i in ${LFILES}
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708210945.QAA29103>
