summaryrefslogtreecommitdiffstats
path: root/release/fixit.profile
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1995-03-15 01:33:05 +0000
committerwpaul <wpaul@FreeBSD.org>1995-03-15 01:33:05 +0000
commitd92cb48248393a9dd669edeca2d21c5d20040c52 (patch)
treebf6174eb6c11df19d331c8ddd15ab1a29158d7d2 /release/fixit.profile
parent2c25def852f5546eb47a8e0452f655e06facf057 (diff)
downloadFreeBSD-src-d92cb48248393a9dd669edeca2d21c5d20040c52.zip
FreeBSD-src-d92cb48248393a9dd669edeca2d21c5d20040c52.tar.gz
Repeat after me kids: "I will not try to install files into a directory
when I'm not sure whether or not that directory exists." Today I discovered that rebuilding /usr/include completely from scratch doesn't work, because the libss Makefile tries to install headers into /usr/include/ss, which 'make includes' does not create. The result is that the libss Makefile plants the header files in /usr/include as individual files called 'ss,' with the second one overwriting the first, and the third one overwriting the second. So instead of a directory called /usr/include/ss, you end up with just one file called /usr/include/ss with only the last header file in it. Check out /usr/include/ss on freefall and you'll see what I mean. I've modified the beforeinstall target in the libss Makefile to check for the presence of the ${DESTDIR}/usr/include/lbss directory and to create it if it isn't already there. Hopefully I did it right.
Diffstat (limited to 'release/fixit.profile')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud