svn commit: r399233 - head/emulators/quasi88

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Oct 14 02:45:30 UTC 2015


Author: amdmi3
Date: Wed Oct 14 02:45:29 2015
New Revision: 399233
URL: https://svnweb.freebsd.org/changeset/ports/399233

Log:
  - Mark MAKE_JOBS_UNSAFE: race between compilation and creating directories for object files:
  
  error: unable to open output file 'obj/snddrv/src/unix/sysdep/dsp-drivers/oss.o': 'Error opening output file 'obj/snddrv/src/unix/sysdep/dsp-drivers/oss.o': No such file or directory'

Modified:
  head/emulators/quasi88/Makefile

Modified: head/emulators/quasi88/Makefile
==============================================================================
--- head/emulators/quasi88/Makefile	Wed Oct 14 01:07:02 2015	(r399232)
+++ head/emulators/quasi88/Makefile	Wed Oct 14 02:45:29 2015	(r399233)
@@ -21,6 +21,8 @@ PORTDOCS=	FAQ.TXT FORMAT.TXT GET-IMAGE.T
 PORTEXAMPLES=	*
 PLIST_FILES=	bin/quasi88
 
+MAKE_JOBS_UNSAFE=	yes
+
 OPTIONS_DEFINE=	DOCS EXAMPLES SDL
 
 .include <bsd.port.options.mk>


More information about the svn-ports-head mailing list