Fix lack of buildworld and quickworld messages
authorJohn Marino <draco@marino.st>
Sun, 8 Mar 2015 13:39:12 +0000 (14:39 +0100)
committerJohn Marino <draco@marino.st>
Sun, 8 Mar 2015 15:27:05 +0000 (16:27 +0100)
commit24c1eacf01be5ddb85d9517abbda147c05507d94
tree0156442ff611182eb4c2924822ba972458ea7214
parenteafd212d6408acc511109240120ead6dc70531d3
Fix lack of buildworld and quickworld messages

The "world" target has a nice start/stop message.  However, if somebody
chooses to use "make buildworld" followed by "make installworld" rather
than "make world", they get no messages at all.  I think this has been an
ongoing oversight.

This commit improves the "world" target messages (e.g. all targets are
ELF so don't need to specify that, and pre/post-world targets are shown.)
More importantly it adds start/complete messages to buildworld, and start
message to installworld.  The installworld already had a complete message,
but this was redone to match the format of the other ones.

Similar messages were added to quickworld and realquickworld targets too.
Makefile
Makefile.inc1