git: Fix lack of buildworld and quickworld messages

John Marino marino at crater.dragonflybsd.org
Sun Mar 8 08:27:28 PDT 2015


commit 24c1eacf01be5ddb85d9517abbda147c05507d94
Author: John Marino <draco at marino.st>
Date:   Sun Mar 8 14:39:12 2015 +0100

    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.

Summary of changes:
 Makefile      | 14 ++++++++++----
 Makefile.inc1 | 41 ++++++++++++++++++++++++++++++++---------
 2 files changed, 42 insertions(+), 13 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/24c1eacf01be5ddb85d9517abbda147c05507d94


-- 
DragonFly BSD source repository


More information about the Commits mailing list