pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Do not use continuation -- line is short



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f2b16d45bc5
branches:  trunk
changeset: 477384:2f2b16d45bc5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jul 01 13:09:39 2004 +0000

description:
Do not use continuation -- line is short
enough, and this silences a pkglint warning.

diffstat:

 mk/pthread.buildlink3.mk |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 67126b0e7c42 -r 2f2b16d45bc5 mk/pthread.buildlink3.mk
--- a/mk/pthread.buildlink3.mk  Thu Jul 01 10:57:37 2004 +0000
+++ b/mk/pthread.buildlink3.mk  Thu Jul 01 13:09:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pthread.buildlink3.mk,v 1.8 2004/06/21 21:57:00 xtraeme Exp $
+# $NetBSD: pthread.buildlink3.mk,v 1.9 2004/07/01 13:09:39 wiz Exp $
 #
 # The pthreads strategy for pkgsrc is to "bless" a particular pthread
 # package as the Official Pthread Replacement (OPR).  A package that uses
@@ -148,8 +148,7 @@
 BUILDLINK_LDFLAGS.pthread=     # empty
 
 # only pass -pthread on platforms known to support it.
-.  if ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || \
-        ${OPSYS} == "NetBSD"
+.  if ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "NetBSD"
 BUILDLINK_CFLAGS.pthread=       -pthread
 .  else
 BUILDLINK_CFLAGS.pthread=       # empty



Home | Main Index | Thread Index | Old Index