Ticket #7180 (closed bug: fixed)

Opened 9 months ago

Last modified 9 months ago

small misfeature in testsuites tests/plugins/Makefile

Reported by: isenmann Owned by:
Priority: normal Milestone:
Component: Test Suite Version: 7.6.1-rc1
Keywords: Cc:
Operating System: Other Architecture: x86_64 (amd64)
Type of failure: Other Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

Running "gmake test" (after building ghc-7.6.1-rc1 on dragonfly x86_64) gives me "9 unexpected failures".

Three of those (plugins01, plugins02, and plugins03) are easy to fix: Replace "make" with "$(MAKE)" in the recursive call "(cd simple-plugin; make package)" on line 14.

Attachments

testsuite-tests-plugins-Makefile.diff Download (332 bytes) - added by isenmann 9 months ago.

Change History

Changed 9 months ago by isenmann

Changed 9 months ago by simonmar

  • status changed from new to closed
  • difficulty set to Unknown
  • resolution set to fixed

Fixed.

commit caf1ad81a855268e31ff6e67ed1f76a2c7b66270

Author: Simon Marlow <marlowsd@gmail.com>
Date:   Thu Aug 23 15:22:51 2012 +0100

    use $(MAKE) instead of make (#7180)
Note: See TracTickets for help on using tickets.