pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/BasiliskII



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Apr 23 14:15:30 UTC 2020

Modified Files:
        pkgsrc/emulators/BasiliskII: Makefile

Log Message:
Fix race condition with the creation of the obj directory.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/emulators/BasiliskII/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/BasiliskII/Makefile
diff -u pkgsrc/emulators/BasiliskII/Makefile:1.44 pkgsrc/emulators/BasiliskII/Makefile:1.45
--- pkgsrc/emulators/BasiliskII/Makefile:1.44   Wed Apr 15 22:54:38 2020
+++ pkgsrc/emulators/BasiliskII/Makefile        Thu Apr 23 14:15:30 2020
@@ -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 @@ INSTALLATION_DIRS=    share/doc/BasiliskII
 
 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