Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools Set "HOSTLIB" before including "bsd.own.mk" to get the...
details: https://anonhg.NetBSD.org/src/rev/57da16608c05
branches: trunk
changeset: 764349:57da16608c05
user: tron <tron%NetBSD.org@localhost>
date: Sun Apr 17 12:52:26 2011 +0000
description:
Set "HOSTLIB" before including "bsd.own.mk" to get the destination
directory checks to work properly.
diffstat:
tools/libctf/Makefile | 6 +++---
tools/libdwarf/Makefile | 6 +++---
tools/libelf/Makefile | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (48 lines):
diff -r 5b7e7b575d14 -r 57da16608c05 tools/libctf/Makefile
--- a/tools/libctf/Makefile Sun Apr 17 12:33:42 2011 +0000
+++ b/tools/libctf/Makefile Sun Apr 17 12:52:26 2011 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2010/06/19 23:11:10 riz Exp $
+# $NetBSD: Makefile,v 1.3 2011/04/17 12:52:26 tron Exp $
+
+HOSTLIB= ctf
.include <bsd.own.mk>
-HOSTLIB= ctf
-
SRCS= ctf_create.c \
ctf_decl.c \
ctf_error.c \
diff -r 5b7e7b575d14 -r 57da16608c05 tools/libdwarf/Makefile
--- a/tools/libdwarf/Makefile Sun Apr 17 12:33:42 2011 +0000
+++ b/tools/libdwarf/Makefile Sun Apr 17 12:52:26 2011 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2010/06/19 23:11:10 riz Exp $
+# $NetBSD: Makefile,v 1.3 2011/04/17 12:52:26 tron Exp $
+
+HOSTLIB=dwarf
.include <bsd.own.mk>
-HOSTLIB=dwarf
-
SRCS= dwarf_abbrev.c \
dwarf_attr.c \
dwarf_attrval.c \
diff -r 5b7e7b575d14 -r 57da16608c05 tools/libelf/Makefile
--- a/tools/libelf/Makefile Sun Apr 17 12:33:42 2011 +0000
+++ b/tools/libelf/Makefile Sun Apr 17 12:52:26 2011 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2010/06/19 23:11:10 riz Exp $
+# $NetBSD: Makefile,v 1.5 2011/04/17 12:52:26 tron Exp $
+
+HOSTLIB= elf
.include <bsd.own.mk>
-HOSTLIB= elf
-
SRCS= elf_begin.c \
elf_cntl.c \
elf_end.c elf_errmsg.c elf_errno.c \
Home |
Main Index |
Thread Index |
Old Index