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