Changeset 51
- Timestamp:
- 05/04/2010 22:42:43 (4 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
GNUmakefile (modified) (2 diffs)
-
makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/GNUmakefile
r50 r51 7 7 ifeq ($(OS),Windows_NT) 8 8 setup := python setup.py 9 chmod := --chmod=u+rw,go+r,Da+x,Fa-x 10 PATH :=$(PATH);C:\\cygwin\\bin 9 11 else 10 12 setup := $(CURDIR)/setup.py 13 chmod := 11 14 endif 15 16 upload = $(wildcard dist/$(shell $(setup) --fullname)*) 17 server := backless.douglasthrift.net 18 base := DouglasThrift.net/APT 19 target := $(base)/data/files/$(shell $(setup) --name) 20 stamp = $(patsubst dist/%,$(target)/%,$(upload)) 12 21 13 22 .PHONY: all binary build clean register source upload … … 36 45 $(setup) sdist --formats bztar,gztar,zip upload -s 37 46 endif 47 48 upload: 49 rsync -Pptv $(chmod) $(upload) $(server):$(target) 50 ssh $(server) "$(base)/bin/apt-stamp update $(stamp)" -
trunk/makefile
r36 r51 19 19 register: 20 20 mingw32-make $@ 21 22 upload: 23 mingw32-make $@
Note: See TracChangeset
for help on using the changeset viewer.
