]> git.donarmstrong.com Git - debhelper.git/commit
make: Avoid infinite loop that occurrs when testing existence of a target in a certia...
authorJoey Hess <joey@gnu.kitenet.net>
Sat, 21 Nov 2009 18:33:33 +0000 (13:33 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Sat, 21 Nov 2009 18:33:33 +0000 (13:33 -0500)
commite275962725279a6254bddf55b11d16c8ddd65c9c
treeb0ecaee674feea8735f1863076eaeaab42956433
parentb06441fbd6156dd5a8314eda2b3e46dfde56fb90
make: Avoid infinite loop that occurrs when testing existence of a target in a certian horribly broken makefile

by making the test stop after it sees one line of output from make. (This
may be better replaced with dh's makefile parser in the future.)
Debian/Debhelper/Buildsystem/makefile.pm
debian/changelog