Changes in release/Makefile [07a70800:e540bc87] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
release/Makefile
r07a70800 re540bc87 43 43 ia64/ski \ 44 44 mips32/malta-be \ 45 mips32/malta-le \46 45 mips32/msim \ 47 46 ppc32 \ … … 49 48 sparc64/ultra 50 49 51 GIT = git 50 BZR = bzr 52 51 TAR = tar 53 52 … … 92 91 rm -rf $(EXPORT_DIR) 93 92 mkdir -p $(EXPORT_DIR) 94 (cd ..; $(GIT) archive master) | $(TAR) -x -C $(EXPORT_DIR)93 $(BZR) export $(EXPORT_DIR) ../ 95 94 96 95 src_rel $(SRC_ARCHIVE): export
Note:
See TracChangeset
for help on using the changeset viewer.