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