#--*- Makefile -*-------------------------------------------------------------- #$Author: saulius $ #$Date: 2018-03-30 10:11:00 +0300 (Fri, 30 Mar 2018) $ #$Revision: 121 $ #$URL: svn+ssh://saulius-grazulis.lt/home/saulius/svn-repositories/makefiles/update-with-commit-times/Makelocal-update-commit-times $ #------------------------------------------------------------------------------ # Update a Subversion working copy, setting commit time-stamps as file # creation times upon update. Useful for working copies where # Make-generated files are committed into the repository. .PHONY: update up revert USE_COMMIT_TIMES_OPT = --config-option=config:miscellany:use-commit-times=yes update up: svn up ${USE_COMMIT_TIMES_OPT} revert: svn revert ${USE_COMMIT_TIMES_OPT} -R .