Changes in release/Makefile [e540bc87:07a70800] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • release/Makefile

    re540bc87 r07a70800  
    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
     
    9192        rm -rf $(EXPORT_DIR)
    9293        mkdir -p $(EXPORT_DIR)
    93         $(BZR) export $(EXPORT_DIR) ../
     94        (cd ..; $(GIT) archive master) | $(TAR) -x -C $(EXPORT_DIR)
    9495
    9596src_rel $(SRC_ARCHIVE): export
Note: See TracChangeset for help on using the changeset viewer.