Print this page
onc plus-be-gone

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/Makefile
          +++ new/usr/src/uts/Makefile
↓ open down ↓ 190 lines elided ↑ open up ↑
 191  191                  echo $(RM) $(PMTMO_FILE) ; \
 192  192                  $(RM) $(PMTMO_FILE) ; \
 193  193          fi
 194  194  
 195  195  EXTRA_CLOBBER_TARGETS= common/avs/ns/rdc
 196  196  clobber: $(EXTRA_CLOBBER_TARGETS)
 197  197  
 198  198  
 199  199  clean.lint modlist: $($(MACH)_ARCHITECTURES)
 200  200  
 201      -ONC_FILES=      common/io/timod.c \
 202      -                common/os/sig.c \
 203      -                common/os/flock.c \
 204      -                common/os/sysent.c \
 205      -                common/os/swapgeneric.c \
 206      -                common/syscall/fcntl.c 
 207      -
 208      -# edit onc plus source files. 
 209      -ONC_PLUS:       $(ONC_FILES:%=%_onc_plus) 
 210      -
 211  201  #
 212  202  # Cross-reference customization: build a cross-reference over all of
 213  203  # the supported architectures.  Although there's no correct way to set
 214  204  # the include path (since we don't know what architecture is the one
 215  205  # the user will be interested in), it's historically been set to
 216  206  # mirror the $(XRDIRS) list, and that works kinda sorta okay.
 217  207  #
 218  208  # We need to manually prune usr/closed/uts/{i86xpv|sfmmu|i86pc} since
 219  209  # none of them exist.
 220  210  #
↓ open down ↓ 14 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX