« Previous | Next » 

Revision 0d478754

ID0d47875498a39568a9e7b4260b2a38e082646bbc

Added by Iustin Pop about 14 years ago

Makefile: Switch from subshell to $(MAKE) -C

It seems that set -e does not affect subshell (only simple commands),
and thus we don't actually get failures from make check being run in a
subshell. Rather than trying to handle this better, we remove the
subshell and invoke make with the required subdirectory.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences