website/scripts make.rules,1.7,1.8

"Tony Meyer" <[email protected]> Sat, 24 Mar 2007 20:22:12 -0800
Newsgroups gmane.mail.spam.spambayes.cvs
Message-ID <[email protected]>
Update of /cvsroot/spambayes/website/scripts
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv32552/scripts

Modified Files:
	make.rules 
Log Message:
Preserving times doesn't seem to work anymore (a sf change, perhaps?).  We don't really need that AFAIK, so take it out.

Index: make.rules
===================================================================
RCS file: /cvsroot/spambayes/website/scripts/make.rules,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** make.rules	25 Mar 2007 04:08:39 -0000	1.7
--- make.rules	25 Mar 2007 04:22:09 -0000	1.8
***************
*** 87,91 ****
  	fi
  	@echo Push to $(LIVE_DEST) ...
! 	rsync --rsh=$(RSYNC_RSH) -v -r -l -t --update $(LOCAL_INCLUDE) $(GLOBAL_EXCLUDES) $(EXCLUDE_FROM) ./* $(LIVE_DEST)
  
  validate:	$(TARGETS)
--- 87,91 ----
  	fi
  	@echo Push to $(LIVE_DEST) ...
! 	rsync --rsh=$(RSYNC_RSH) -v -r -l --update $(LOCAL_INCLUDE) $(GLOBAL_EXCLUDES) $(EXCLUDE_FROM) ./* $(LIVE_DEST)
  
  validate:	$(TARGETS)