Diff

Differences From Artifact [091641af0c]:

To Artifact [10694ee869]:


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






|


|







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 fake-uname build_all.sh create_teapot common.sh */build.sh */patches
	rm -rf tclpkgs-src-current
	mkdir tclpkgs-src-current
	cp -rp platform fake-uname 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