pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/rump Avoid installing binaries in /bin
details: https://anonhg.NetBSD.org/pkgsrc/rev/765d9e1faae7
branches: trunk
changeset: 566306:765d9e1faae7
user: stacktic <stacktic%pkgsrc.org@localhost>
date: Tue Oct 20 10:01:00 2009 +0000
description:
Avoid installing binaries in /bin
diffstat:
misc/rump/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 5cf385c47716 -r 765d9e1faae7 misc/rump/Makefile
--- a/misc/rump/Makefile Tue Oct 20 09:53:28 2009 +0000
+++ b/misc/rump/Makefile Tue Oct 20 10:01:00 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/10/19 16:31:38 stacktic Exp $
+# $NetBSD: Makefile,v 1.5 2009/10/20 10:01:00 stacktic Exp $
#
DISTNAME= rump_20091014
@@ -22,6 +22,8 @@
WRKSRC= ${WRKDIR}/rump
MAKEFLAGS+= -m ${WRKSRC}/share/mk
MAKEFLAGS+= MKMAN=no
+MAKEFLAGS+= TOOLDIR=${WRKSRC}/tooldir
+MAKEFLAGS+= MACHINE_ARCH=${MACHINE_ARCH}
SUBST_CLASSES+= inc_path
SUBST_STAGE.inc_path= pre-configure
@@ -61,7 +63,7 @@
SUBST_SED.strlc= -e "s|\#LIB.*|LDADD+= -L${WRKSRC}/tools/compat -lnbcompat|g"
MAKEFLAGS+= MACHINE=${MACHINE_ARCH:C/x86_64/amd64/}
-MAKEFLAGS+= MACHINE_ARCH=${MACHINE_ARCH}
+
CRT_PATH!= gcc --print-file-name=crtbegin.o
MAKEFLAGS+= _GCC_CRTBEGIN=${CRT_PATH}
MAKEFLAGS+= _GCC_CRTBEGINS=${CRT_PATH:C/begin/beginS/}
Home |
Main Index |
Thread Index |
Old Index