pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/compiler Instead of silently failing to include mis...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e4fd058b56b
branches:  trunk
changeset: 467479:6e4fd058b56b
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Feb 01 11:14:04 2004 +0000

description:
Instead of silently failing to include missing files, be loud and give the
error ASAP.

diffstat:

 mk/compiler/bsd.compiler.mk |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 6fee6b6a6abb -r 6e4fd058b56b mk/compiler/bsd.compiler.mk
--- a/mk/compiler/bsd.compiler.mk       Sun Feb 01 11:08:51 2004 +0000
+++ b/mk/compiler/bsd.compiler.mk       Sun Feb 01 11:14:04 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.compiler.mk,v 1.3 2004/02/01 01:36:22 jlam Exp $
+# $NetBSD: bsd.compiler.mk,v 1.4 2004/02/01 11:14:04 jlam Exp $
 #
 # This Makefile fragment implements handling for supported C/C++/Fortran
 # compilers.
@@ -86,9 +86,7 @@
 .endfor
 
 .for _compiler_ in ${_PKGSRC_COMPILER}
-.  if exists(../../mk/compiler/${_compiler_}.mk)
-.    include "../../mk/compiler/${_compiler_}.mk"
-.  endif
+.  include "../../mk/compiler/${_compiler_}.mk"
 .endfor
 
 .endif # BSD_COMPILER_MK



Home | Main Index | Thread Index | Old Index