1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00

The make command of the base system automatically sets $MACHINE

and $MACHINE_ARCH variables.

Submitted by:	 Kaho Toshikazu <kaho at ed.niigata-u.ac.jp>
This commit is contained in:
Maho Nakata 2006-05-31 02:44:04 +00:00
parent f3b47e00a0
commit c1736221a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164040
11 changed files with 11 additions and 77 deletions

View File

@ -49,13 +49,7 @@ WITHOUT_CPU_CFLAGS= true
ONLY_FOR_ARCHS= amd64 i386
# XXX Cut & paste from bsd.port.mk.
UNAME?= /usr/bin/uname
.if !defined(ARCH)
ARCH!= ${UNAME} -p
.endif
.if ${ARCH} == amd64
.if ${MACHINE_ARCH} == amd64
BROKEN= "Work in progress"
.endif

View File

@ -47,13 +47,7 @@ WITHOUT_CPU_CFLAGS= true
ONLY_FOR_ARCHS= amd64 i386
# XXX Cut & paste from bsd.port.mk.
UNAME?= /usr/bin/uname
.if !defined(ARCH)
ARCH!= ${UNAME} -p
.endif
.if ${ARCH} == amd64
.if ${MACHINE_ARCH} == amd64
BROKEN= "Work in progress"
.endif

View File

@ -47,13 +47,7 @@ WITHOUT_CPU_CFLAGS= true
ONLY_FOR_ARCHS= amd64 i386
# XXX Cut & paste from bsd.port.mk.
UNAME?= /usr/bin/uname
.if !defined(ARCH)
ARCH!= ${UNAME} -p
.endif
.if ${ARCH} == amd64
.if ${MACHINE_ARCH} == amd64
BROKEN= "Work in progress"
.endif

View File

@ -49,13 +49,7 @@ WITHOUT_CPU_CFLAGS= true
ONLY_FOR_ARCHS= amd64 i386
# XXX Cut & paste from bsd.port.mk.
UNAME?= /usr/bin/uname
.if !defined(ARCH)
ARCH!= ${UNAME} -p
.endif
.if ${ARCH} == amd64
.if ${MACHINE_ARCH} == amd64
BROKEN= "Work in progress"
.endif

View File

@ -49,13 +49,7 @@ WITHOUT_CPU_CFLAGS= true
ONLY_FOR_ARCHS= amd64 i386
# XXX Cut & paste from bsd.port.mk.
UNAME?= /usr/bin/uname
.if !defined(ARCH)
ARCH!= ${UNAME} -p
.endif
.if ${ARCH} == amd64
.if ${MACHINE_ARCH} == amd64
BROKEN= "Work in progress"
.endif

View File

@ -47,13 +47,7 @@ WITHOUT_CPU_CFLAGS= true
ONLY_FOR_ARCHS= amd64 i386
# XXX Cut & paste from bsd.port.mk.
UNAME?= /usr/bin/uname
.if !defined(ARCH)
ARCH!= ${UNAME} -p
.endif
.if ${ARCH} == amd64
.if ${MACHINE_ARCH} == amd64
BROKEN= "Work in progress"
.endif

View File

@ -47,13 +47,7 @@ WITHOUT_CPU_CFLAGS= true
ONLY_FOR_ARCHS= amd64 i386
# XXX Cut & paste from bsd.port.mk.
UNAME?= /usr/bin/uname
.if !defined(ARCH)
ARCH!= ${UNAME} -p
.endif
.if ${ARCH} == amd64
.if ${MACHINE_ARCH} == amd64
BROKEN= "Work in progress"
.endif

View File

@ -47,13 +47,7 @@ WITHOUT_CPU_CFLAGS= true
ONLY_FOR_ARCHS= amd64 i386
# XXX Cut & paste from bsd.port.mk.
UNAME?= /usr/bin/uname
.if !defined(ARCH)
ARCH!= ${UNAME} -p
.endif
.if ${ARCH} == amd64
.if ${MACHINE_ARCH} == amd64
BROKEN= "Work in progress"
.endif

View File

@ -49,13 +49,7 @@ WITHOUT_CPU_CFLAGS= true
ONLY_FOR_ARCHS= amd64 i386
# XXX Cut & paste from bsd.port.mk.
UNAME?= /usr/bin/uname
.if !defined(ARCH)
ARCH!= ${UNAME} -p
.endif
.if ${ARCH} == amd64
.if ${MACHINE_ARCH} == amd64
BROKEN= "Work in progress"
.endif

View File

@ -47,13 +47,7 @@ WITHOUT_CPU_CFLAGS= true
ONLY_FOR_ARCHS= amd64 i386
# XXX Cut & paste from bsd.port.mk.
UNAME?= /usr/bin/uname
.if !defined(ARCH)
ARCH!= ${UNAME} -p
.endif
.if ${ARCH} == amd64
.if ${MACHINE_ARCH} == amd64
BROKEN= "Work in progress"
.endif

View File

@ -49,13 +49,7 @@ WITHOUT_CPU_CFLAGS= true
ONLY_FOR_ARCHS= amd64 i386
# XXX Cut & paste from bsd.port.mk.
UNAME?= /usr/bin/uname
.if !defined(ARCH)
ARCH!= ${UNAME} -p
.endif
.if ${ARCH} == amd64
.if ${MACHINE_ARCH} == amd64
BROKEN= "Work in progress"
.endif