Print this page
10593 illumos build should not use kernel modules as link-editor input


  81 def:            $(DEF_DEPS)
  82 
  83 all:            $(ALL_DEPS)
  84 
  85 clean:          $(CLEAN_DEPS)
  86 
  87 clobber:        $(CLOBBER_DEPS)
  88 
  89 lint:           $(LINT_DEPS)
  90 
  91 modlintlib:     $(MODLINTLIB_DEPS)
  92 
  93 clean.lint:     $(CLEAN_LINT_DEPS)
  94 
  95 install:        $(INSTALL_DEPS)
  96 
  97 check:
  98 
  99 LINT_LIB_DIR    = $(CHERRYSTONE_LINT_LIB_DIR)
 100 
 101 $(PLATLIB):     $(BINARY)
 102         $(BUILD.SO) $(BINARY)
 103 
 104 $(SYM_MOD):     $(UNIX_O) $(PLATLIB)
 105         @echo "resolving symbols against unix.o"
 106         @(cd $(UNIX_DIR); pwd; \
 107             PLAT_DIR=$(HERE) SYM_MOD=$(HERE)/$(SYM_MOD) $(MAKE) symcheck)
 108 
 109 #
 110 #       Include common targets.
 111 #
 112 include $(UTSBASE)/sun4u/cherrystone/Makefile.targ


  81 def:            $(DEF_DEPS)
  82 
  83 all:            $(ALL_DEPS)
  84 
  85 clean:          $(CLEAN_DEPS)
  86 
  87 clobber:        $(CLOBBER_DEPS)
  88 
  89 lint:           $(LINT_DEPS)
  90 
  91 modlintlib:     $(MODLINTLIB_DEPS)
  92 
  93 clean.lint:     $(CLEAN_LINT_DEPS)
  94 
  95 install:        $(INSTALL_DEPS)
  96 
  97 check:
  98 
  99 LINT_LIB_DIR    = $(CHERRYSTONE_LINT_LIB_DIR)
 100 
 101 $(PLATLIB):     $(OBJECTS)
 102         $(BUILD.SO) $(OBJECTS)
 103 
 104 $(SYM_MOD):     $(UNIX_O) $(PLATLIB)
 105         @echo "resolving symbols against unix.o"
 106         @(cd $(UNIX_DIR); pwd; \
 107             PLAT_DIR=$(HERE) SYM_MOD=$(HERE)/$(SYM_MOD) $(MAKE) symcheck)
 108 
 109 #
 110 #       Include common targets.
 111 #
 112 include $(UTSBASE)/sun4u/cherrystone/Makefile.targ