Re: [PATCH] Prevent 'make clean' from removing git-tracked files in lib/.

2013-03-25 Thread Kamil Dudka
On Sunday, March 24, 2013 14:13:23 James Youngman wrote: > Thanks for the patch. However, since we used the same idiom elsewhere > in the code, I thought that a more extensive change was justified. I > committed the fix as > http://git.savannah.gnu.org/cgit/findutils.git/commit/?id=a917eb988fab8

Re: [PATCH] Prevent 'make clean' from removing git-tracked files in lib/.

2013-03-24 Thread James Youngman
Thanks for the patch. However, since we used the same idiom elsewhere in the code, I thought that a more extensive change was justified. I committed the fix as http://git.savannah.gnu.org/cgit/findutils.git/commit/?id=a917eb988fab87e47455c73731941d6fbfd1cf69. The fix also cleans output files i

[PATCH] Prevent 'make clean' from removing git-tracked files in lib/.

2013-02-04 Thread Kamil Dudka
* lib/Makefile.am (libfind_a_SOURCES): Move header files to EXTRA_DIST in order not to get them on the CLEANFILES list due to unmatched string substitutions. --- ChangeLog |7 +++ lib/Makefile.am |2 +- 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/Ch