]> sourceware.org Git - systemtap.git/commitdiff
2005-08-11 Frank Ch. Eigler <fche@elastic.org>
authorfche <fche>
Thu, 11 Aug 2005 17:03:05 +0000 (17:03 +0000)
committerfche <fche>
Thu, 11 Aug 2005 17:03:05 +0000 (17:03 +0000)
* Makefile.am (uninstall-local): New target.
* Makefile.in: Regenerate.

ChangeLog
Makefile.am
Makefile.in

index ceb87964bc27845cd7c7fc3d475112089034094e..bc947887c91f07ed9a54dc165acf5a8f9b4e404b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-08-11  Frank Ch. Eigler  <fche@elastic.org>
+
+       * Makefile.am (uninstall-local): New target.
+       * Makefile.in: Regenerate.
+
 2005-08-11  Frank Ch. Eigler  <fche@elastic.org>
 
        * translate.cxx (emit_function): Add an extra { } around the
index 4bbf2f6443f16c3d8a6d4e2334f505d4ec8abfbc..5526c7f70241335352fe20511b358ed2e537d98e 100644 (file)
@@ -89,3 +89,9 @@ clean-local:
        rm -f *.gcov *.gcno *.gcda ${PACKAGE_TARNAME}-*.tar.gz
        rm -rf testsuite
        rm -rf ${PACKAGE_TARNAME}-${PACKAGE_VERSION}
+
+uninstall-local:
+       rm -rf $(DESTDIR)$(pkgdatadir)
+       rm -rf $(DESTDIR)$(libexecdir)/$(PACKAGE)
+       -rm -rf $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)
+
index 4299d023f37e4b2d5360eeaa4141357aaeee457d..5af2f466bd316c56a5fb540128ae7f497136d786 100644 (file)
@@ -874,7 +874,8 @@ ps: ps-am
 
 ps-am:
 
-uninstall-am: uninstall-binPROGRAMS uninstall-info-am uninstall-man
+uninstall-am: uninstall-binPROGRAMS uninstall-info-am uninstall-local \
+       uninstall-man
 
 uninstall-man: uninstall-man1
 
@@ -892,7 +893,7 @@ uninstall-man: uninstall-man1
        installdirs maintainer-clean maintainer-clean-generic \
        mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
        ps ps-am tags uninstall uninstall-am uninstall-binPROGRAMS \
-       uninstall-info-am uninstall-man uninstall-man1
+       uninstall-info-am uninstall-local uninstall-man uninstall-man1
 
 dist-hook:
        find $(distdir) -name CVS -o -name '*~' -o -name '.#*' | xargs rm -rf
@@ -936,6 +937,11 @@ clean-local:
        rm -f *.gcov *.gcno *.gcda ${PACKAGE_TARNAME}-*.tar.gz
        rm -rf testsuite
        rm -rf ${PACKAGE_TARNAME}-${PACKAGE_VERSION}
+
+uninstall-local:
+       rm -rf $(DESTDIR)$(pkgdatadir)
+       rm -rf $(DESTDIR)$(libexecdir)/$(PACKAGE)
+       -rm -rf $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
This page took 0.043605 seconds and 5 git commands to generate.