quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Quilt-dev] Bug: Missing files with make install w/o previous make


From: Rene Kita
Subject: [Quilt-dev] Bug: Missing files with make install w/o previous make
Date: Thu, 10 Aug 2023 16:50:34 +0200

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]