Closed oldmammuth closed 7 years ago
in commit b0d2ee2e8e414a695342ca808b72697868a49a32, dated Dec 12, 2016,
line 769 (numbering from commit )was deleted, which read as following
MAKE=make
leaving line 752 (current numbering) with an unbound variable, MAKE:
$MAKE >make-build.log
To correct the issue, it would be sufficient to restore above line 752 the deleted line, or change $make into make
$make
make
I got good results with, because I was adding make flags
make ${MAKE_FLAGS:-} >make.log || return $?
Sorry if I didn't make a pull request, but an issue is the fatest way right now, please feel free to delete it as pleased. Have a good 2017!
Thanks, it should work now.
in commit b0d2ee2e8e414a695342ca808b72697868a49a32, dated Dec 12, 2016,
line 769 (numbering from commit )was deleted, which read as following
leaving line 752 (current numbering) with an unbound variable, MAKE:
To correct the issue, it would be sufficient to restore above line 752 the deleted line, or change
$make
intomake
I got good results with, because I was adding make flags
Sorry if I didn't make a pull request, but an issue is the fatest way right now, please feel free to delete it as pleased. Have a good 2017!