• Peter Eisentraut's avatar
    Fix parallel make risk with new check temp-install setup · dbf2ec1a
    Peter Eisentraut authored
    The "check" target no longer needs to depend on "all", because it now
    runs "install" directly, which in turn depends on "all".  Doing both
    will cause problems with parallel make, because two builds will run next
    to each other.
    
    Also remove the redirection of the temp-install output into a log file.
    This was appropriate when this was done from within pg_regress, but now
    it's just a regular make run, and especially with the above changes this
    will now take the place of running the "all" target before the test
    suites.
    
    problem report by Jeff Janes, patch in part by Michael Paquier
    dbf2ec1a
GNUmakefile.in 3.53 KB