PATCH: make xtests depends on tests.
H. J. Lu
hjl@lucon.org
Thu May 13 20:09:00 GMT 2004
"make xcheck" misses quite a few tests in the subdirectories with
targets like
tests: $(objpfx)isomac.out
This patch seems to fix it.
H.J.
---
2004-05-13 H.J. Lu <hongjiu.lu@intel.com>
* Rules (xtests): Depend on tests.
--- libc/Rules.xtests 2003-01-15 00:04:36.000000000 -0800
+++ libc/Rules 2004-05-13 13:05:48.000000000 -0700
@@ -96,10 +96,10 @@ xtests: tests
else
ifeq ($(build-bounded),yes)
tests-bp.out = $(tests:%=$(objpfx)%-bp.out)
-xtests-bp.out = $(tests:%=$(objpfx)%-bp.out) $(xtests:%=$(objpfx)%-bp.out)
+xtests-bp.out = $(xtests:%=$(objpfx)%-bp.out)
endif
tests: $(tests:%=$(objpfx)%.out) $(tests-bp.out)
-xtests: $(tests:%=$(objpfx)%.out) $(xtests:%=$(objpfx)%.out) $(xtests-bp.out)
+xtests: tests $(xtests:%=$(objpfx)%.out) $(xtests-bp.out)
endif
ifeq ($(build-programs),yes)
More information about the Libc-alpha
mailing list