Add d.package target for unfetching, update cookbook
This commit is contained in:
parent
0207a9b982
commit
4400396b09
2 changed files with 11 additions and 1 deletions
10
mk/repo.mk
10
mk/repo.mk
|
@ -33,6 +33,16 @@ else
|
|||
./clean.sh $*
|
||||
endif
|
||||
|
||||
# Invoke unfetch.sh for a single target
|
||||
d.%: $(FSTOOLS_TAG) FORCE
|
||||
ifeq ($(PODMAN_BUILD),1)
|
||||
$(PODMAN_RUN) $(MAKE) $@
|
||||
else
|
||||
export PATH="$(PREFIX_PATH):$$PATH" && \
|
||||
cd cookbook && \
|
||||
./unfetch.sh $*
|
||||
endif
|
||||
|
||||
# Invoke fetch.sh for a single target
|
||||
f.%: $(FSTOOLS_TAG) FORCE
|
||||
ifeq ($(PODMAN_BUILD),1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue