git: Makefile.inc1: Do not continue the build upon an error in various cases.

Sascha Wildner swildner at crater.dragonflybsd.org
Sat May 26 12:18:24 PDT 2018


commit 99a9a126b5f69fa1568ff40e204d5db5a3791993
Author: Sascha Wildner <saw at online.de>
Date:   Sat May 26 18:41:33 2018 +0200

    Makefile.inc1: Do not continue the build upon an error in various cases.
    
    Before this commit, the build would limp on even though a library
    failed building, for example, leading to sometimes confusing followup
    errors later in the build. It was also more difficult to see directly
    why a build really failed in the first place.
    
    To prevent this, make various targets use '&&' instead of ';' to
    chain commands.
    
    People wanting the build to carry on for as long as possible, can
    always use make's -k option.

Summary of changes:
 Makefile.inc1 | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/99a9a126b5f69fa1568ff40e204d5db5a3791993


-- 
DragonFly BSD source repository


More information about the Commits mailing list