mirror of
https://github.com/open-simh/simh.git
synced 2026-01-16 16:29:30 +00:00
Added support to avoid the mkdir BIN race condition in parallel make
This commit is contained in:
parent
938450bbf5
commit
f66175beea
2
makefile
2
makefile
@ -269,7 +269,7 @@ ifeq ($(WIN32),) #*nix Environments (&& cygwin)
|
||||
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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user