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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • release/Makefile

    r07a70800 re540bc87  
    4343        ia64/ski \
    4444        mips32/malta-be \
    45         mips32/malta-le \
    4645        mips32/msim \
    4746        ppc32 \
     
    4948        sparc64/ultra
    5049
    51 GIT = git
     50BZR = bzr
    5251TAR = tar
    5352
     
    9291        rm -rf $(EXPORT_DIR)
    9392        mkdir -p $(EXPORT_DIR)
    94         (cd ..; $(GIT) archive master) | $(TAR) -x -C $(EXPORT_DIR)
     93        $(BZR) export $(EXPORT_DIR) ../
    9594
    9695src_rel $(SRC_ARCHIVE): export
Note: See TracChangeset for help on using the changeset viewer.