pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/pwlib/patches Tweak pwlib build infrastructure t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a16927377b0e
branches:  trunk
changeset: 481641:a16927377b0e
user:      mjl <mjl%pkgsrc.org@localhost>
date:      Sat Oct 09 06:49:23 2004 +0000

description:
Tweak pwlib build infrastructure to work better with pkgsrc
layout of files.

diffstat:

 devel/pwlib/patches/patch-ai |  22 ++++++++++++++++++++--
 1 files changed, 20 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r 57fc8e2a7cb7 -r a16927377b0e devel/pwlib/patches/patch-ai
--- a/devel/pwlib/patches/patch-ai      Sat Oct 09 06:48:39 2004 +0000
+++ b/devel/pwlib/patches/patch-ai      Sat Oct 09 06:49:23 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-ai,v 1.4 2004/10/08 21:02:54 mjl Exp $
+$NetBSD: patch-ai,v 1.5 2004/10/09 06:49:23 mjl Exp $
 
 --- make/common.mak.orig       2003-07-29 13:25:23.000000000 +0200
-+++ make/common.mak    2004-10-08 22:12:34.000000000 +0200
++++ make/common.mak    2004-10-09 04:17:05.000000000 +0200
 @@ -273,11 +273,11 @@
  #
  $(OBJDIR)/%.o : %.cxx 
@@ -49,3 +49,21 @@
  endif
  
  # ifdef PROG
+@@ -451,7 +451,7 @@
+       @$(MAKE) DEBUG= libs
+ 
+ libs ::
+-      set -e; for i in $(LIBDIRS); do $(MAKE) -C $$i debugdepend debug; done
++      # set -e; for i in $(LIBDIRS); do $(MAKE) -C $$i debugdepend debug; done
+ 
+ else
+ 
+@@ -480,7 +480,7 @@
+ optlibs :: libs
+ 
+ libs ::
+-      set -e; for i in $(LIBDIRS); do $(MAKE) -C $$i optdepend opt; done
++      # set -e; for i in $(LIBDIRS); do $(MAKE) -C $$i optdepend opt; done
+ 
+ endif
+ 



Home | Main Index | Thread Index | Old Index