Hi Stepan,
* Stepan Kasal wrote on Sun, May 14, 2006 at 04:58:57PM CEST:
>
> I have two proposals:
>
> First is simple: during `make dist', changing $(mkdir_p) to
> test -d .. || $(mkdir_p) ..
> would speed up things.
> As the second proposal, I have the radical idea of removing the
> DIS
Hello,
I have looked at how the subdirectories of distdir are created.
Let me sum up:
i) automake collects all subdirectories in variable DISTDIRS, and the
top level Makefile.in then contains:
$(mkdir_p) %DISTDIRS%
ii) During `make dist', before each of the files is copied, the
correspo