Bill Paul b337d29402 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.
1995-03-15 01:33:05 +00:00
..
1995-02-24 07:51:13 +00:00
1994-12-10 23:02:33 +00:00
1994-10-12 02:06:02 +00:00
1994-10-26 18:17:41 +00:00
1994-10-26 18:15:35 +00:00
1995-02-24 08:51:34 +00:00
1995-03-13 19:02:04 +00:00
1995-02-23 18:47:06 +00:00
1994-05-27 05:00:24 +00:00
1994-10-27 18:15:42 +00:00
1994-08-08 19:26:23 +00:00
1994-12-10 22:01:25 +00:00
1995-03-09 21:53:12 +00:00
1994-05-27 05:00:24 +00:00
1995-03-08 01:41:40 +00:00