Bug 25947

Summary: broken link in /usr/src/gnu/lib/libg++/Makefile
Product: Base System Reporter: rdm <rdm>
Component: gnuAssignee: David E. O'Brien <obrien>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.2-RELEASE   
Hardware: Any   
OS: Any   

Description rdm 2001-03-20 17:40:00 UTC
	In /usr/src/gnu/lib/libg++/Makefile, there is a line

          GPPDIR= ${.CURDIR}/../../../contrib/libg++

        GPPDIR is then referenced by several other lines.  Looking
        at /usr/src/contrib, however, I see no "libg++" directory.

        I have performed a "make buildworld" on my system and no
        fatal error occurs, so this seems to be non-critical.

Fix: 

At the very least, there should be a comment in the Makefile,
        explaining what's going on.  If the code is simply out of
        date, however, it should probably be cleaned up.
How-To-Repeat: 
	% more /usr/src/gnu/lib/libg++/Makefile
        ...
        % ls /usr/src/contrib
Comment 1 Kris Kennaway freebsd_committer freebsd_triage 2001-03-24 05:50:13 UTC
Responsible Changed
From-To: freebsd-bugs->obrien

obrien is the gcc maintainer
Comment 2 David E. O'Brien freebsd_committer freebsd_triage 2001-03-24 08:15:54 UTC
State Changed
From-To: open->closed

These are old bits that are not used anymore.  I'll remove them for 4.4FreeBSD