Print this page
4146 getconf(1) does not support XATTR_ENABLED, XATTR_EXISTS, SATTR_ENABLED, SATTR_EXISTS keys
Reviewed by: Cedric Blancher <cedric.blancher@gmail.com>
Reviewed by: Irek Szczesniak <iszczesniak@gmail.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/getconf/Makefile
          +++ new/usr/src/cmd/getconf/Makefile
↓ open down ↓ 29 lines elided ↑ open up ↑
  30   30  X4= objs.xpg4
  31   31  X6= objs.xpg6
  32   32  OBJS= getconf.o
  33   33  XPG4EXOBJS= $(X4)/getconf.o
  34   34  XPG6EXOBJS= $(X6)/getconf.o
  35   35  
  36   36  include ../Makefile.cmd
  37   37  
  38   38  XPG4EXOBJS += values-xpg4.o
  39   39  CFLAGS += $(CCVERBOSE)
  40      -CERRWARN += -_gcc=-Wno-parentheses
  41   40  # XPG4
  42   41  $(XPG4) := CFLAGS += -D_XOPEN_SOURCE -I$(SRC)/lib/libc/inc
  43   42  
  44   43  # XPG6MODE:  Depending on the version of the compiler, the value of
  45   44  # __STDC_VERSION__ may differ even in the presence of the same compilation
  46   45  # options. The default compilation mode for Sun compilers that support the
  47   46  # C99 standard is -xc99=all,no_lib. C99MODE= is equivalent to -xc99=all,no_lib.
  48   47  # This translates to C99 semantics without the C99 library specific behaviors
  49   48  # and dependencies.
  50   49  #
↓ open down ↓ 74 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX