pkgsrc-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/34c9e728cfa0
branches: trunk
changeset: 427990:34c9e728cfa0
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 5a00b16f3114 -r 34c9e728cfa0 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