Author: dylan
Date: 2004-12-29 16:27:17 -0500 (Wed, 29 Dec 2004)
New Revision: 462
Modified:
trunk/web/Makefile
Log:
make upload doesn't trash perms now.
Modified: trunk/web/Makefile
===================================================================
--- trunk/web/Makefile 2004-12-29 20:55:48 UTC (rev 461)
+++ trunk/web/Makefile 2004-12-29 21:27:17 UTC (rev 462)
@@ -11,7 +11,7 @@
PERL5LIB = lib
TTFLAGS = -I $T -P init -P config
FIXFLAGS = --noext
-RSYNCFLAGS = -vrzl --exclude '.svn'
+RSYNCFLAGS = -vrzlpt --exclude '.svn'
TIDYFLAGS = -q
TARFLAGS = --exclude "*.tar.*" --exclude "*.svn*"
@@ -46,13 +46,19 @@
build: $(targets)
+ chmod -Rc g+rw *
+ find -type d -exec chmod g+s {} \;
+
dist: build
$(TAR) $(TARFLAGS) -cjf "dist.tar.bz2" .
upload: dist
$(RSYNC) $(RSYNCFLAGS) ./
$(SFUSER)@shell.sourceforge.net:/home/groups/h/ha/haver/htdocs/
+shell:
+ ssh $(SFUSER)@shell.sourceforge.net
+
clean:
rm -vf $(targets)