Print this page
Code review comments

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/hal/addons/cpufreq/Makefile
          +++ new/usr/src/cmd/hal/addons/cpufreq/Makefile
↓ open down ↓ 30 lines elided ↑ open up ↑
  31   31  include ../../../Makefile.cmd
  32   32  include ../../Makefile.hal
  33   33  
  34   34  ROOTCMDDIR =    $(ROOTLIB_HAL)
  35   35  
  36   36  LDLIBS +=       -lc -ldbus-1 -lhal -lglib-2.0 -ldbus-glib-1 -lpolkit -lbsm
  37   37  
  38   38  CPPFLAGS +=     $(HAL_DBUS_CPPFLAGS) $(HAL_GLIB_CPPFLAGS) $(HAL_CONFIG_CPPFLAGS)
  39   39  CPPFLAGS +=     -I$(ROOT)/usr/include/hal -I../../hald
  40   40  CPPFLAGS +=     -I$(ROOT)/usr/include/libpolkit
  41      -CFLAGS  +=      $(CCGDEBUG)
       41 +CFLAGS +=       $(CCGDEBUG)
  42   42  CSTD =  $(CSTD_GNU99)
  43   43  
  44   44  .KEEP_STATE:
  45   45  
  46   46  all:$(PROG)
  47   47  
  48   48  logger.o: ../../hald/logger.c
  49   49          $(COMPILE.c) -o $@ ../../hald/logger.c
  50   50          $(POST_PROCESS_O)
  51   51  
↓ open down ↓ 16 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX