ru
33e34aeeb5
Markup fixes.
2006-09-29 15:20:48 +00:00
obrien
ed90ac4a12
Add an override (DONTSTRIP) so that one can easily install debugable
...
binaries when one cannot easily edit a package's Makefiles and/or
configure scripts.
2006-03-06 21:52:59 +00:00
keramida
ac7c9f771d
Fix all the spelling mistakes I could find in the man pages for words
...
that have at least 3 characters.
MFC after: 1 week
Thanks to: Music band ``Chingon''
for keeping me company while searching for these.
2005-07-31 03:30:48 +00:00
ru
1541af42f1
Expand *n't contractions.
2005-02-13 22:25:33 +00:00
ssouhlal
0b08736243
- Make WARNS?= 6 clean
...
- Add WARNS?= 6
Approved by: stefanf, grehan (mentor)
2005-01-25 14:34:57 +00:00
ru
7f3c7f0d46
Sort sections.
2005-01-18 13:43:56 +00:00
ru
6cc4b6c220
Added the EXIT STATUS section where appropriate.
2005-01-17 07:44:44 +00:00
ru
fb1d8b3724
Mechanically kill hard sentence breaks.
2004-07-02 22:22:35 +00:00
marcel
d7eddc1b0a
Document the STRIPBIN environment variable. This includes adding a
...
forward reference from where strip(1) is being mention (-s option).
PR: bin/28620
2004-06-11 17:25:37 +00:00
ru
1837ea9bf5
Improved incorrect usage diagnostics.
2004-03-17 11:06:40 +00:00
ru
50bea8bbbe
Trust bsd.prog.mk to set SRCS correctly.
2004-03-17 10:52:12 +00:00
ru
89525cfb11
GC unnecessary include file.
2004-03-17 10:51:18 +00:00
ru
94a2ba9ecb
- Demangle usage().
...
- Require the "directory" argument with the -d option.
2004-02-07 07:22:11 +00:00
phk
519d477531
Since (x)install is pretty unhelpfull and just spits out a Usage
...
for a lot of unrelated error conditions, at least report the line
number where it bailed.
Don't use multiline string literals for Usage, gcc 3.3 doesn't like them.
2003-07-11 20:51:16 +00:00
imp
b0693a4cbc
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
ru
041d1287e8
Uniformly refer to a file system as "file system".
...
Approved by: re
2002-12-12 17:26:04 +00:00
fenner
eb450c7edf
If both the unlink and the open fail, return the errno from the
...
unlink (very likely EPERM), since the errno from the open might
be a confusing ETXTBSY.
Approved by: re
MFC After: 1 week
2002-11-30 23:12:59 +00:00
bde
313635e051
#include <sys/time.h> instead of depending on namespace pollution in
...
<sys/stat.h> for the declaration of struct timeval.
Approved by: re (rwatson)
2002-11-30 18:59:31 +00:00
peter
5044bd9ace
A little bit of anti-foot-shooting. Use utimes(2) rather than
...
the deprecated utime(3). utimes(2) uses timeval, but utime(3) uses
time_t's. If you do bad things (like I did) by mixing up include files
with libc, then install can do strange things if you mismatch the time_t
stuff. utime() is emulated entirely within libc.
Approved by: re (jhb)
2002-11-15 22:43:56 +00:00
ru
7920e22cea
Take __FreeBSD_version into account when BOOTSTRAPPING.
2002-11-13 13:49:29 +00:00
ru
c592850409
Document the new behavior of -C with respect to inode-change-time.
...
Document that -p also preserves the access time of the source.
2002-10-31 10:43:32 +00:00
ru
c5d62c42fa
Do not change the target file's inode-change-time if -C is
...
specified, the target file already exists and the files are
the same, and the target's file flags and mode need not to
be changed.
2002-10-31 10:41:51 +00:00
dwmalone
b4339b74ad
ANSIify function definitions.
...
Add some constness to avoid some warnings.
Remove use register keyword.
Deal with missing/unneeded extern/prototypes.
Some minor type changes/casts to avoid warnings.
Reviewed by: md5
2002-09-04 23:29:10 +00:00
ru
2a8927efce
Ignore -C, -p, and -S options of install(1) when used with the -d
...
option. Warn about COPY being phased out. Restore the old method
of always comparing before installing: INSTALL="install -C".
Requested by: bde
2002-07-29 08:51:04 +00:00
ru
e11700e21e
Start the (overdue) de-orbit sequence for the -d -C combo,
...
as was promised in revision 1.43.
MFC after: 1 month
2002-06-05 17:37:48 +00:00
trhodes
fa6c7efe3f
More consistancy. file system > filesystem
2002-05-16 02:19:14 +00:00
fanf
3609bfaab7
Report errors properly if wait() fails.
...
PR: 30543
Approved by: dwmalone (mentor)
MFC after: 3 weeks
2002-05-15 16:50:09 +00:00
bde
66189f380b
Fixed 5 style bugs in VCS ids.
2002-05-12 04:02:57 +00:00
bde
20313e69cb
Fixed printing the the strip binary's name in error messages.
2002-05-12 03:47:23 +00:00
marcel
e4f919be68
Add support for stripping non-native object files by using an
...
environment variable that specifies the name of the strip(1)
program to use. The envvar is "STRIPBIN". The more natural
choice would be "STRIP", but that one is taken already.
2002-05-11 19:15:15 +00:00
charnier
ad8a79e6a5
Use `The .Nm utility'
2002-04-20 12:18:28 +00:00
ru
6d38d7dc3c
No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1.
2002-04-09 11:39:05 +00:00
imp
0b20191705
remove __P
2002-03-22 01:42:45 +00:00
des
aa322cf19a
Bump the cutoff mark for comparing files from 8 MB to 16 MB.
2002-03-18 23:26:13 +00:00
markm
31d81e4fbc
Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.
2002-02-08 23:07:37 +00:00
imp
7380723594
xinstall is part of the upgrade path for 4.4-RELEASE as well.
...
Do the usualy ifdef trick here.
Reported by: dworkin muller <addr-removed> and faried nawaz <fn@hungry.com>
2001-12-19 06:05:42 +00:00
ru
d27bd7160f
More "const" poisoning, and only use NO_WERROR if we're bootstrapping.
2001-12-12 08:49:51 +00:00
markm
50e4bbdea1
WARNS=2, use __FBSDID(), set NO_WERROR, as there are "dirty" files used
...
during the bootstrap phase.
2001-12-11 22:46:42 +00:00
dd
316b09762f
This program uses sysexits(3), so it does not exit 1 on failure.
...
PR: 31415
2001-10-23 00:47:27 +00:00
ru
84ac5b97df
When bootstrapping install(1), libc may not have the strtofflags(3) support.
2001-09-17 11:58:14 +00:00
ru
ac9087fba1
Update -v documentation to match reality.
...
Spotted by: bde
2001-08-21 15:59:55 +00:00
brian
8636b161b3
Fix the type of the NULL arg to execl()
...
Idea from: Theo de Raadt <deraadt@openbsd.org>
2001-07-09 09:24:06 +00:00
ru
0ca37f1781
Note that the default behavior has changed to copy files.
...
Also, fix markup in the SYNOPSIS.
Submitted by: dougb
2001-05-30 09:45:47 +00:00
ru
28c43881ca
Backout rev. 1.42 (relaxing the check for -d plus other flags).
...
Instead, issue a warning for now if -d and -C options are used
together. This will be turned into an error before 4.5-RELEASE.
Reviewed by: imp
2001-05-30 07:08:49 +00:00
imp
0925b2a595
Use use ${INSTALL} -d in our build process. If INSTALL is set to
...
"install -C" then things will fail due to new checks. Relax the
checks so that install -C -d works again.
2001-05-29 18:41:16 +00:00
ru
03c37077e5
Many new features and optimization improvements:
...
o New flags: -b and -B (backup)
o New flag: -S (safe copy; aka "atomic" install)
o The -c flag is now the default.
o The -D flag was withdrawn.
Reviewed by: bde (up to some point)
Obtained from: OpenBSD but heavily modified
MFC after: 1 month
2001-05-28 16:41:53 +00:00
ru
5c4fced5ff
Do not override `realinstall' target, use ${PROGNAME}.
2001-04-02 11:54:59 +00:00
ru
17f756a033
Do not override the ``install'' target.
2001-03-27 15:14:49 +00:00
ru
89596e4538
MAN[1-9] -> MAN.
2001-03-27 10:52:19 +00:00
ru
e6cfc0711d
Prepare for mdoc(7)NG.
2000-12-19 16:00:12 +00:00