Check-in [ffd307b622]
Overview
Comment:Fixed missing file from buildsrc build
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: ffd307b622922fff01a826638dd798ee9ac0a015
User & Date: rkeene on 2011-07-19 23:59:36
Other Links: manifest | tags
Context
2011-07-20
00:06
Teaparty 0.9.7.x check-in: 47ff63a093 user: rkeene tags: trunk
2011-07-19
23:59
Fixed missing file from buildsrc build check-in: ffd307b622 user: rkeene tags: trunk
23:58
Updated to include package version in output directory check-in: fac84a637c user: rkeene tags: trunk
Changes

Modified server/buildpkgs/Makefile from [045bbcee1a] to [091641af0c].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
all: tclpkgs-src-current.tar.gz

tclpkgs-src-current.tar.gz: tclpkgs-src-current
	tar -zcf tclpkgs-src-current.tar.gz tclpkgs-src-current
	rm -rf tclpkgs-src-current

tclpkgs-src-current: platform build_all.sh create_teapot common.sh */build.sh */patches
	rm -rf tclpkgs-src-current
	mkdir tclpkgs-src-current
	cp -rp platform build_all.sh create_teapot common.sh tclpkgs-src-current/
	for dir in */; do \
		if test ! -f "$$dir/build.sh"; then continue; fi; \
		mkdir "tclpkgs-src-current/$$dir"; \
		cp "$$dir/build.sh" "tclpkgs-src-current/$$dir"; \
		if test -d "$$dir/patches"; then cp -rp "$$dir/patches" "tclpkgs-src-current/$$dir"; fi; \
	done
	find tclpkgs-src-current -name '.svn' | xargs rm -rf









|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
all: tclpkgs-src-current.tar.gz

tclpkgs-src-current.tar.gz: tclpkgs-src-current
	tar -zcf tclpkgs-src-current.tar.gz tclpkgs-src-current
	rm -rf tclpkgs-src-current

tclpkgs-src-current: platform build_all.sh create_teapot common.sh */build.sh */patches
	rm -rf tclpkgs-src-current
	mkdir tclpkgs-src-current
	cp -rp platform build_all.sh create_teapot common.sh certs.pem tclpkgs-src-current/
	for dir in */; do \
		if test ! -f "$$dir/build.sh"; then continue; fi; \
		mkdir "tclpkgs-src-current/$$dir"; \
		cp "$$dir/build.sh" "tclpkgs-src-current/$$dir"; \
		if test -d "$$dir/patches"; then cp -rp "$$dir/patches" "tclpkgs-src-current/$$dir"; fi; \
	done
	find tclpkgs-src-current -name '.svn' | xargs rm -rf