pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/cwrappers Ensure we don't try to rebuild the ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8cedcfac3152
branches: trunk
changeset: 650850:8cedcfac3152
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Mon Apr 27 09:51:24 2015 +0000
description:
Ensure we don't try to rebuild the generated transform-gcc.c, it requires
NetBSD-specific build tools.
diffstat:
pkgtools/cwrappers/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r dd196971b8b0 -r 8cedcfac3152 pkgtools/cwrappers/Makefile
--- a/pkgtools/cwrappers/Makefile Mon Apr 27 09:23:27 2015 +0000
+++ b/pkgtools/cwrappers/Makefile Mon Apr 27 09:51:24 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2015/04/19 13:30:35 tnn Exp $
+# $NetBSD: Makefile,v 1.11 2015/04/27 09:51:24 jperkin Exp $
PKGNAME= cwrappers-20150318
CATEGORIES= pkgtools sysutils
@@ -27,5 +27,6 @@
do-extract:
${CP} -R ${FILESDIR}/bin ${WRKSRC}
+ ${TOUCH} ${WRKSRC}/transform-gcc.c
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index