Allow for Make to recover from a previous failure better
Migrated from #594 (closed)
- The
portfile had invalid data: it had something like3000 echo 3001>port. This causedmaketo fail right out of the box, and nothing was set up properly. Perhaps earlier validation should be done here with a better warning message.- Even after fixing the
portfile,makedidn't check out all the dependencies (e.g.gitlab-shell,gitaly, etc.). I had to runmake gitlab-shell-setupandmake gitaly-shell-setupetc. to get this working.