Re: Creating subdirs of distdir

2006-05-14 Thread Ralf Wildenhues
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

Creating subdirs of distdir

2006-05-14 Thread Stepan Kasal
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