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:
parent
f3b47e00a0
commit
c1736221a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164040
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user