diff options
author | fche <fche> | 2006-04-25 18:21:45 +0000 |
---|---|---|
committer | fche <fche> | 2006-04-25 18:21:45 +0000 |
commit | 6ed6c0f99a1dd9876b8841ec3cdcbe8fd463d411 (patch) | |
tree | ebc49bc9996298a06848c22f48566750886c74ee | |
parent | bdef2583fcf7270a613cc992772bc1a36f98cabb (diff) | |
download | systemtap-steved-6ed6c0f99a1dd9876b8841ec3cdcbe8fd463d411.tar.gz systemtap-steved-6ed6c0f99a1dd9876b8841ec3cdcbe8fd463d411.tar.xz systemtap-steved-6ed6c0f99a1dd9876b8841ec3cdcbe8fd463d411.zip |
2006-04-25 Frank Ch. Eigler <fche@elastic.org>
* Makefile.am: Removed "rpm" target.
* Makefile.in, aclocal.m4: Regenerated.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | Makefile.in | 3 | ||||
-rw-r--r-- | aclocal.m4 | 4 |
4 files changed, 7 insertions, 8 deletions
@@ -1,5 +1,10 @@ 2006-04-25 Frank Ch. Eigler <fche@elastic.org> + * Makefile.am: Removed "rpm" target. + * Makefile.in, aclocal.m4: Regenerated. + +2006-04-25 Frank Ch. Eigler <fche@elastic.org> + * elaborate.cxx (typeresolution_info::unresolved,invalid, mismatch): Print current function/probe name in error message. (semantic_pass_types): Pass sufficient information. diff --git a/Makefile.am b/Makefile.am index 24645536..a551c524 100644 --- a/Makefile.am +++ b/Makefile.am @@ -111,9 +111,6 @@ lcov: @lcov --directory . -c -o stap.info @genhtml -o ./$(TEST_COV_DIR) stap.info -rpm: dist - rpmbuild -ta ${PACKAGE_TARNAME}-${PACKAGE_VERSION}.tar.gz - clean-local: rm -f *.gcov *.gcno *.gcda ${PACKAGE_TARNAME}-*.tar.gz rm -rf testresults diff --git a/Makefile.in b/Makefile.in index 5216321c..289e18ad 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1110,9 +1110,6 @@ lcov: @lcov --directory . -c -o stap.info @genhtml -o ./$(TEST_COV_DIR) stap.info -rpm: dist - rpmbuild -ta ${PACKAGE_TARNAME}-${PACKAGE_VERSION}.tar.gz - clean-local: rm -f *.gcov *.gcno *.gcda ${PACKAGE_TARNAME}-*.tar.gz rm -rf testresults @@ -1,4 +1,4 @@ -# generated automatically by aclocal 1.9.5 -*- Autoconf -*- +# generated automatically by aclocal 1.9.6 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005 Free Software Foundation, Inc. @@ -28,7 +28,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"]) # Call AM_AUTOMAKE_VERSION so it can be traced. # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], - [AM_AUTOMAKE_VERSION([1.9.5])]) + [AM_AUTOMAKE_VERSION([1.9.6])]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- |