Bug 24964

Summary: some reinstall misfunction
Product: Base System Reporter: Wilhelm B. Kloke <wb>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.2-RELEASE   
Hardware: Any   
OS: Any   

Description Wilhelm B. Kloke 2001-02-09 09:20:01 UTC
	When installing world on a 2nd system, I found that make -DNO_SHARE installworld
	or make -f Makefile.inc1 -DNO_SHARE reinstall tries to build hierarchy in
	/usr/share. This fails when /usr/share is RO (e.g. if it is REALLY shared).

Fix: 

Test for NO_SHARE in etc Makefile.
How-To-Repeat: 
	Easyly.
Comment 1 des 2001-02-09 16:37:17 UTC
"Wilhelm B. Kloke" <wb@vestein.arb-phys.uni-dortmund.de> writes:
>	When installing world on a 2nd system, I found that make
>	-DNO_SHARE installworld or make -f Makefile.inc1 -DNO_SHARE
>	reinstall tries to build hierarchy in /usr/share. This fails
>	when /usr/share is RO (e.g. if it is REALLY shared).

This is not a bug. The NO_SHARE option simply does not exist; where
did you get the idea that it did?

DES
-- 
Dag-Erling Smorgrav - des@ofug.org
Comment 2 Kris Kennaway freebsd_committer freebsd_triage 2001-02-20 11:20:36 UTC
State Changed
From-To: open->closed

NO_SHARE doesn't exist, you want NOSHARE as documented 
in /etc/defaults/make.conf