freebsd-dev/usr.bin/make
Steven Wallace 18e24ede6b Restore previous compatibility of ${.CURDIR}/obj.uname -m and
$(.CURDIR}/obj search while retaining compatability of new
prefix with cwd for the current source tree builds.
.TARGETOBJDIR has been removed from make and CANONICALOBJDIR set in
bsd.obj.mk

The builtin object directory searching is defined specifically as:

If MAKEOBJDIRPREFIX is defined, the search order is
${MAKEOBJDIRPREFIX}${.CURDIR}
${.CURDIR}

Else if MAKEOBJDIR is defined, the search order is
${MAKEOBJDIR}
${.CURDIR}

Otherwise, default to the search order
${.CURDIR}/obj.`uname -m`
$(.CURDIR}/obj
/usr/obj${.CURDIR}
${.CURDIR}

Reviewed by:	bde
1996-09-18 06:06:39 +00:00
..
lst.lib Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
PSD.doc BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
arch.c General -Wall warning cleanup, part I. 1996-07-12 19:08:36 +00:00
bit.h Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
buf.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
buf.h Bring in a number of changes from NetBSD's make, fixing quite a few 1995-01-23 21:03:17 +00:00
compat.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
cond.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
config.h Bring in a number of changes from NetBSD's make, fixing quite a few 1995-01-23 21:03:17 +00:00
dir.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
dir.h Bring in a number of changes from NetBSD's make, fixing quite a few 1995-01-23 21:03:17 +00:00
for.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
hash.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
hash.h Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
job.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
job.h Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
list.h Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
lst.h Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
main.c Restore previous compatibility of ${.CURDIR}/obj.uname -m and 1996-09-18 06:06:39 +00:00
make.1 Listed all the environment variables (MACHINE and PWD were missing). 1996-08-31 14:21:15 +00:00
make.c NetBSD fixes: declare more prototypes, move .OPTIONAL in alphabet 1995-06-18 12:34:14 +00:00
make.h Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
Makefile Stop using gnumalloc. 1995-09-22 14:14:32 +00:00
Makefile.dist BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
nonints.h Bring in a number of changes from NetBSD's make, fixing quite a few 1995-01-23 21:03:17 +00:00
parse.c Fixed handling of `!=' assignment. Don't warn if the shell's output is 1996-09-12 03:03:25 +00:00
pathnames.h Restore previous compatibility of ${.CURDIR}/obj.uname -m and 1996-09-18 06:06:39 +00:00
sprite.h Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
str.c NetBSD fixes: declare more prototypes, move .OPTIONAL in alphabet 1995-06-18 12:34:14 +00:00
suff.c NetBSD fixes: declare more prototypes, move .OPTIONAL in alphabet 1995-06-18 12:34:14 +00:00
targ.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
var.c Fix the :S modifier to substitute in each word of the variable, according 1995-11-01 12:18:32 +00:00