From 5fe3004032c3a0ebc518b9de52d3d252e699542b Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Tue, 7 Jul 2015 11:25:46 +0000 Subject: Build system: Better dependencies for 'make check' in utils/*/ and texk/*/ git-svn-id: svn://tug.org/texlive/trunk@37788 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/omegafonts/ChangeLog | 4 ++++ Build/source/texk/web2c/omegafonts/Makefile.am | 9 +++++++++ Build/source/texk/web2c/omegafonts/Makefile.in | 9 +++++++++ Build/source/texk/web2c/otps/ChangeLog | 4 ++++ Build/source/texk/web2c/otps/Makefile.am | 2 ++ Build/source/texk/web2c/otps/Makefile.in | 2 ++ 6 files changed, 30 insertions(+) (limited to 'Build/source/texk/web2c') diff --git a/Build/source/texk/web2c/omegafonts/ChangeLog b/Build/source/texk/web2c/omegafonts/ChangeLog index b9adfacefff..19508d593a5 100644 --- a/Build/source/texk/web2c/omegafonts/ChangeLog +++ b/Build/source/texk/web2c/omegafonts/ChangeLog @@ -1,3 +1,7 @@ +2015-07-07 Peter Breitenlohner + + * Makefile.am: Better dependencies for 'make check'. + 2015-01-11 Peter Breitenlohner * error_routines.[ch], omfonts.c: Non-zero error return code. diff --git a/Build/source/texk/web2c/omegafonts/Makefile.am b/Build/source/texk/web2c/omegafonts/Makefile.am index 59b5c88753b..b39f11f3c8c 100644 --- a/Build/source/texk/web2c/omegafonts/Makefile.am +++ b/Build/source/texk/web2c/omegafonts/Makefile.am @@ -102,6 +102,15 @@ OMFONTS_tests = bad.test charwd.test check.test help.test level1.test ligkern.te if OTANGLE TESTS = $(OMFONTS_tests) endif OTANGLE +bad.log charwd.log check.log help.log level1.log ligkern.log \ + ofonts.log overbmp.log realnum.log repeat.log \ + selectfont.log specialhex.log version.log: omfonts$(EXEEXT) +omfonts.log: omfonts$(EXEEXT) ../pltotf$(EXEEXT) ../tftopl$(EXEEXT) +shorten.log yannis.log: omfonts$(EXEEXT) ../pltotf$(EXEEXT) +../pltotf$(EXEEXT): + cd .. && $(MAKE) $(AM_MAKEFLAGS) pltotf$(EXEEXT) +../tftopl$(EXEEXT): + cd .. && $(MAKE) $(AM_MAKEFLAGS) tftopl$(EXEEXT) EXTRA_DIST = $(OMFONTS_tests) diff --git a/Build/source/texk/web2c/omegafonts/Makefile.in b/Build/source/texk/web2c/omegafonts/Makefile.in index 725b32bf5ba..8ab40abb3f0 100644 --- a/Build/source/texk/web2c/omegafonts/Makefile.in +++ b/Build/source/texk/web2c/omegafonts/Makefile.in @@ -1356,6 +1356,15 @@ uninstall-bin-links: @OTANGLE_TRUE@@WIN32_TRUE@ for f in $(linked_programs); do \ @OTANGLE_TRUE@@WIN32_TRUE@ rm -f $(DESTDIR)$(bindir)/$$f$(EXEEXT); \ @OTANGLE_TRUE@@WIN32_TRUE@ done +bad.log charwd.log check.log help.log level1.log ligkern.log \ + ofonts.log overbmp.log realnum.log repeat.log \ + selectfont.log specialhex.log version.log: omfonts$(EXEEXT) +omfonts.log: omfonts$(EXEEXT) ../pltotf$(EXEEXT) ../tftopl$(EXEEXT) +shorten.log yannis.log: omfonts$(EXEEXT) ../pltotf$(EXEEXT) +../pltotf$(EXEEXT): + cd .. && $(MAKE) $(AM_MAKEFLAGS) pltotf$(EXEEXT) +../tftopl$(EXEEXT): + cd .. && $(MAKE) $(AM_MAKEFLAGS) tftopl$(EXEEXT) # 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. diff --git a/Build/source/texk/web2c/otps/ChangeLog b/Build/source/texk/web2c/otps/ChangeLog index d37492178e4..c501d6ff747 100644 --- a/Build/source/texk/web2c/otps/ChangeLog +++ b/Build/source/texk/web2c/otps/ChangeLog @@ -1,3 +1,7 @@ +2015-07-07 Peter Breitenlohner + + * Makefile.am: Better dependencies for 'make check'. + 2015-03-28 Peter Breitenlohner * Makefile.am: Unconditionally distribute manpages. diff --git a/Build/source/texk/web2c/otps/Makefile.am b/Build/source/texk/web2c/otps/Makefile.am index 9a214a5efe0..9611bcabd89 100644 --- a/Build/source/texk/web2c/otps/Makefile.am +++ b/Build/source/texk/web2c/otps/Makefile.am @@ -55,6 +55,8 @@ outocp_DEPENDENCIES = $(proglib) $(KPATHSEA_DEPEND) if OTANGLE TESTS = otp2ocp.test outocp.test endif OTANGLE +otp2ocp.log: otp2ocp$(EXEEXT) +outocp.log: outocp$(EXEEXT) EXTRA_DIST += \ otp2ocp.test \ diff --git a/Build/source/texk/web2c/otps/Makefile.in b/Build/source/texk/web2c/otps/Makefile.in index 3a9b9c3223f..9066345fb86 100644 --- a/Build/source/texk/web2c/otps/Makefile.in +++ b/Build/source/texk/web2c/otps/Makefile.in @@ -1416,6 +1416,8 @@ $(proglib): ${top_srcdir}/lib/*.c cd ../lib && $(MAKE) $(AM_MAKEFLAGS) @KPATHSEA_RULE@ +otp2ocp.log: otp2ocp$(EXEEXT) +outocp.log: outocp$(EXEEXT) # 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. -- cgit v1.2.3