cgd
4aa53dcd31
test -h, not test -L.
2000-07-07 04:35:35 +00:00
mycroft
b124cdf163
Abuse .USE some more.
2000-06-06 09:53:29 +00:00
mycroft
befa5650d3
Minor rearrangement.
2000-06-06 09:22:00 +00:00
mycroft
34e1bda46a
Use ODE make(1) features to eliminate extra variables and move several things
...
outside of .for loops. (Needs more work to completely eliminate .for.)
XXX Don't look at this stuff. It will make your head hurt.
2000-06-06 05:40:47 +00:00
simonb
1177aeba7c
White space bogons (double spaces, spaces instead of tabs).
2000-04-24 14:22:05 +00:00
simonb
db352c9bba
Change SYMLINKS so that the link isn't recreated if it already points
...
to the right place (much the same as bsd.obj.mk already does).
2000-04-23 07:58:17 +00:00
mycroft
dc75306e58
Make sure the `rm' and `ln' for a link are in the same shell command.
...
(The reason for this is obscure...)
2000-02-26 19:02:40 +00:00
drochner
72db33dc5a
fix link creation:
...
-put "echo"s for the daughter Makefile into a subshell to get them all
into the Makefile (instead of stdout - should fix PR misc/9336 by
Bernd Ernesti)
-change operator for "realall" back to ":" - rules are supposed to
accumulate, and "::" clashes with the definition in <bsd.own.mk>
-call sub-make with the "all" target to make sure we don't get just
the first rule
2000-02-10 18:18:01 +00:00
mycroft
6235a29e6b
Fix a bogon that caused some symlinks to not be installed.
2000-01-24 06:54:27 +00:00
mycroft
fe5f9c4b53
Adjust symlink crap for all/realall changes.
2000-01-22 19:45:41 +00:00
kleink
bb0106aee8
When test(1)ing for a symlink, use the -h primitive instead of -L. Although
...
the latter is supported in our test(1), the former is more portable, and is
defined in 1003.2bD3 and SVID4. Addresses PR kern/8225 from Andrew Cagney.
1999-08-22 14:02:34 +00:00
simonb
7987e3b34d
Add ${INSTPRIV} to ${INSTALL} commands.
1999-08-21 06:17:45 +00:00
christos
f16578a952
PR/2936: Brian C. Grayson: Avoid truncating precious files when installing
...
and the filesystem is full. Added ${RENAME} flag to install, which when set
to -r installs on a temporary file and then renames to the final destination.
${RENAME} is currently set to nothing in bsd.own.mk, but one can turn it
on in /etc/mk.conf.
1999-02-04 11:58:30 +00:00
castor
45a22daf10
allow generated kernel includes and support mips pubassym.cf mechanism
1999-01-15 10:57:36 +00:00
castor
c57180f21e
Change make to ${MAKE} to allow standard make to be overridden.
1998-12-31 15:28:52 +00:00
christos
8e6800cd97
Missed a few preserve flags.
1998-09-29 11:47:51 +00:00
cgd
2125120c77
add bsd.kinc.mk, a template to support the new kernel include file
...
installation mechanism.
1998-06-12 23:28:53 +00:00