When working from the git repo and starting clean a `make install'
errors out because some files where not generated.


This works:

make distclean || :; ./configure --prefix=/tmp/ && make && make install


This does not work:

make distclean || :; ./configure --prefix=/tmp/ && make install


Errors out with:

/usr/bin/install: cannot stat 'doc/README': No such file or directory
make: *** [Makefile:318: install-main] Error 1

_______________________________________________
Quilt-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/quilt-dev

Reply via email to