]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* lib/am/ltlib.am (uninstall-%DIR%LTLIBRARIES): Do not put
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 13 Sep 2005 20:12:41 +0000 (20:12 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 13 Sep 2005 20:12:41 +0000 (20:12 +0000)
shell in verbose mode.

ChangeLog
lib/am/ltlib.am

index ac358f0d016677d0195b43ed93f8fdb936ddc584..b23d6afaf4b6796bc2cf125595b523ed6b6f3bfe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-09-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * lib/am/ltlib.am (uninstall-%DIR%LTLIBRARIES): Do not put
+       shell in verbose mode.
+
 2005-08-07  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * lib/Automake/Variable.pm (variable_value): Do not read the TRUE
index 9ec33d1ca28ba001914ac4538415bcb6c1f1eb13..4be1e6d6656c36f2f91b8984269d7952fe7b71b2 100644 (file)
@@ -1,5 +1,5 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2003, 2004
+## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2003, 2004, 2005
 ## Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
@@ -64,7 +64,7 @@ if %?INSTALL%
 .PHONY uninstall-am: uninstall-%DIR%LTLIBRARIES
 uninstall-%DIR%LTLIBRARIES:
        @$(NORMAL_UNINSTALL)
-       @set -x; list='$(%DIR%_LTLIBRARIES)'; for p in $$list; do \
+       @list='$(%DIR%_LTLIBRARIES)'; for p in $$list; do \
 ?BASE?   p=$(am__strip_dir) \
 ?LIBTOOL?        echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(%NDIR%dir)/$$p'"; \
 ?LIBTOOL?        $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(%NDIR%dir)/$$p"; \