| Summary: | broken link in /usr/src/gnu/lib/libg++/Makefile | ||
|---|---|---|---|
| Product: | Base System | Reporter: | rdm <rdm> |
| Component: | gnu | Assignee: | David E. O'Brien <obrien> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.2-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-bugs->obrien obrien is the gcc maintainer State Changed From-To: open->closed These are old bits that are not used anymore. I'll remove them for 4.4FreeBSD |
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