Changes in release/Makefile [e540bc87:95ab29b] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • release/Makefile

    re540bc87 r95ab29b  
    4343        ia64/ski \
    4444        mips32/malta-be \
     45        mips32/malta-le \
    4546        mips32/msim \
    4647        ppc32 \
     
    4849        sparc64/ultra
    4950
    50 BZR = bzr
     51GIT = git
    5152TAR = tar
    5253
     
    8283
    8384release: src_rel
     85        mkdir -p $(EXPORT_DIR)/uspace/overlay
     86        (cd ..; tools/cc.sh) >$(EXPORT_DIR)/uspace/overlay/COPYRIGHT
    8487        for profile in $(PROFILES); do \
    8588                $(MAKE) -r -C $(EXPORT_DIR) distclean ; \
     
    9194        rm -rf $(EXPORT_DIR)
    9295        mkdir -p $(EXPORT_DIR)
    93         $(BZR) export $(EXPORT_DIR) ../
     96        (cd ..; $(GIT) archive master) | $(TAR) -x -C $(EXPORT_DIR)
    9497
    9598src_rel $(SRC_ARCHIVE): export
Note: See TracChangeset for help on using the changeset viewer.