git: kdump(1)/truss(1): Fix occasional quickworld breakage.

Sascha Wildner swildner at crater.dragonflybsd.org
Mon Jul 30 10:52:04 PDT 2012


commit 1dc13257a62ef79987eea8072020520b1d6499d3
Author: Sascha Wildner <saw at online.de>
Date:   Mon Jul 30 19:51:07 2012 +0200

    kdump(1)/truss(1): Fix occasional quickworld breakage.
    
    Whenever we messed with our ioctls or certain definitions
    (like fcntl(2)'s O_* flags), kdump and truss could break
    quickworld because their generated ioctl.c and kdump_subr.c
    files in /usr/obj would still have removed stuff.
    
    Fix this by regenerating them every time, no matter what.

Summary of changes:
 usr.bin/kdump/Makefile |    5 ++---
 usr.bin/truss/Makefile |    3 +--
 2 files changed, 3 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1dc13257a62ef79987eea8072020520b1d6499d3


-- 
DragonFly BSD source repository





More information about the Commits mailing list