| Commit message (Collapse) | Author | Age | Files | Lines | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=35926
 | 
| | 
| 
| 
| 
| 
| 
|  | 
the libss headers before installing them in `make world'.
Notes:
    svn path=/head/; revision=34508
 | 
| | 
| 
| 
| 
| 
| 
|  | 
built by a single rule (.ORDER: foo.c foo.h ...).
Notes:
    svn path=/head/; revision=34117
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
changes to bsd.lib.mk can handle building it early enough.  Don't
use the same rule for ss_err.h and ss_err.c, else `make -jN' would
run the rule twice concurrently.  Don't put ss_err.c out of order
in SRCS; doing so was a kludge to get ss_err.h built early enough
for plain `make'.
Don't put a non-generated file in CLEANFILES.
Notes:
    svn path=/head/; revision=34095
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=32378
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=22993
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
Notes:
    svn path=/head/; revision=21673
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
|  | 
<sys/dir.h> in applications.  Maintained existing (inadequate) ifdefs
for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any
new ones.
Notes:
    svn path=/head/; revision=18485
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=18103
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
built early enough to always be installed by the `includes' target
in /usr/src/Makefile.  This is supposed to be handled by not
installing it if it doesn't exist.  However, a stale, uninstallable
copy sometimes exists in the source directory, and the existence
test sometimes found the wrong copy.
Notes:
    svn path=/head/; revision=18062
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=18050
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=17935
 | 
| | 
| 
| 
| 
| 
| 
|  | 
Submitted-By: Kent Vander Velden <graphix@iastate.edu>
Notes:
    svn path=/head/; revision=17141
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
really want them) from /usr/src.  This is the final version of the
patches, incorporating the feedback I've received from -current.
Notes:
    svn path=/head/; revision=16663
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
``rm'' -> ``rm -f''
so mv/rm may not ask for confirmation if you are not root
Notes:
    svn path=/head/; revision=15679
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=9972
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
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.
Notes:
    svn path=/head/; revision=9970
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=8870
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=7137
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
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.
Notes:
    svn path=/head/; revision=7062
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=6317
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=6250
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
|  | 
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.
Notes:
    svn path=/head/; revision=5806
 | 
| | 
| 
| 
| 
| 
| 
|  | 
doing a make world.
Notes:
    svn path=/head/; revision=5774
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=5725
 | 
|   
  
  
   | 
Notes:
    svn path=/cvs2svn/branches/sipb/; revision=5717
 |