Changeset 95ab29b in mainline for release/Makefile


Ignore:
Timestamp:
2017-12-20T20:40:13Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7ce8f88
Parents:
9d61326
git-author:
Jakub Jermar <jakub@…> (2017-12-20 20:37:40)
git-committer:
Jakub Jermar <jakub@…> (2017-12-20 20:40:13)
Message:

Run the tools/cc.sh script during release

This creates the COPYRIGHT file in the release images.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release/Makefile

    r9d61326 r95ab29b  
    8383
    8484release: src_rel
     85        mkdir -p $(EXPORT_DIR)/uspace/overlay
     86        (cd ..; tools/cc.sh) >$(EXPORT_DIR)/uspace/overlay/COPYRIGHT
    8587        for profile in $(PROFILES); do \
    8688                $(MAKE) -r -C $(EXPORT_DIR) distclean ; \
Note: See TracChangeset for help on using the changeset viewer.