Skip to content

Commit

Permalink
Add convenient make template-name wrapper
Browse files Browse the repository at this point in the history
Allow easily get calculated template name. While the command looks
simple, it needs to be called with right environment variables
(especially - with settings in builder.conf).

QubesOS/qubes-issues#3935
  • Loading branch information
marmarek committed Jun 4, 2018
1 parent 46eac62 commit ba8f9ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,11 @@ post-update-repo-%:
(cd $$repo/.. && ./update_repo-$*.sh `basename $$repo`); \
done

template-name:
@for DIST in $(DISTS_VM); do \
export DIST; \
$(MAKE) -s -C $(SRC_DIR)/linux-template-builder template-name; \
done

check-release-status: $(DISTS_VM_NO_FLAVOR:%=check-release-status-vm-%)

Expand Down

0 comments on commit ba8f9ab

Please sign in to comment.