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


  72 #       Default build targets.
  73 #
  74 .KEEP_STATE:
  75 
  76 def:            $(DEF_DEPS)
  77 
  78 all:            $(ALL_DEPS)
  79 
  80 clean:          $(CLEAN_DEPS)
  81 
  82 clobber:        $(CLOBBER_DEPS)
  83 
  84 lint:           $(LINT_DEPS)
  85 
  86 modlintlib:     $(MODLINTLIB_DEPS)
  87 
  88 clean.lint:     $(CLEAN_LINT_DEPS)
  89 
  90 install:        $(INSTALL_DEPS)
  91 
  92 $(PLATLIB):     $(BINARY)
  93         $(BUILD.SO) $(BINARY)
  94 
  95 #
  96 #       Include common targets.
  97 #
  98 include $(UTSBASE)/sun4u/starcat/Makefile.targ


  72 #       Default build targets.
  73 #
  74 .KEEP_STATE:
  75 
  76 def:            $(DEF_DEPS)
  77 
  78 all:            $(ALL_DEPS)
  79 
  80 clean:          $(CLEAN_DEPS)
  81 
  82 clobber:        $(CLOBBER_DEPS)
  83 
  84 lint:           $(LINT_DEPS)
  85 
  86 modlintlib:     $(MODLINTLIB_DEPS)
  87 
  88 clean.lint:     $(CLEAN_LINT_DEPS)
  89 
  90 install:        $(INSTALL_DEPS)
  91 
  92 $(PLATLIB):     $(OBJECTS)
  93         $(BUILD.SO) $(OBJECTS)
  94 
  95 #
  96 #       Include common targets.
  97 #
  98 include $(UTSBASE)/sun4u/starcat/Makefile.targ