git: gdb(1), kgdb(1): Rework makefile to prevent repeated rebuilding

John Marino marino at crater.dragonflybsd.org
Mon Mar 23 05:29:24 PDT 2015


commit a413fe45675e6d132bfaa7a0a089b5a6e670bb07
Author: John Marino <draco at marino.st>
Date:   Mon Mar 23 12:02:51 2015 +0100

    gdb(1), kgdb(1): Rework makefile to prevent repeated rebuilding
    
    The beforedepends target was done in such a way that caused gdb and
    kgdb to rebuild with every quickworld.  This commit rearranges things
    so that doesn't happen anymore.

Summary of changes:
 contrib/gdb-7/gdb/defs.h        |  2 +-
 gnu/usr.bin/gdb/gdb/Makefile    |  3 ++-
 gnu/usr.bin/gdb/kgdb/Makefile   |  3 ++-
 gnu/usr.bin/gdb/libgdb/Makefile | 20 +++++++-------------
 4 files changed, 12 insertions(+), 16 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a413fe45675e6d132bfaa7a0a089b5a6e670bb07


-- 
DragonFly BSD source repository



More information about the Commits mailing list