]> sourceware.org Git - automake.git/commitdiff
* automake.texi (Extending): Mention uninstall-hook.
authorTom Tromey <tromey@redhat.com>
Tue, 1 Jan 2002 22:01:07 +0000 (22:01 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 1 Jan 2002 22:01:07 +0000 (22:01 +0000)
(Install): Likewise.
* automake.in (handle_factored_dependencies): Allow
uninstall-hook.

ChangeLog
Makefile.in
NEWS
automake.in
automake.texi
stamp-vti
version.texi

index c3d58f5333867e0f567616e221966d672956b99d..5835712cc43af391202cc3a25a68ab83c6021df5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-01-01  Tom Tromey  <tromey@redhat.com>
+
+       * automake.texi (Extending): Mention uninstall-hook.
+       (Install): Likewise.
+       * automake.in (handle_factored_dependencies): Allow
+       uninstall-hook.
+
 2002-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * lib/am/install.am (install-strip): Set INSTALL_STRIP_FLAG=-s,
index acaa25f1c4ac05298c0f1163363b7382801b0607..dcc9a126456bb44f0f4b2aef5f21de0ecfe41b8e 100644 (file)
@@ -460,6 +460,7 @@ install-am: all-am
 installcheck: installcheck-recursive
 install-strip:
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+         INSTALL_STRIP_FLAG=-s \
          `test -z '$(STRIP)' || \
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
diff --git a/NEWS b/NEWS
index a034fe914e04178c7a6e32d861fd6932b44aac7f..f5571ab8b584441407697065a38f94bbb2f5aff4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,7 @@ New in 1.5b:
 * Fixed support of implicit rules leading to .lo objects.
 * Fixed late inclusion of --add-missing files (e.g. depcomp) in DIST_COMMON
 * Added new AM_AUTOMAKE_OPTIONS macro
+* Added uninstall-hook target
 \f
 New in 1.5:
 * Support for `configure.ac'.
index ef672461dea6e4add7739ab6bda12bc419004c26..00c99f6bf741723cdfdda4653aa6f08cb8c44087 100755 (executable)
@@ -4265,7 +4265,7 @@ sub handle_factored_dependencies
 
     # Install the -hook hooks.
     # FIXME: Why not be as liberal as we are with -local hooks?
-    foreach ('install-exec', 'install-data')
+    foreach ('install-exec', 'install-data', 'uninstall')
     {
       if (&target_defined ("$_-hook"))
        {
index 2ac960bda244fcb0a751d1300e374d44875d3566..b38fcc0590f78937b1ac382165b17302b34165b0 100644 (file)
@@ -3534,8 +3534,8 @@ Automake also generates an @code{uninstall} target, an
 @trindex installdirs
 @trindex install-strip
 
-Automake supports @code{uninstall-local}.  There is no @code{uninstall-hook}
-as well as no notion of separate uninstalls for ``exec'' and ``data'', as
+Automake supports @code{uninstall-local} and @code{uninstall-hook}.
+There is no notion of separate uninstalls for ``exec'' and ``data'', as
 these features would not provide additional functionality.
 
 Note that @code{uninstall} is not meant as a replacement for a real
@@ -4410,8 +4410,8 @@ install-data-local:
 Some targets also have a way to run another target, called a @dfn{hook},
 after their work is done.  The hook is named after the principal target,
 with @samp{-hook} appended.  The targets allowing hooks are
-@code{install-data}, @code{install-exec}, @code{dist}, and
-@code{distcheck}.
+@code{install-data}, @code{install-exec}, @code{uninstall}, @code{dist},
+and @code{distcheck}.
 @trindex install-data-hook
 @trindex install-exec-hook
 @trindex dist-hook
index f8379f67163e0e2af6d158526a29e86d340dbb6f..ef0409cac0311d67c45947761028c96ee41baa4d 100644 (file)
--- a/stamp-vti
+++ b/stamp-vti
@@ -1,4 +1,4 @@
-@set UPDATED 31 December 2001
-@set UPDATED-MONTH December 2001
+@set UPDATED 1 January 2002
+@set UPDATED-MONTH January 2002
 @set EDITION 1.5c
 @set VERSION 1.5c
index f8379f67163e0e2af6d158526a29e86d340dbb6f..ef0409cac0311d67c45947761028c96ee41baa4d 100644 (file)
@@ -1,4 +1,4 @@
-@set UPDATED 31 December 2001
-@set UPDATED-MONTH December 2001
+@set UPDATED 1 January 2002
+@set UPDATED-MONTH January 2002
 @set EDITION 1.5c
 @set VERSION 1.5c
This page took 0.055613 seconds and 5 git commands to generate.