Changes in release/Makefile [07a70800:95ab29b] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • release/Makefile

    r07a70800 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.