Re: -I${CURDIR}/../../sys in src/*bin/Makefiles

From: M. Warner Losh (imp_at_bsdimp.com)
Date: 03/26/05

  • Next message: Bruce Evans: "Re: -I${CURDIR}/../../sys in src/*bin/Makefiles"
    Date: Fri, 25 Mar 2005 16:53:05 -0700 (MST)
    To: brooks@one-eyed-alien.net
    
    

    In message: <20050325223925.GB1944@odin.ac.hmc.edu>
                Brooks Davis <brooks@one-eyed-alien.net> writes:
    : In PR bin/79229 the submitter suggests that we add -I${CURDIR}/../../sys
    : to CFLAGS in sbin/ifconfig/Makefile. I initially responded that we
    : don't normally do that because buildworld handles picking up the latest
    : headers, but after greping other Makefiles in sbin, I found that we
    : do actually do that in a number of cases. It seems to me that we
    : should really make up our mind which one we should do. I'm somewhat
    : disinclined to add -I's to every utility, but that's not a strong
    : opinion. What do others thing?

    I'm inclined to remove them, unless they are needed for
    bootstrapping... But I can't think of any reason why using -I..../sys
    would be necessary for that.

    Warner
    _______________________________________________
    freebsd-arch@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-arch
    To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"


  • Next message: Bruce Evans: "Re: -I${CURDIR}/../../sys in src/*bin/Makefiles"

    Relevant Pages