pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/compiler Whitespace nits.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52d6e5d0e392
branches:  trunk
changeset: 487141:52d6e5d0e392
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Jan 10 08:59:07 2005 +0000

description:
Whitespace nits.

diffstat:

 mk/compiler/ccache.mk |   6 +++---
 mk/compiler/distcc.mk |  14 +++++++-------
 2 files changed, 10 insertions(+), 10 deletions(-)

diffs (52 lines):

diff -r 16502854f4c4 -r 52d6e5d0e392 mk/compiler/ccache.mk
--- a/mk/compiler/ccache.mk     Mon Jan 10 08:30:43 2005 +0000
+++ b/mk/compiler/ccache.mk     Mon Jan 10 08:59:07 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ccache.mk,v 1.21 2004/11/30 14:50:37 jlam Exp $
+# $NetBSD: ccache.mk,v 1.22 2005/01/10 08:59:07 jlam Exp $
 
 .if !defined(COMPILER_CCACHE_MK)
 COMPILER_CCACHE_MK=    defined
@@ -66,9 +66,9 @@
 #
 BUILD_ENV+=    CCACHE_HASHCC=${CC_VERSION_STRING:Q}
 
-.if defined(CCACHE_DIR) && !empty(CCACHE_DIR)
+.  if defined(CCACHE_DIR) && !empty(CCACHE_DIR)
 BUILD_ENV+=    CCACHE_DIR=${CCACHE_DIR:Q}
-.endif
+.  endif
 
 # Create symlinks for the compiler into ${WRKDIR}.
 .  for _var_ in ${_CCACHE_VARS}
diff -r 16502854f4c4 -r 52d6e5d0e392 mk/compiler/distcc.mk
--- a/mk/compiler/distcc.mk     Mon Jan 10 08:30:43 2005 +0000
+++ b/mk/compiler/distcc.mk     Mon Jan 10 08:59:07 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: distcc.mk,v 1.22 2004/11/30 14:50:37 jlam Exp $
+# $NetBSD: distcc.mk,v 1.23 2005/01/10 08:59:07 jlam Exp $
 
 .if !defined(COMPILER_DISTCC_MK)
 COMPILER_DISTCC_MK=    defined
@@ -61,15 +61,15 @@
 # Add the dependency on distcc.
 BUILD_DEPENDS+=        distcc-[0-9]*:../../devel/distcc
 
-.if defined(DISTCC_HOSTS) && !empty(DISTCC_HOSTS)
+.  if defined(DISTCC_HOSTS) && !empty(DISTCC_HOSTS)
 BUILD_ENV+=    DISTCC_HOSTS=${DISTCC_HOSTS:Q}
-.endif
-.if defined(DISTCC_SSH) && !empty(DISTCC_SSH)
+.  endif
+.  if defined(DISTCC_SSH) && !empty(DISTCC_SSH)
 BUILD_ENV+=    DISTCC_SSH=${DISTCC_SSH:Q}
-.endif
-.if defined(DISTCC_VERBOSE) && !empty(DISTCC_VERBOSE)
+.  endif
+.  if defined(DISTCC_VERBOSE) && !empty(DISTCC_VERBOSE)
 BUILD_ENV+=    DISTCC_VERBOSE=${DISTCC_VERBOSE:Q}
-.endif
+.  endif
 
 # Create symlinks for the compiler into ${WRKDIR}.
 .  for _var_ in ${_DISTCC_VARS}



Home | Main Index | Thread Index | Old Index