~ubuntu-branches/ubuntu/trusty/libwx-perl/trusty

« back to all changes in this revision

Viewing changes to build/Wx/build/MakeMaker.pm

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2008-10-03 00:11:25 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20081003001125-22dw55oo66k8is78
Tags: 0.86-2
debian/rules: run tests with -j1; this disables parallel make during tests
even if the build target was invoked with -jN (N>1).
Closes: #499740 -FTBFS: Failed 2/4 test scripts. 6/9 subtests failed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
353
353
 
354
354
  $additional_arguments{WX_TOP} = $wx_top_file if $wx_top_file;
355
355
  unless( $has_alien ) {
356
 
      $args{depend} = { '$(FIRST_MAKEFILE)' => 'you_better_rebuild_me' };
 
356
      $args{depend} = { '$(FIRST_MAKEFILE)' => 'alien_wxwidgets_missing' };
357
357
      delete $args{$_} foreach grep /WX_|_WX/, keys %args;
358
358
      return 1;
359
359
  }