Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Apr 2003 03:42:22 -0700 (PDT)
From:      Robert Drehmel <robert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 28974 for review
Message-ID:  <200304151042.h3FAgMK5072118@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=28974

Change 28974 by robert@robert_cursys on 2003/04/15 03:42:17

	Use the MACHINE variable to determine a
	${MACHINE_ARCH}'s variant.

Affected files ...

.. //depot/projects/mips/sys/boot/arc/lib/Makefile#3 edit

Differences ...

==== //depot/projects/mips/sys/boot/arc/lib/Makefile#3 (text+ko) ====

@@ -27,15 +27,15 @@
 SRCS+=	rpb.c
 .endif
 .if ${MACHINE_ARCH} == "mips"
-CFLAGS+=	-D${PLATFORM}
+CFLAGS+=	-D${MACHINE}
 .endif
 
 CLEANFILES+= machine
 
-.ifdef PLATFORM
+.ifdef MACHINE
 CLEANFILES+= platform
 platform:
-	ln -sf ${.CURDIR}/../../../${MACHINE_ARCH}/${PLATFORM} platform
+	ln -sf ${.CURDIR}/../../../${MACHINE_ARCH}/${MACHINE} platform
 machine: platform
 .else
 machine:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304151042.h3FAgMK5072118>