Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/conf Use ".-include" instead of the ".if exist...



details:   https://anonhg.NetBSD.org/src/rev/8aa6ead85551
branches:  trunk
changeset: 515817:8aa6ead85551
user:      simonb <simonb%NetBSD.org@localhost>
date:      Fri Oct 05 15:14:18 2001 +0000

description:
Use ".-include" instead of the ".if exists(...) ..." dance.

diffstat:

 sys/arch/mips/conf/Makefile.mips |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 675153033eca -r 8aa6ead85551 sys/arch/mips/conf/Makefile.mips
--- a/sys/arch/mips/conf/Makefile.mips  Fri Oct 05 14:57:18 2001 +0000
+++ b/sys/arch/mips/conf/Makefile.mips  Fri Oct 05 15:14:18 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.mips,v 1.17 2001/10/05 05:03:27 simonb Exp $
+#      $NetBSD: Makefile.mips,v 1.18 2001/10/05 15:14:18 simonb Exp $
 
 # Makefile for NetBSD
 #
@@ -69,9 +69,7 @@
 .endif
 STRIPFLAGS=    -g -X -x
 
-.if exists(${THISMIPS}/conf/Makefile.${TARGET_MACHINE}.inc)
-.include "${THISMIPS}/conf/Makefile.${TARGET_MACHINE}.inc"
-.endif
+.-include "${THISMIPS}/conf/Makefile.${TARGET_MACHINE}.inc"
 
 %INCLUDES
 



Home | Main Index | Thread Index | Old Index