Overview
Comment: | Updated to include common.sh in src tarballs |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 05f4343e5016fef819a0797a61ea4b75d384a84c |
User & Date: | rkeene on 2011-07-06 09:45:06 |
Other Links: | manifest | tags |
Context
2011-07-06
| ||
10:32 | Consolidated patch application process Added patches for tclreadline check-in: 9c59c70725 user: rkeene tags: trunk | |
09:45 | Updated to include common.sh in src tarballs check-in: 05f4343e50 user: rkeene tags: trunk | |
03:08 | Updated to support skipping re-building of Tcl Added tclreadline package check-in: 9475a0176c user: rkeene tags: trunk | |
Changes
Modified server/buildpkgs/Makefile from [5257d3e48f] to [32c6d50e86].
1 1 all: tclpkgs-src-current.tar.gz 2 2 3 3 tclpkgs-src-current.tar.gz: tclpkgs-src-current 4 4 tar -zcf tclpkgs-src-current.tar.gz tclpkgs-src-current 5 5 rm -rf tclpkgs-src-current 6 6 7 -tclpkgs-src-current: platform build_all.sh create_teapot */build.sh 7 +tclpkgs-src-current: platform build_all.sh create_teapot common.sh */build.sh 8 8 rm -rf tclpkgs-src-current 9 9 mkdir tclpkgs-src-current 10 - cp -rp platform build_all.sh create_teapot tclpkgs-src-current/ 10 + cp -rp platform build_all.sh create_teapot common.sh tclpkgs-src-current/ 11 11 for dir in */; do \ 12 12 if test ! -f "$$dir/build.sh"; then continue; fi; \ 13 13 mkdir "tclpkgs-src-current/$$dir"; \ 14 14 cp "$$dir/build.sh" "tclpkgs-src-current/$$dir"; \ 15 15 done 16 16 17 17 clean: