Source-Changes-HG archive

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

[src/trunk]: src/share/mk dial . for operator



details:   https://anonhg.NetBSD.org/src/rev/afbd1c7bb342
branches:  trunk
changeset: 754136:afbd1c7bb342
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Apr 21 16:09:11 2010 +0000

description:
dial . for operator

diffstat:

 share/mk/bsd.sys.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 1b1c0e692c2c -r afbd1c7bb342 share/mk/bsd.sys.mk
--- a/share/mk/bsd.sys.mk       Wed Apr 21 15:07:20 2010 +0000
+++ b/share/mk/bsd.sys.mk       Wed Apr 21 16:09:11 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.sys.mk,v 1.191 2010/04/21 15:07:20 christos Exp $
+#      $NetBSD: bsd.sys.mk,v 1.192 2010/04/21 16:09:11 pooka Exp $
 #
 # Build definitions used for NetBSD source tree builds.
 
@@ -106,12 +106,12 @@
 CFLAGS+=       ${CPUFLAGS}
 AFLAGS+=       ${CPUFLAGS}
 
-if !defined(LDSTATIC) || ${LDSTATIC} != "-static"
+.if !defined(LDSTATIC) || ${LDSTATIC} != "-static"
 # Position Independent Executable flags
 PIE_CFLAGS?=        -fPIC -DPIC
 PIE_LDFLAGS?=       -Wl,-pie -shared-libgcc
 PIE_AFLAGS?=       -fPIC -DPIC
-endif
+.endif
 
 # Helpers for cross-compiling
 HOST_CC?=      cc



Home | Main Index | Thread Index | Old Index