Changes in release/Makefile [95ab29b:e540bc87] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
release/Makefile
r95ab29b 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 … … 83 82 84 83 release: src_rel 85 mkdir -p $(EXPORT_DIR)/uspace/overlay86 (cd ..; tools/cc.sh) >$(EXPORT_DIR)/uspace/overlay/COPYRIGHT87 84 for profile in $(PROFILES); do \ 88 85 $(MAKE) -r -C $(EXPORT_DIR) distclean ; \ … … 94 91 rm -rf $(EXPORT_DIR) 95 92 mkdir -p $(EXPORT_DIR) 96 (cd ..; $(GIT) archive master) | $(TAR) -x -C $(EXPORT_DIR)93 $(BZR) export $(EXPORT_DIR) ../ 97 94 98 95 src_rel $(SRC_ARCHIVE): export
Note:
See TracChangeset
for help on using the changeset viewer.