Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Feb 1996 21:29:46 +0200 (EET)
From:      Heikki Suonsivu <hsu@clinet.fi>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/1033: xinstall install rule broken?
Message-ID:  <199602181929.VAA02056@katiska.clinet.fi>
Resent-Message-ID: <199602181940.LAA29780@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         1033
>Category:       bin
>Synopsis:       xinstall install rule broken?
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 18 11:40:01 PST 1996
>Last-Modified:
>Originator:     Heikki Suonsivu
>Organization:
Clinet, Espoo, Finland
>Release:        FreeBSD 2.2-CURRENT i386
>Environment:

FreeBSD 2.1R, trying to make reinstall -current on top of it.

>Description:

make reinstall still needs manually installing xinstall, even though it
seems that there have been changes which should have fixed this? 

make reinstall
...
cd /usr/src/share/mk &&         make install
install -c -o bin -g bin -m 444 bsd.README bsd.dep.mk bsd.doc.mk bsd.info.mk bsd.kmod.mk bsd.lib.mk bsd.man.mk bsd.own.mk bsd.port.mk bsd.port.subdir.mk bsd.prog.mk bsd.sgml.mk bsd.subdir.mk sys.mk  /usr/share/mk
--------------------------------------------------------------
 Rebuild tools necessary to build the include files
--------------------------------------------------------------

cd /usr/src/usr.bin/xinstall &&  make depend all install cleandir obj
make: don't know how to make /usr/current/src/usr.bin/xinstall/../../bin/ls/stat_flags.c. Stop
*** Error code 2

Stop.

>How-To-Repeat:

	make reinstall from precompiled src/obj trees.

>Fix:
	
	make reinstall should never try to make something, it should
	only install.  Ie, the above rule should only install the
	xinstall, not recompile it.  I don't know why it fails to recompile
	it, though?
	
>Audit-Trail:
>Unformatted:



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