xsfbs.mk: fix the prepare target for parallel make
This commit is contained in:
parent
4c2fb5aa80
commit
78b3958b14
|
@ -119,11 +119,9 @@ $(STAMP_DIR)/stampdir:
|
||||||
# Set up the package build directory as quilt expects to find it.
|
# Set up the package build directory as quilt expects to find it.
|
||||||
.PHONY: prepare
|
.PHONY: prepare
|
||||||
stampdir_targets+=prepare
|
stampdir_targets+=prepare
|
||||||
prepare: $(STAMP_DIR)/genscripts $(STAMP_DIR)/prepare $(STAMP_DIR)/log
|
prepare: $(STAMP_DIR)/genscripts $(STAMP_DIR)/prepare
|
||||||
$(STAMP_DIR)/prepare: $(STAMP_DIR)/stampdir
|
$(STAMP_DIR)/prepare: $(STAMP_DIR)/stampdir
|
||||||
if [ ! -e $(STAMP_DIR)/log ]; then \
|
mkdir -p $(STAMP_DIR)/log
|
||||||
mkdir $(STAMP_DIR)/log; \
|
|
||||||
fi; \
|
|
||||||
>$@
|
>$@
|
||||||
|
|
||||||
# Apply all patches to the upstream source.
|
# Apply all patches to the upstream source.
|
||||||
|
|
Loading…
Reference in New Issue