bug-make
[Top][All Lists]
Advanced

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

does not rebuild Makefile.in


From: Ilya N. Golubev
Subject: does not rebuild Makefile.in
Date: Tue, 19 Aug 2008 23:55:34 +0400

Version: 3.81

Occurs in any `Makefile' obtained from

Makefile.in generated by automake 1.10.1 from Makefile.am.

so reproducing should be easy.  `automake' args was:

 --gnu

All `Makefile' modification was removing `Makefile' target.  The
reason was obvious: otherwise `make' would fail due to `Makefile' not
remade.

Build and source directories were different.

Below, assuming that `srcdir' shell variable has the same value as in
`Makefile', so that can refer to it in shell commands.

Invoked:

rm -f "${srcdir}"/Makefile.in;make "${srcdir}"/Makefile.in

`make' invoked no commands to remake it.

This also means that, with unchanged `Makefile' generated
automatically, can not remake it.




reply via email to

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