mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-02-12 07:40:16 +01:00
Declare our src/Makefile as serial #79
because for some reason, make exhibits very strange behavior when executing it in parallel jobs
This commit is contained in:
parent
bd0738bd00
commit
d1a1cf1580
@ -39,6 +39,8 @@ ORIG_FILES = $(ORIG_SRC) $(ORIG_HDR)
|
||||
|
||||
.PHONY: check_dir clean build debug package flags_unix flags_win32 flags_
|
||||
|
||||
.NOTPARALLEL:
|
||||
|
||||
check_dir:
|
||||
@if [ "$(shell pwd | sed -e 's/^.*\///')" != "out" ] ; then \
|
||||
echo ERROR: Please call make from the top level directory. ; \
|
||||
|
Loading…
Reference in New Issue
Block a user