From eedccc3f84217de31ff6343786dcbe6d8d07b9a3 Mon Sep 17 00:00:00 2001 From: bje Date: Tue, 17 Jul 2001 01:21:07 +0000 Subject: [PATCH] * Makefile.am (check-local): Rename target from "checkme". --- sid/component/gloss/ChangeLog | 4 ++++ sid/component/gloss/Makefile.am | 2 +- sid/component/gloss/Makefile.in | 7 ++++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/sid/component/gloss/ChangeLog b/sid/component/gloss/ChangeLog index 0f8aa2e52d..d08ff62669 100644 --- a/sid/component/gloss/ChangeLog +++ b/sid/component/gloss/ChangeLog @@ -1,3 +1,7 @@ +2001-07-13 Ben Elliston + + * Makefile.am (check-local): Rename target from "checkme". + 2001-06-22 Ben Elliston * gloss.cxx (gloss32::get_string): Ignore bus::delayed status. diff --git a/sid/component/gloss/Makefile.am b/sid/component/gloss/Makefile.am index 6360e91ef5..16fe6aef0a 100644 --- a/sid/component/gloss/Makefile.am +++ b/sid/component/gloss/Makefile.am @@ -40,5 +40,5 @@ libgloss_la_LDFLAGS = -module -no-undefined pkgdata_DATA = $(ARMDATA) $(MIPSDATA) $(M32RDATA) DEJAGNUTESTS=angel.exp -checkme: +check-local: all (cd ../testsuite ; $(MAKE) check RUNTESTFLAGS="$(RUNTESTFLAGS) $(DEJAGNUTESTS)" ) diff --git a/sid/component/gloss/Makefile.in b/sid/component/gloss/Makefile.in index bb466cf96e..95548639c1 100644 --- a/sid/component/gloss/Makefile.in +++ b/sid/component/gloss/Makefile.in @@ -343,6 +343,7 @@ info: info-am dvi-am: dvi: dvi-am check-am: + $(MAKE) $(AM_MAKEFLAGS) check-local check: check-am installcheck-am: installcheck: installcheck-am @@ -410,14 +411,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