Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/stand/gzboot include <bsd.obj.mk> to teach m...



details:   https://anonhg.NetBSD.org/src/rev/2ab309c20fd0
branches:  trunk
changeset: 579569:2ab309c20fd0
user:      bsh <bsh%NetBSD.org@localhost>
date:      Fri Mar 18 08:50:07 2005 +0000

description:
include <bsd.obj.mk> to teach make the rules for OBJDIR names.

This is to fix a problem on compiling gzboot with BUILDID defined
(by build.sh -B BUILDID).

diffstat:

 sys/arch/evbarm/stand/gzboot/Makefile.gzboot |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r b47541dedafc -r 2ab309c20fd0 sys/arch/evbarm/stand/gzboot/Makefile.gzboot
--- a/sys/arch/evbarm/stand/gzboot/Makefile.gzboot      Fri Mar 18 04:52:24 2005 +0000
+++ b/sys/arch/evbarm/stand/gzboot/Makefile.gzboot      Fri Mar 18 08:50:07 2005 +0000
@@ -1,7 +1,8 @@
-#      $NetBSD: Makefile.gzboot,v 1.10 2004/06/21 18:20:08 jmc Exp $
+#      $NetBSD: Makefile.gzboot,v 1.11 2005/03/18 08:50:07 bsh Exp $
 
 NOMAN=  # defined
 
+.include <bsd.obj.mk>          # Pull in OBJDIR name rules.
 .include <bsd.own.mk>
 
 EVBARM_STAND=  ${S}/arch/evbarm/stand



Home | Main Index | Thread Index | Old Index