Skip to content

Commit

Permalink
Run the tools/cc.sh script during release
Browse files Browse the repository at this point in the history
This creates the COPYRIGHT file in the release images.
  • Loading branch information
jermar committed Dec 20, 2017
1 parent 9d61326 commit 95ab29b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release/Makefile
Expand Up @@ -82,6 +82,8 @@ $(IMG_FILE):
$(MAKE) -r -C $(EXPORT_DIR)

release: src_rel
mkdir -p $(EXPORT_DIR)/uspace/overlay
(cd ..; tools/cc.sh) >$(EXPORT_DIR)/uspace/overlay/COPYRIGHT
for profile in $(PROFILES); do \
$(MAKE) -r -C $(EXPORT_DIR) distclean ; \
$(MAKE) -r -C $(EXPORT_DIR) PROFILE=$$profile ; \
Expand Down

0 comments on commit 95ab29b

Please sign in to comment.