History log of /netbsd-src/sys/arch/i386/stand/boot/Makefile (Results 1 – 8 of 8)
Revision Date Author Comments
# 5ef6a33b 27-May-2010 dholland <dholland@NetBSD.org>

Introduce .WAIT into the cleandir rule for blasting the libsa/libkern/etc.
trees, because it can race with the libsa/libkern/etc. makefiles' own
cleandir rules. I think I've found all of the uses of

Introduce .WAIT into the cleandir rule for blasting the libsa/libkern/etc.
trees, because it can race with the libsa/libkern/etc. makefiles' own
cleandir rules. I think I've found all of the uses of the offending idiom...
Closes PR 43360.

show more ...


# ff289076 14-Nov-2006 drochner <drochner@NetBSD.org>

use "=" instead of ":=" where .OBJDIR is used because it might change
later in <bsd.obj.mk>, thanks to Alan Barrett for the hint


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 3a67f25b 23-Aug-2004 dsl <dsl@NetBSD.org>

Use := when saving ${.OBJDIR) - then we get the correct value!


# ca9f17c9 13-Oct-2003 dsl <dsl@NetBSD.org>

Add bsd.obj.mk so these directories get their own obj directory (for the
library objects shared by their subdirectories).
Needed when the obj directory isn't a parent of the subdirectories obj direct

Add bsd.obj.mk so these directories get their own obj directory (for the
library objects shared by their subdirectories).
Needed when the obj directory isn't a parent of the subdirectories obj directory

show more ...


# 977fe7c4 08-Oct-2003 dsl <dsl@NetBSD.org>

Change the way the shared lib directory is handled.
Should now work if ${.OBJDIR} = ${.CURDIR}/obj.


# 64e5c9eb 24-Jun-2003 tron <tron@NetBSD.org>

Remove "lib" directory in "cleandir" target.


# 60c3e62a 16-Apr-2003 dsl <dsl@NetBSD.org>

Add files for 2nd stage boot loader