]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1791184: ensure that 'make clean' doesn't delete pingest.pl
authorGalen Charlton <gmc@equinoxinitiative.org>
Thu, 6 Sep 2018 22:57:05 +0000 (18:57 -0400)
committerJason Stephenson <jason@sigio.com>
Thu, 6 Sep 2018 22:55:40 +0000 (18:55 -0400)
commitbb8c14f0afdf8660d8f0fc701dadbe60f44f79a6
tree91ababaffc985a72471db6c7ee0665a1ae356a17
parent0469a1cb06a6adcaf80e04325618be9fca3895c7
LP#1791184: ensure that 'make clean' doesn't delete pingest.pl

This patch corrects an issue where pingest.pl was treated as if
it were generated from a pingest.pl.in source file during the configure
step, meaning that it got deleted by 'make clean'.  This patch also
adds a couple helpful comments.

To test
-------
[1] Apply the patch.
[2] From a git checkout, run the configure and make steps, followed
    by a 'make clean'. Verify that pingest.pl is not deleted from
    the source tree.

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/src/Makefile.am