From e5555b43f20fc2ad2e4ac2b2ff2ef13d588a6bf1 Mon Sep 17 00:00:00 2001 From: bje Date: Tue, 17 Jul 2001 01:18:02 +0000 Subject: [PATCH] * Makefile.am (check-local): Rename target from "checkme". --- sid/component/profiling/ChangeLog | 4 ++++ sid/component/profiling/Makefile.am | 2 +- sid/component/profiling/Makefile.in | 7 ++++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/sid/component/profiling/ChangeLog b/sid/component/profiling/ChangeLog index 7dbb2ebcad..270b16e40c 100644 --- a/sid/component/profiling/ChangeLog +++ b/sid/component/profiling/ChangeLog @@ -1,3 +1,7 @@ +2001-07-13 Ben Elliston + + * Makefile.am (check-local): Rename target from "checkme". + 2001-04-04 Frank Ch. Eigler * gprof.cxx (limit_min, limit_max): New variables/attributes. diff --git a/sid/component/profiling/Makefile.am b/sid/component/profiling/Makefile.am index f78debd6cf..a4b0f758c3 100644 --- a/sid/component/profiling/Makefile.am +++ b/sid/component/profiling/Makefile.am @@ -11,6 +11,6 @@ libprof_la_LDFLAGS = -module -no-undefined pkgdata_DATA = sw-profile-gprof.txt DEJAGNUTESTS=runprof.exp -checkme: +check-local: all (cd ../testsuite ; $(MAKE) check RUNTESTFLAGS="$(RUNTESTFLAGS) $(DEJAGNUTESTS)" ) diff --git a/sid/component/profiling/Makefile.in b/sid/component/profiling/Makefile.in index d5ec32423d..846851d3bc 100644 --- a/sid/component/profiling/Makefile.in +++ b/sid/component/profiling/Makefile.in @@ -275,6 +275,7 @@ info: info-am dvi-am: dvi: dvi-am check-am: + $(MAKE) $(AM_MAKEFLAGS) check-local check: check-am installcheck-am: installcheck: installcheck-am @@ -342,14 +343,14 @@ mostlyclean-compile distclean-compile clean-compile \ maintainer-clean-compile mostlyclean-libtool distclean-libtool \ clean-libtool maintainer-clean-libtool uninstall-pkgdataDATA \ install-pkgdataDATA tags mostlyclean-tags distclean-tags clean-tags \ -maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \ -installcheck-am installcheck install-info-am install-info \ +maintainer-clean-tags distdir info-am info dvi-am dvi check-local check \ +check-am installcheck-am installcheck install-info-am install-info \ install-exec-am install-exec install-data-am install-data install-am \ install uninstall-am uninstall all-redirect all-am all installdirs \ mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean -checkme: +check-local: all (cd ../testsuite ; $(MAKE) check RUNTESTFLAGS="$(RUNTESTFLAGS) $(DEJAGNUTESTS)" ) # Tell versions [3.59,3.63) of GNU make to not export all variables. -- 2.11.0