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


  99 #       Default build targets.
 100 #
 101 .KEEP_STATE:
 102 
 103 def:            $(DEF_DEPS)
 104 
 105 all:            $(ALL_DEPS)
 106 
 107 clean:          $(CLEAN_DEPS)
 108 
 109 clobber:        $(CLOBBER_DEPS)
 110 
 111 lint:           $(LINT_DEPS)
 112 
 113 modlintlib:     $(MODLINTLIB_DEPS)
 114 
 115 clean.lint:     $(CLEAN_LINT_DEPS)
 116 
 117 install:        $(INSTALL_DEPS)
 118 
 119 $(CPULIB):      $(BINARY)
 120         $(BUILD.SO) $(BINARY)
 121 
 122 $(SYM_MOD):     $(UNIX_O) $(CPULIB)
 123         @echo "resolving symbols against unix.o"
 124         @echo $(UNIX_DIR)
 125         @echo $(OBJS_DIR)
 126         @(cd $(UNIX_DIR); pwd; \
 127             CPU_DIR=$(HERE) SYM_MOD=$(HERE)/$(SYM_MOD) $(MAKE) symcheck)
 128 
 129 $(ROOTSOFTLINKS): $(ROOTMODULE)
 130         $(RM) $@; $(SYMLINK) $(MODULE) $@
 131 
 132 #       Include common targets.
 133 #
 134 include $(UTSBASE)/sun4u/serengeti/Makefile.targ


  99 #       Default build targets.
 100 #
 101 .KEEP_STATE:
 102 
 103 def:            $(DEF_DEPS)
 104 
 105 all:            $(ALL_DEPS)
 106 
 107 clean:          $(CLEAN_DEPS)
 108 
 109 clobber:        $(CLOBBER_DEPS)
 110 
 111 lint:           $(LINT_DEPS)
 112 
 113 modlintlib:     $(MODLINTLIB_DEPS)
 114 
 115 clean.lint:     $(CLEAN_LINT_DEPS)
 116 
 117 install:        $(INSTALL_DEPS)
 118 
 119 $(CPULIB):      $(OBJECTS)
 120         $(BUILD.SO) $(OBJECTS)
 121 
 122 $(SYM_MOD):     $(UNIX_O) $(CPULIB)
 123         @echo "resolving symbols against unix.o"
 124         @echo $(UNIX_DIR)
 125         @echo $(OBJS_DIR)
 126         @(cd $(UNIX_DIR); pwd; \
 127             CPU_DIR=$(HERE) SYM_MOD=$(HERE)/$(SYM_MOD) $(MAKE) symcheck)
 128 
 129 $(ROOTSOFTLINKS): $(ROOTMODULE)
 130         $(RM) $@; $(SYMLINK) $(MODULE) $@
 131 
 132 #       Include common targets.
 133 #
 134 include $(UTSBASE)/sun4u/serengeti/Makefile.targ