#---*- Makefile -*-------------------------------------------------------
#$Author: saulius $
#$Date: 2019-03-07 15:28:04 +0000 (Thu, 07 Mar 2019) $
#$Revision: 182 $
#$URL: svn+ssh://saulius-grazulis.lt/home/saulius/svn-repositories/makefiles/subdirs-update/Makelocal-subdirs-update $
#------------------------------------------------------------------------
#*
# A local (included) Makefile that facilitates updating of timestamps
# in the deep subdirectory tree; uses Subversion:
#**

.PHONY: touch up update

touch:
	find -name .time-stamps.lst \
	| xargs -n1 --no-run-if-empty dirname \
	| xargs -n1 --no-run-if-empty make touch -C

up update:
	svn up
	${MAKE} touch
