Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/powerpc/conf Include ${THISPPC}/conf/Makefile.${TAR...



details:   https://anonhg.NetBSD.org/src/rev/9303dbc6a52e
branches:  trunk
changeset: 514225:9303dbc6a52e
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sun Aug 26 10:59:26 2001 +0000

description:
Include ${THISPPC}/conf/Makefile.${TARGET_MACHINE}.inc if it exists (ala
mips' Makefile.mips).

diffstat:

 sys/arch/powerpc/conf/Makefile.powerpc |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 27b2585cd07b -r 9303dbc6a52e sys/arch/powerpc/conf/Makefile.powerpc
--- a/sys/arch/powerpc/conf/Makefile.powerpc    Sun Aug 26 06:03:11 2001 +0000
+++ b/sys/arch/powerpc/conf/Makefile.powerpc    Sun Aug 26 10:59:26 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.powerpc,v 1.14 2001/08/26 02:47:38 matt Exp $
+#      $NetBSD: Makefile.powerpc,v 1.15 2001/08/26 10:59:26 simonb Exp $
 #
 # Makefile for NetBSD
 #
@@ -61,6 +61,10 @@
 LINKFLAGS=     -N -Ttext ${TEXTADDR} -e __start
 STRIPFLAGS=    --strip-debug
 
+.if exists(${THISPPC}/conf/Makefile.${TARGET_MACHINE}.inc)
+.include "${THISPPC}/conf/Makefile.${TARGET_MACHINE}.inc"
+.endif
+
 %INCLUDES
 
 ### find out what to use for libkern



Home | Main Index | Thread Index | Old Index