summaryrefslogtreecommitdiffstats
path: root/lib/libss
Commit message (Collapse)AuthorAgeFilesLines
* Install non-source files with the optional flag ${COPY}, not with the flag -c.bde1995-08-061-2/+2
|
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-08-061-4/+4
| | | | | | | specified in the top level Makefiles. Previously I missed dozens of Makefiles that skip the install after using `cmp -s' to decide that the install isn't necessary.
* Remove trailing whitespace.rgrimes1995-05-305-11/+11
|
* Remove private mkdir for /usr/include/ss, no handled by mtree.rgrimes1995-03-181-5/+1
|
* Repeat after me kids: "I will not try to install files into a directorywpaul1995-03-151-1/+5
| | | | | | | | | | | | | | | | | | 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.
* Fix broken makefile.phk1995-02-121-5/+6
|
* CLEANFILES was missing a few files.bde1995-02-081-2/+2
|
* Make Jordan happy:wollman1995-01-231-4/+15
| | | | | | 1) Link against object directory version of libcom_err.so. 2) Don't try to install ss_err.h if we haven't made it yet. It's not on the critical path for `make world' at this point.
* Fix from Rod so that std_rqs.c can get rebuilt properly whenwollman1995-01-211-2/+2
| | | | doing a make world.
* Port to FreeBSD.wollman1995-01-195-4/+53
|
* MIT SIPB `subsystem' library, needed for `kadmin' and some other MIT programs.wollman1995-01-1917-0/+1445
OpenPOWER on IntegriCloud