Print this page
NEX-2266 Shouldn't use mandoc binary from proto area during the build

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/mandoc/Makefile.common
          +++ new/usr/src/cmd/mandoc/Makefile.common
↓ open down ↓ 70 lines elided ↑ open up ↑
  71   71                  term_ascii.o    \
  72   72                  term_ps.o       \
  73   73                  term_tab.o      \
  74   74                  tree.o
  75   75  
  76   76  OBJS +=         compat_ohash.o
  77   77  
  78   78  CFLAGS +=       $(CC_VERBOSE)
  79   79  CSTD =  $(CSTD_GNU99)
  80   80  
  81      -CPPFLAGS +=     -DOSNAME="\"illumos\""
       81 +CPPFLAGS +=     -DOSNAME="\"NexentaStor\""
  82   82  
  83   83  LDLIBS +=       -lz
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX