Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/BasiliskII Fix race condition with the creat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de3766d19e3b
branches:  trunk
changeset: 429679:de3766d19e3b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Apr 23 14:15:30 2020 +0000

description:
Fix race condition with the creation of the obj directory.

diffstat:

 emulators/BasiliskII/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r cdf42ed6c9d0 -r de3766d19e3b emulators/BasiliskII/Makefile
--- a/emulators/BasiliskII/Makefile     Thu Apr 23 14:02:47 2020 +0000
+++ b/emulators/BasiliskII/Makefile     Thu Apr 23 14:15:30 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2020/04/15 22:54:38 joerg Exp $
+# $NetBSD: Makefile,v 1.45 2020/04/23 14:15:30 joerg Exp $
 
 DISTNAME=      BasiliskII-20190405
 PKGREVISION=   2
@@ -46,6 +46,7 @@
 
 pre-configure:
        cd ${WRKSRC}/src/Unix && NO_CONFIGURE=x ./autogen.sh
+       ${MKDIR} ${WRKSRC}/src/Unix/obj
 
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/BasiliskII/



Home | Main Index | Thread Index | Old Index