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


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


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