Bug 50945 - BUG: NOINSTALLLIB isn't honored in all Makefiles
Summary: BUG: NOINSTALLLIB isn't honored in all Makefiles
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: 4.7-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: ru
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-14 15:20 UTC by Rene de Vries
Modified: 2003-12-16 10:46 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (2.51 KB, patch)
2003-04-14 15:20 UTC, Rene de Vries
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rene de Vries 2003-04-14 15:20:13 UTC
	Libraries don't need to be installed for a binary only
	installation. For the most part of FreeBSD this works using
	the NOINSTALLLIB define (during build and install), but for 
	the makefiles mentioned below this doesn't work properly.

Fix: Files:
	gnu/lib/csu/Makefile
	lib/csu/i386/Makefile
	lib/csu/i386-elf/Makefile
	lib/libncurses/Makefile

Diffed against FreeBSD 5.0 (as of 20030401):
Comment 1 ru freebsd_committer freebsd_triage 2003-04-14 15:38:07 UTC
Responsible Changed
From-To: freebsd-bugs->ru

Hmm, I haven't even thought about this application of this knob. 
Will look into it.
Comment 2 ru freebsd_committer freebsd_triage 2003-08-30 15:01:09 UTC
State Changed
From-To: open->feedback

Rene, I've committed your fix to libncurses/Makefile, but I'm 
not in a mood to commit to various *csu* makefiles.  If you're 
ok with this, I will change this PR's status to "patched". 
Please let me know.
Comment 3 ru freebsd_committer freebsd_triage 2003-12-16 10:45:17 UTC
State Changed
From-To: feedback->closed

The libncurses/Makefile portion of the patch committed, thank you!