From owner-freebsd-bugs Thu Aug 21 02:50:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA10109 for bugs-outgoing; Thu, 21 Aug 1997 02:50:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA10102; Thu, 21 Aug 1997 02:50:01 -0700 (PDT) Resent-Date: Thu, 21 Aug 1997 02:50:01 -0700 (PDT) Resent-Message-Id: <199708210950.CAA10102@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, nnd@nnd.itfs.nsk.su Received: from nnd.itfs.nsk.su (nnd.itfs.nsk.su [193.124.36.42]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA09929 for ; Thu, 21 Aug 1997 02:41:03 -0700 (PDT) Received: (from root@localhost) by nnd.itfs.nsk.su (8.8.7/8.8.5) id QAA29103; Thu, 21 Aug 1997 16:45:10 +0700 (NSS) Message-Id: <199708210945.QAA29103@nnd.itfs.nsk.su> Date: Thu, 21 Aug 1997 16:45:10 +0700 (NSS) From: "Nickolay N. Dudorov" Reply-To: nnd@nnd.itfs.nsk.su To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/4349: src/include/Makefile (temporary) fix Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >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: