pk
|
f0e170dc10
|
Introduced ${.OBJDIR}. The variable is similar to .CURDIR but points at
the directory where make builds the targets. It can be used to clean up
those cumbersome Makefiles that have to guess at the "obj" directory.
|
1993-12-22 00:25:57 +00:00 |
|
jtc
|
5a178ffc9b
|
POSIX.2 added the -S flag (opposite of -k). It was allready there,
just #ifdef'ed out.
|
1993-12-17 23:55:57 +00:00 |
|
jtc
|
77e8bced10
|
Fix bug (PR #42) with -j flag. Doesn't seem to do anything, but at
least it doesn't dump core anymore.
|
1993-12-15 18:26:40 +00:00 |
|
cgd
|
edcba29bc8
|
add MACHINE_ARCH
|
1993-12-04 02:12:34 +00:00 |
|
cgd
|
670f052fd7
|
add support for an obj.${MACHINE} dir, which will be used rather than obj,
if both exist. basically, precedence is now:
MAKEOBJDIR or (obj.${MACHINE} then obj)
.
|
1993-10-23 02:32:03 +00:00 |
|
cgd
|
e57d888eed
|
fix from chmr@edvz.tu-graz.ac.at (Christoph Robitschko)
to get things right if obj is a symlink and points to nowhere.
|
1993-08-23 05:29:31 +00:00 |
|
mycroft
|
e9d867ef50
|
Add RCS identifiers.
|
1993-08-01 17:54:45 +00:00 |
|
cgd
|
2b3bd9befd
|
remember curdir as something other than ".", so that makes
of things which include files in directories won't get hosed...
|
1993-07-08 03:41:58 +00:00 |
|
cgd
|
883c20ae5a
|
made .CURDIR be absolute, not relative, thereby eliminating
the need for some of the makefile trickery when making objects,
and fixing a few .PATH bugs
|
1993-03-23 07:26:38 +00:00 |
|
cgd
|
e541169ce2
|
after 0.2.2 "stable" patches applied
|
1993-03-21 18:04:42 +00:00 |
|
cgd
|
61f282557f
|
initial import of 386bsd-0.1 sources
|
1993-03-21 09:45:37 +00:00 |
|