%% winfried szukalski <[EMAIL PROTECTED]> writes:
ws> But the following command 'make install' triggered the compilation
ws> of the kernel once more.
ws> I had used make-3.78.1 before. These complications are new. And
ws> unusual. I suppose a bug in make-3.79.1 .
There's absolutely nothing about the changes you had to make in the
makefile which have anything to do with make. Make doesn't know
anything about the commands its asked to invoke: it merely takes the
text in the rule and hands it off to a subshell, then waits to see
whether it exits with a success or failure exit code.
Any syntax errors, changes to command line invocation, etc. etc. is the
problem of the makefile author and make has nothing to do with it.
The problem of rebuilding the kernel during make install _might_ have
something to do with a problem in make, but probably not. There would
have to be a more rigorous investigation to determine that.
--
-------------------------------------------------------------------------------
Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at:
http://www.gnu.org http://www.paulandlesley.org/gmake/
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make