You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/simh/files/simh-3.9.0-fix-mkdir-race.p...

12 lines
324 B

--- simh-3.9.0/makefile
+++ simh-3.9.0/makefile
@@ -249,7 +249,7 @@
NETWORK_OPT = $(NETWORK_CCDEFS)
endif
ifneq (binexists,$(shell if $(TEST) -e BIN; then echo binexists; fi))
- MKDIRBIN = if $(TEST) ! -e BIN; then mkdir BIN; fi
+ MKDIRBIN = mkdir -p BIN
endif
else
#Win32 Environments (via MinGW32)