summaryrefslogtreecommitdiff
path: root/mk/compiler
diff options
context:
space:
mode:
authormartti <martti>2006-12-15 12:46:23 +0000
committermartti <martti>2006-12-15 12:46:23 +0000
commitf800f4a97ec4a0cfe2daf6d06a25d71da0b92317 (patch)
tree2c399d6a95c0986990ab6070ded1717566864e9e /mk/compiler
parent769a053cda9ef0438c9c30fcada81a95be5d677d (diff)
downloadpkgsrc-f800f4a97ec4a0cfe2daf6d06a25d71da0b92317.tar.gz
Remove trailing spaces.
Diffstat (limited to 'mk/compiler')
-rw-r--r--mk/compiler/ccache.mk4
-rw-r--r--mk/compiler/ccc.mk6
-rw-r--r--mk/compiler/distcc.mk4
-rw-r--r--mk/compiler/f2c.mk4
-rw-r--r--mk/compiler/gcc.mk6
-rw-r--r--mk/compiler/icc.mk4
-rw-r--r--mk/compiler/ido.mk6
-rw-r--r--mk/compiler/mipspro-ucode.mk4
-rw-r--r--mk/compiler/mipspro.mk6
-rw-r--r--mk/compiler/sunpro.mk4
-rw-r--r--mk/compiler/xlc.mk4
11 files changed, 26 insertions, 26 deletions
diff --git a/mk/compiler/ccache.mk b/mk/compiler/ccache.mk
index fe52bfbbeaf..ee2f4a13d55 100644
--- a/mk/compiler/ccache.mk
+++ b/mk/compiler/ccache.mk
@@ -1,4 +1,4 @@
-# $NetBSD: ccache.mk,v 1.28 2006/10/14 08:59:08 rillig Exp $
+# $NetBSD: ccache.mk,v 1.29 2006/12/15 12:46:24 martti Exp $
#
# Copyright (c) 2004 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -63,7 +63,7 @@ _USE_CCACHE= NO
# LANGUAGES.<compiler> is the list of supported languages by the compiler.
# _LANGUAGES.<compiler> is ${LANGUAGES.<compiler>} restricted to the ones
# requested by the package in USE_LANGUAGES.
-#
+#
LANGUAGES.ccache= c c++
_LANGUAGES.ccache= # empty
.for _lang_ in ${USE_LANGUAGES}
diff --git a/mk/compiler/ccc.mk b/mk/compiler/ccc.mk
index afd72f0c41b..9f94cdc92c2 100644
--- a/mk/compiler/ccc.mk
+++ b/mk/compiler/ccc.mk
@@ -1,4 +1,4 @@
-# $NetBSD: ccc.mk,v 1.14 2006/10/22 00:14:17 rillig Exp $
+# $NetBSD: ccc.mk,v 1.15 2006/12/15 12:46:24 martti Exp $
#
# This is the compiler definition for the Compaq C Compilers.
#
@@ -56,7 +56,7 @@ CXXFLAGS+= -ieee
# _LANGUAGES.<compiler> is ${LANGUAGES.<compiler>} restricted to the
# ones requested by the package in USE_LANGUAGES.
-#
+#
_LANGUAGES.ccc= # empty
.for _lang_ in ${USE_LANGUAGES}
_LANGUAGES.ccc+= ${LANGUAGES.ccc:M${_lang_}}
@@ -70,7 +70,7 @@ PREPEND_PATH+= ${_CCC_DIR}/bin
# Create compiler driver scripts in ${WRKDIR}.
.for _var_ in ${_CCC_VARS}
. if !target(${_CCC_${_var_}})
-override-tools: ${_CCC_${_var_}}
+override-tools: ${_CCC_${_var_}}
${_CCC_${_var_}}:
${_PKG_SILENT}${_PKG_DEBUG}${MKDIR} ${.TARGET:H}
${_PKG_SILENT}${_PKG_DEBUG} \
diff --git a/mk/compiler/distcc.mk b/mk/compiler/distcc.mk
index 3ef33edfb14..bb6fe784f04 100644
--- a/mk/compiler/distcc.mk
+++ b/mk/compiler/distcc.mk
@@ -1,4 +1,4 @@
-# $NetBSD: distcc.mk,v 1.28 2006/07/21 14:27:56 jlam Exp $
+# $NetBSD: distcc.mk,v 1.29 2006/12/15 12:46:24 martti Exp $
#
# Copyright (c) 2004 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -52,7 +52,7 @@ _USE_DISTCC= NO
# LANGUAGES.<compiler> is the list of supported languages by the compiler.
# _LANGUAGES.<compiler> is ${LANGUAGES.<compiler>} restricted to the ones
# requested by the package in USE_LANGUAGES.
-#
+#
LANGUAGES.distcc= c c++
_LANGUAGES.distcc= # empty
.for _lang_ in ${USE_LANGUAGES}
diff --git a/mk/compiler/f2c.mk b/mk/compiler/f2c.mk
index f0d1138cc7f..0e72f22dd2b 100644
--- a/mk/compiler/f2c.mk
+++ b/mk/compiler/f2c.mk
@@ -1,4 +1,4 @@
-# $NetBSD: f2c.mk,v 1.7 2006/07/25 10:20:03 rillig Exp $
+# $NetBSD: f2c.mk,v 1.8 2006/12/15 12:46:24 martti Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -55,7 +55,7 @@ _USE_F2C= NO
# LANGUAGES.<compiler> is the list of supported languages by the compiler.
# _LANGUAGES.<compiler> is ${LANGUAGES.<compiler>} restricted to the ones
# requested by the package in USE_LANGUAGES.
-#
+#
LANGUAGES.f2c= fortran
_LANGUAGES.f2c= # empty
.for _lang_ in ${USE_LANGUAGES}
diff --git a/mk/compiler/gcc.mk b/mk/compiler/gcc.mk
index bf250baff3d..29c02d974b1 100644
--- a/mk/compiler/gcc.mk
+++ b/mk/compiler/gcc.mk
@@ -1,4 +1,4 @@
-# $NetBSD: gcc.mk,v 1.87 2006/12/06 16:18:19 joerg Exp $
+# $NetBSD: gcc.mk,v 1.88 2006/12/15 12:46:24 martti Exp $
#
# This is the compiler definition for the GNU Compiler Collection.
#
@@ -146,7 +146,7 @@ _WRAP_EXTRA_ARGS.CC+= -std=gnu99
# This generates a huge number of warnings when building practically all
# Objective-C code where it is convention to use "#import". Suppress
# the warning if we're building Objective-C code using GCC.
-#
+#
.if !empty(_LANGUAGES.gcc:Mobjc)
CFLAGS+= -Wno-import
.endif
@@ -423,7 +423,7 @@ PREPEND_PATH+= ${_GCC_DIR}/bin
GCC_USE_SYMLINKS?= no
.for _var_ in ${_GCC_VARS}
. if !target(${_GCC_${_var_}})
-override-tools: ${_GCC_${_var_}}
+override-tools: ${_GCC_${_var_}}
${_GCC_${_var_}}:
${_PKG_SILENT}${_PKG_DEBUG}${MKDIR} ${.TARGET:H}
. if !empty(GCC_USE_SYMLINKS:Myes)
diff --git a/mk/compiler/icc.mk b/mk/compiler/icc.mk
index 76dc357b39d..37ea4a0991c 100644
--- a/mk/compiler/icc.mk
+++ b/mk/compiler/icc.mk
@@ -1,4 +1,4 @@
-# $NetBSD: icc.mk,v 1.3 2006/10/22 00:14:17 rillig Exp $
+# $NetBSD: icc.mk,v 1.4 2006/12/15 12:46:24 martti Exp $
#
# This is the compiler definition for the Intel compilers.
#
@@ -78,7 +78,7 @@ CONFIGURE_ENV+= ac_cv___attribute__=yes
# Create compiler driver scripts in ${WRKDIR}.
.for _var_ in ${_ICC_VARS}
. if !target(${_ICC_${_var_}})
-override-tools: ${_ICC_${_var_}}
+override-tools: ${_ICC_${_var_}}
${_ICC_${_var_}}:
${_PKG_SILENT}${_PKG_DEBUG}${MKDIR} ${.TARGET:H}
${_PKG_SILENT}${_PKG_DEBUG} \
diff --git a/mk/compiler/ido.mk b/mk/compiler/ido.mk
index aba8e48907f..fcc32d1f655 100644
--- a/mk/compiler/ido.mk
+++ b/mk/compiler/ido.mk
@@ -1,4 +1,4 @@
-# $NetBSD: ido.mk,v 1.4 2006/10/22 00:14:17 rillig Exp $
+# $NetBSD: ido.mk,v 1.5 2006/12/15 12:46:24 martti Exp $
#
# This is the compiler definition for the SGI IRIS Development Option
# cc (IRIX 5).
@@ -50,7 +50,7 @@ _COMPILER_RPATH_FLAG= -Wl,${_LINKER_RPATH_FLAG},
# _LANGUAGES.<compiler> is ${LANGUAGES.<compiler>} restricted to the
# ones requested by the package in USE_LANGUAGES.
-#
+#
_LANGUAGES.ido= # empty
.for _lang_ in ${USE_LANGUAGES}
_LANGUAGES.ido+= ${LANGUAGES.ido:M${_lang_}}
@@ -64,7 +64,7 @@ PREPEND_PATH+= ${_IDO_DIR}/bin
# Create compiler driver scripts in ${WRKDIR}.
.for _var_ in ${_IDO_VARS}
. if !target(${_IDO_${_var_}})
-override-tools: ${_IDO_${_var_}}
+override-tools: ${_IDO_${_var_}}
${_IDO_${_var_}}:
${_PKG_SILENT}${_PKG_DEBUG}${MKDIR} ${.TARGET:H}
${_PKG_SILENT}${_PKG_DEBUG} \
diff --git a/mk/compiler/mipspro-ucode.mk b/mk/compiler/mipspro-ucode.mk
index ea19dc23016..37f60255df6 100644
--- a/mk/compiler/mipspro-ucode.mk
+++ b/mk/compiler/mipspro-ucode.mk
@@ -1,10 +1,10 @@
-# $NetBSD: mipspro-ucode.mk,v 1.3 2005/01/12 18:36:38 jlam Exp $
+# $NetBSD: mipspro-ucode.mk,v 1.4 2006/12/15 12:46:24 martti Exp $
#
# Copyright (c) 2004 The NetBSD Foundation, Inc.
# All rights reserved.
#
# This code is derived from software contributed to The NetBSD Foundation
-# by
+# by
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
diff --git a/mk/compiler/mipspro.mk b/mk/compiler/mipspro.mk
index be8ba1ef75f..eb4b142a5a6 100644
--- a/mk/compiler/mipspro.mk
+++ b/mk/compiler/mipspro.mk
@@ -1,4 +1,4 @@
-# $NetBSD: mipspro.mk,v 1.36 2006/12/02 22:32:59 jschauma Exp $
+# $NetBSD: mipspro.mk,v 1.37 2006/12/15 12:46:24 martti Exp $
#
# This is the compiler definition for the MIPSpro C compiler.
#
@@ -65,7 +65,7 @@ _COMPILER_ABI_FLAG.64= -64
# _LANGUAGES.<compiler> is ${LANGUAGES.<compiler>} restricted to the
# ones requested by the package in USE_LANGUAGES.
-#
+#
_LANGUAGES.mipspro= # empty
.for _lang_ in ${USE_LANGUAGES}
_LANGUAGES.mipspro+= ${LANGUAGES.mipspro:M${_lang_}}
@@ -83,7 +83,7 @@ PREPEND_PATH+= ${_MIPSPRO_DIR}/bin
# Create compiler driver scripts in ${WRKDIR}.
.for _var_ in ${_MIPSPRO_VARS}
. if !target(${_MIPSPRO_${_var_}})
-override-tools: ${_MIPSPRO_${_var_}}
+override-tools: ${_MIPSPRO_${_var_}}
${_MIPSPRO_${_var_}}:
${_PKG_SILENT}${_PKG_DEBUG}${MKDIR} ${.TARGET:H}
${_PKG_SILENT}${_PKG_DEBUG} \
diff --git a/mk/compiler/sunpro.mk b/mk/compiler/sunpro.mk
index ac6e571d2cf..153ba0e68a8 100644
--- a/mk/compiler/sunpro.mk
+++ b/mk/compiler/sunpro.mk
@@ -1,4 +1,4 @@
-# $NetBSD: sunpro.mk,v 1.35 2006/10/22 00:14:17 rillig Exp $
+# $NetBSD: sunpro.mk,v 1.36 2006/12/15 12:46:24 martti Exp $
#
# This is the compiler definition for the SUNWspro C compiler.
#
@@ -79,7 +79,7 @@ PREPEND_PATH+= ${_SUNPRO_DIR}/bin
# Create compiler driver scripts in ${WRKDIR}.
.for _var_ in ${_SUNPRO_VARS}
. if !target(${_SUNPRO_${_var_}})
-override-tools: ${_SUNPRO_${_var_}}
+override-tools: ${_SUNPRO_${_var_}}
${_SUNPRO_${_var_}}:
${_PKG_SILENT}${_PKG_DEBUG}${MKDIR} ${.TARGET:H}
${_PKG_SILENT}${_PKG_DEBUG} \
diff --git a/mk/compiler/xlc.mk b/mk/compiler/xlc.mk
index 4cae9ac59b7..db454ba10b4 100644
--- a/mk/compiler/xlc.mk
+++ b/mk/compiler/xlc.mk
@@ -1,4 +1,4 @@
-# $NetBSD: xlc.mk,v 1.13 2006/10/22 00:14:17 rillig Exp $
+# $NetBSD: xlc.mk,v 1.14 2006/12/15 12:46:24 martti Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -102,7 +102,7 @@ PREPEND_PATH+= ${_XLC_DIR}/bin
# Create compiler driver scripts in ${WRKDIR}.
.for _var_ in ${_XLC_VARS}
. if !target(${_XLC_${_var_}})
-override-tools: ${_XLC_${_var_}}
+override-tools: ${_XLC_${_var_}}
${_XLC_${_var_}}:
${_PKG_SILENT}${_PKG_DEBUG}${MKDIR} ${.TARGET:H}
${_PKG_SILENT}${_PKG_DEBUG} \