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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • release/Makefile

    r95ab29b 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
     
    8382
    8483release: src_rel
    85         mkdir -p $(EXPORT_DIR)/uspace/overlay
    86         (cd ..; tools/cc.sh) >$(EXPORT_DIR)/uspace/overlay/COPYRIGHT
    8784        for profile in $(PROFILES); do \
    8885                $(MAKE) -r -C $(EXPORT_DIR) distclean ; \
     
    9491        rm -rf $(EXPORT_DIR)
    9592        mkdir -p $(EXPORT_DIR)
    96         (cd ..; $(GIT) archive master) | $(TAR) -x -C $(EXPORT_DIR)
     93        $(BZR) export $(EXPORT_DIR) ../
    9794
    9895src_rel $(SRC_ARCHIVE): export
Note: See TracChangeset for help on using the changeset viewer.