History log of /freebsd-current/share/mk/auto.obj.mk
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 5abdb50e 04-Nov-2017 Simon J. Gerraty <sjg@FreeBSD.org>

Ensure .OBJDIR has known value

If for any reason we cannot set .OBJDIR==_objdir as desired
use .CURDIR so that at least the classic
.if ${.OBJDIR} != ${.CURDIR}
works and dangerous misstakes can be avoided.

Reviewed by: bdrewery


# d86e8e9c 18-Apr-2017 Simon J. Gerraty <sjg@FreeBSD.org>

If MAKEOBJDIRPREFIX is a prefix match for .CURDIR, then __objdir is .CURDIR

Reviewed by: bdrewery


# 60297063 14-Apr-2017 Simon J. Gerraty <sjg@FreeBSD.org>

Update to latest, handle case of __objdir=obj


# 5f99c0d3 25-Jan-2016 Bryan Drewery <bdrewery@FreeBSD.org>

Import latest auto.obj.mk 1.12 from contrib/bmake/mk.


# b56a78b6 10-Jun-2015 Simon J. Gerraty <sjg@FreeBSD.org>

Let people use this with MAKEOBJDIRPREFIX if they really want to


# 566bf19a 21-Nov-2014 Simon J. Gerraty <sjg@FreeBSD.org>

Use latest version


# 7750ad47 22-Aug-2012 Marcel Moolenaar <marcel@FreeBSD.org>

Sync FreeBSD's bmake branch with Juniper's internal bmake branch.

Requested by: Simon Gerraty <sjg@juniper.net>