• Show log

    Commit

  • Hash : ab3f234e
    Author : Andreas Ericsson
    Date : 2008-11-22T15:35:31

    Make using CFLAGS a bit simpler
    
    This patch introduces the $(ALL_CFLAGS) variable, which holds
    $(BASIC_CFLAGS) as well as userdefined $(CFLAGS) and then
    consistently uses that variable where both were used anyway.
    
    Since we're in the area, we optimize the sparse running a
    bit, getting rid of the shell and just letting sparse iterate
    over the files.
    
    Signed-off-by: Andreas Ericsson <ae@op5.se>
    Signed-off-by: Shawn O. Pearce <spearce@spearce.org>