]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
texi: remove extra verbosity in creation of dirstamp directory
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 5 Jan 2013 11:12:56 +0000 (12:12 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 5 Jan 2013 11:12:56 +0000 (12:12 +0100)
* lib/am/texi-vers.am (%STAMPVTI%): Here.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/am/texi-vers.am

index 3f91cf1629adeb4273d7fe0418e5a1a432b0a1eb..bddf3827d85483a4b0b3c8b4349e8b152907a83c 100644 (file)
@@ -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"; \