pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/samba MAKE_JOBS_SAFE=NO



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fdbdb781ee06
branches:  trunk
changeset: 520547:fdbdb781ee06
user:      dan <dan%pkgsrc.org@localhost>
date:      Mon Oct 23 03:26:24 2006 +0000

description:
MAKE_JOBS_SAFE=NO

blows up very early in build with -j, it seems make may not be aware
of dependencies on some generated .h/.c files

diffstat:

 net/samba/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r cd2b8574039c -r fdbdb781ee06 net/samba/Makefile
--- a/net/samba/Makefile        Mon Oct 23 02:30:19 2006 +0000
+++ b/net/samba/Makefile        Mon Oct 23 03:26:24 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.167 2006/10/17 11:29:36 tv Exp $
+# $NetBSD: Makefile,v 1.168 2006/10/23 03:26:24 dan Exp $
 
 .include "Makefile.mirrors"
 
@@ -16,6 +16,7 @@
 
 CONFLICTS+=            ja-samba-[0-9]* pam-smbpass-[0-9]* tdb-[0-9]*   \
                        winbind-[0-9]*
+MAKE_JOBS_SAFE=                NO
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 



Home | Main Index | Thread Index | Old Index