summaryrefslogtreecommitdiffstats
path: root/usr.bin/xinstall/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.markm2002-02-081-1/+0
|
* More "const" poisoning, and only use NO_WERROR if we're bootstrapping.ru2001-12-121-1/+1
|
* WARNS=2, use __FBSDID(), set NO_WERROR, as there are "dirty" files usedmarkm2001-12-111-0/+1
| | | | during the bootstrap phase.
* When bootstrapping install(1), libc may not have the strtofflags(3) support.ru2001-09-171-0/+6
|
* Do not override `realinstall' target, use ${PROGNAME}.ru2001-04-021-6/+3
|
* Do not override the ``install'' target.ru2001-03-271-1/+1
|
* MAN[1-9] -> MAN.ru2001-03-271-2/+1
|
* Switch over to using the new fflagstostr and strtofflags library calls.joe2000-06-171-2/+1
|
* Revert part of the last commit, remove {g|s}etflags from the libcjoe2000-02-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | interface, and statically link them to the programs using them. These functions, upon reflection and discussion, are too generically named for a library interface with such specific functionality. Also the api that they use, whilst ok for private use, isn't good enough for a libc function. Additionally there were complications with the build/install-world process. It depends heavily upon xinstall, which got broken by the change in api, and caused bootstrap problems and general mayhem. There is work in progress to address future problems that may be caused by changes in install-chain tools, and better names for {g|s}etflags can be derived when some future program requires them. For now the code has been left in src/lib/libc/gen (it started off in src/bin/ls). It's important to provide library functions for manipulating file flag strings if we ever want this interface to be adopted outside of the source tree, but now isn't necessarily the right moment with 4.0-release just around the corner. Approved: jkh
* Historically file flags (schg, uschg, etc) have been converted fromjoe2000-01-271-2/+0
| | | | | | | | | | | | | | | | | string to u_long and back using two functions, flags_to_string and string_to_flags, which co-existed with 'ls'. As time has progressed more and more other tools have used these private functions to manipulate the file flags. Recently I moved these functions from /usr/src/bin/ls to libutil, but after some discussion with bde it's been decided that they really ought to go in libc. There are two already existing libc functions for manipulating file modes: setmode and getmode. In keeping with these flags_to_string has been renamed getflags and string_to_flags to setflags. The manual page could probably be improved upon ;)
* Actually remove unrequired SRCS.bde2000-01-051-1/+0
|
* Added missing DPADD's. Removed unrequired SRCS's.joe2000-01-011-0/+1
| | | | Obtained from: bde
* Moved flags_to_string and string_to_flags into libutil. It's used injoe1999-12-301-2/+3
| | | | many places nowadays.
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-251-1/+1
| | | | specified in the top level Makefiles.
* Reviewed by:ats1994-09-041-1/+1
| | | | | | | Submitted by: Get the man page installed. Does anyone know the reason for the name xinstall instead of install for this directory ? Would life more easy to get this whole thing under install.
* More merry makefile munging for man page compatability.wollman1994-08-051-1/+1
|
* Add ${COPY} on install command so that the file in obj doesrgrimes1994-05-311-1/+1
| | | | not get removed when running make install.
* Cleanup so that make install can run, many install: maninstall changedrgrimes1994-05-301-1/+1
| | | | to just install:, sperious targets and CLEANFILES removed.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+12
OpenPOWER on IntegriCloud