Skip to content
Snippets Groups Projects
Verified Commit 4400396b authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add d.package target for unfetching, update cookbook

parent 0207a9b9
No related branches found
No related tags found
No related merge requests found
Subproject commit 1cc47128b2bf21fdf6fff4348c05fbce6348338f
Subproject commit ddab2cd9e8caf4097e6e489138536bd7e5f2e817
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment