Add image and r.PACKAGE targets
This commit is contained in:
parent
8a4b12150b
commit
1bc9362245
2 changed files with 16 additions and 0 deletions
10
mk/repo.mk
10
mk/repo.mk
|
@ -26,3 +26,13 @@ else
|
|||
touch $<
|
||||
touch $@
|
||||
endif
|
||||
|
||||
# Invoke repo.sh for a single target
|
||||
r.%: FORCE
|
||||
ifeq ($(PODMAN_BUILD),1)
|
||||
$(PODMAN_RUN) $(MAKE) $@
|
||||
else
|
||||
export PATH="$(PREFIX_PATH):$$PATH" && \
|
||||
cd cookbook && \
|
||||
./repo.sh $*
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue