From: Stefano Lattarini Date: Sat, 5 Jan 2013 11:12:56 +0000 (+0100) Subject: texi: remove extra verbosity in creation of dirstamp directory X-Git-Tag: v1.13b~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=285d7b14cc55c047c432e3ed7322cb1a4f96aab2;p=thirdparty%2Fautomake.git texi: remove extra verbosity in creation of dirstamp directory * lib/am/texi-vers.am (%STAMPVTI%): Here. Signed-off-by: Stefano Lattarini --- diff --git a/lib/am/texi-vers.am b/lib/am/texi-vers.am index 3f91cf162..bddf3827d 100644 --- a/lib/am/texi-vers.am +++ b/lib/am/texi-vers.am @@ -31,7 +31,7 @@ DIST_COMMON += %VTEXI% %STAMPVTI% ## %STAMPVTI% is distributed and %DIRSTAMP% isn't: a distributed file ## should never be dependent upon a non-distributed built file. ## Therefore we ensure that %DIRSTAMP% exists in the rule. -?DIRSTAMP? test -f %DIRSTAMP% || $(MAKE) $(AM_MAKEFLAGS) %DIRSTAMP% +?DIRSTAMP? @test -f %DIRSTAMP% || $(MAKE) $(AM_MAKEFLAGS) %DIRSTAMP% @(dir=.; test -f ./%TEXI% || dir=$(srcdir); \ set `$(SHELL) %MDDIR%mdate-sh $$dir/%TEXI%`; \ echo "@set UPDATED $$1 $$2 $$3"; \