Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized


  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23 # Use is subject to license terms.
  24 #
  25 # Copyright (c) 2018, Joyent, Inc.
  26 
  27 DEFAULTFILES =  cron.dfl
  28 
  29 include         ../Makefile.cmd
  30 
  31 MANIFEST =      cron.xml
  32 
  33 ROOTMANIFESTDIR = $(ROOTSVCSYSTEM)
  34 ROOTMETHOD =    $(ROOTLIBSVCMETHOD)/svc-cron
  35 
  36 CPPFLAGS +=     -D_FILE_OFFSET_BITS=64 -I $(SRC)/common/util
  37 CERRWARN +=     -_gcc=-Wno-parentheses
  38 CERRWARN +=     -_gcc=-Wno-unused-label
  39 CERRWARN +=     -_gcc=-Wno-uninitialized
  40 CERRWARN +=     -_gcc=-Wno-unused-variable
  41 CERRWARN +=     -_gcc=-Wno-unused-value
  42 
  43 # not linted
  44 SMATCH=off
  45 
  46 ROOTVAR =       $(ROOT)/var
  47 
  48 ROOTSPCRON =    $(ROOTVAR)/spool/cron
  49 ROOTCROND =     $(ROOTETC)/cron.d
  50 ROOTCRONTABS =  $(ROOTSPCRON)/crontabs
  51 ROOTATJOBS =    $(ROOTSPCRON)/atjobs
  52 ROOTLIBCRON =   $(ROOTLIB)/cron
  53 
  54 PROG1 =         cron
  55 PROG2 =         at atq atrm crontab
  56 XPG6PROG =      crontab
  57 XPG4PROG =      at crontab
  58 PROG =          $(PROG1) $(PROG2)
  59 




  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23 # Use is subject to license terms.
  24 #
  25 # Copyright (c) 2018, Joyent, Inc.
  26 
  27 DEFAULTFILES =  cron.dfl
  28 
  29 include         ../Makefile.cmd
  30 
  31 MANIFEST =      cron.xml
  32 
  33 ROOTMANIFESTDIR = $(ROOTSVCSYSTEM)
  34 ROOTMETHOD =    $(ROOTLIBSVCMETHOD)/svc-cron
  35 
  36 CPPFLAGS +=     -D_FILE_OFFSET_BITS=64 -I $(SRC)/common/util
  37 CERRWARN +=     -_gcc=-Wno-parentheses
  38 CERRWARN +=     -_gcc=-Wno-unused-label
  39 CERRWARN +=     $(CNOWARN_UNINIT)
  40 CERRWARN +=     -_gcc=-Wno-unused-variable
  41 CERRWARN +=     -_gcc=-Wno-unused-value
  42 
  43 # not linted
  44 SMATCH=off
  45 
  46 ROOTVAR =       $(ROOT)/var
  47 
  48 ROOTSPCRON =    $(ROOTVAR)/spool/cron
  49 ROOTCROND =     $(ROOTETC)/cron.d
  50 ROOTCRONTABS =  $(ROOTSPCRON)/crontabs
  51 ROOTATJOBS =    $(ROOTSPCRON)/atjobs
  52 ROOTLIBCRON =   $(ROOTLIB)/cron
  53 
  54 PROG1 =         cron
  55 PROG2 =         at atq atrm crontab
  56 XPG6PROG =      crontab
  57 XPG4PROG =      at crontab
  58 PROG =          $(PROG1) $(PROG2)
  59