[Midnightbsd-cvs] src [10781] trunk/usr.bin/xlint/Makefile.inc: tag
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Jun 9 22:44:25 EDT 2018
Revision: 10781
http://svnweb.midnightbsd.org/src/?rev=10781
Author: laffer1
Date: 2018-06-09 22:44:24 -0400 (Sat, 09 Jun 2018)
Log Message:
-----------
tag
Modified Paths:
--------------
trunk/usr.bin/xlint/Makefile.inc
Property Changed:
----------------
trunk/usr.bin/xlint/Makefile.inc
Modified: trunk/usr.bin/xlint/Makefile.inc
===================================================================
--- trunk/usr.bin/xlint/Makefile.inc 2018-06-10 02:43:50 UTC (rev 10780)
+++ trunk/usr.bin/xlint/Makefile.inc 2018-06-10 02:44:24 UTC (rev 10781)
@@ -1,6 +1,6 @@
+# $MidnightBSD$
# $NetBSD: Makefile.inc,v 1.8 2002/02/04 00:18:32 thorpej Exp $
-# $FreeBSD: src/usr.bin/xlint/Makefile.inc,v 1.5 2004/02/23 20:21:21 johan Exp $
-# $MidnightBSD: src/usr.bin/xlint/Makefile.inc,v 1.2 2007/07/26 19:28:19 laffer1 Exp $
+# $FreeBSD: stable/10/usr.bin/xlint/Makefile.inc 239272 2012-08-15 03:21:56Z gonzo $
WARNS?= 0
@@ -9,7 +9,7 @@
# These assignments duplicate much of the functionality of
# MACHINE_CPUARCH, but there's no easy way to export make functions...
.if defined(TARGET_ARCH)
-TARGET_CPUARCH= ${TARGET_ARCH:C/mips.*e[bl]/mips/:C/armeb/arm/}
+TARGET_CPUARCH= ${TARGET_ARCH:C/mips(n32|64)?(el)?/mips/:C/arm(v6)?(eb)?/arm/}
.else
TARGET_CPUARCH= ${MACHINE_CPUARCH}
TARGET_ARCH= ${MACHINE_ARCH}
Property changes on: trunk/usr.bin/xlint/Makefile.inc
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list