diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-03-31 12:50:21 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-04-14 16:19:50 +0000 |
commit | 2ad596079ecc9b379bcd253157bd0c911058e0e1 (patch) | |
tree | 43850793a5cbf0f1243b13ace6d355fe1e0e1c6f /tests | |
parent | ad4ccc9370339e4f311a9e1d2c7cae77a9d45639 (diff) |
tests: remove .SECONDARY special target
The special target should not be needed anymore, and caused (perhaps
due to a Make bug) a failure with "make -j2". In any case, the
main makefile is a better place for such special targets rather
than an included makefile.
Reported-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Tested-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile index a98a848ec9..baf1d70ee8 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -92,8 +92,6 @@ check-help: @echo "Default options are -k and (for make V=1) --verbose; they can be" @echo "changed with variable GTESTER_OPTIONS." -.SECONDARY: - SPEED = quick GTESTER_OPTIONS = -k $(if $(V),--verbose,-q) |