freebsd-dev/usr.bin/xinstall
Warner Losh 30aaff1192 Migrate to a new way of dealing with building from old revisions of
FreeBSD.  This method attempts to centralize all the necessary hacks
or work arounds in one of two places in the tree (src/Makefile.inc1
and src/tools/build).  We build a small compatibility library
(libbuild.a) as well as selectively installing necessary include
files.  We then include this directory when building host binaries.

This removes all the past release compatibilty hacks from various
places in the tree.  We still build on tip of stable and current.  I
will work with those that want to support more, although I anticipate
it will just work.

Many thanks to ru@, obrien@ and jhb@ for providing valuable input at
various stage of implementation, as well as for working together to
positively effect a change for the better.
2003-04-05 20:30:30 +00:00
..
install.1 Uniformly refer to a file system as "file system". 2002-12-12 17:26:04 +00:00
Makefile Migrate to a new way of dealing with building from old revisions of 2003-04-05 20:30:30 +00:00
pathnames.h
xinstall.c If both the unlink and the open fail, return the errno from the 2002-11-30 23:12:59 +00:00