| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
because of the absence of a destination directory or if the
"destination directory" is not a directory.
PR: bin/11826
Submitted by: Denis Eremenko <moonshade@pnhz.kz>
Approved by: grog@
X-MFC after: various freezes
|
| |
|
|
|
|
|
| |
binaries when one cannot easily edit a package's Makefiles and/or
configure scripts.
|
|
|
|
|
|
|
|
| |
that have at least 3 characters.
MFC after: 1 week
Thanks to: Music band ``Chingon''
for keeping me company while searching for these.
|
| |
|
|
|
|
|
|
| |
- Add WARNS?= 6
Approved by: stefanf, grehan (mentor)
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
forward reference from where strip(1) is being mention (-s option).
PR: bin/28620
|
| |
|
| |
|
| |
|
|
|
|
| |
- Require the "directory" argument with the -d option.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Approved by: re
|
|
|
|
|
|
|
|
| |
unlink (very likely EPERM), since the errno from the open might
be a confusing ETXTBSY.
Approved by: re
MFC After: 1 week
|
|
|
|
|
|
| |
<sys/stat.h> for the declaration of struct timeval.
Approved by: re (rwatson)
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
| |
Document that -p also preserves the access time of the source.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
option. Warn about COPY being phased out. Restore the old method
of always comparing before installing: INSTALL="install -C".
Requested by: bde
|
|
|
|
|
|
| |
as was promised in revision 1.43.
MFC after: 1 month
|
| |
|
|
|
|
|
|
| |
PR: 30543
Approved by: dwmalone (mentor)
MFC after: 3 weeks
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Do the usualy ifdef trick here.
Reported by: dworkin muller <addr-removed> and faried nawaz <fn@hungry.com>
|
| |
|
|
|
|
| |
during the bootstrap phase.
|
|
|
|
| |
PR: 31415
|
| |
|
|
|
|
| |
Spotted by: bde
|
|
|
|
| |
Idea from: Theo de Raadt <deraadt@openbsd.org>
|
|
|
|
|
|
| |
Also, fix markup in the SYNOPSIS.
Submitted by: dougb
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
"install -C" then things will fail due to new checks. Relax the
checks so that install -C -d works again.
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|