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


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


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