Print this page
4027 remove CLOSED_BUILD


  20 #
  21 #
  22 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  23 # Use is subject to license terms.
  24 #
  25 # uts/sparc/Makefile
  26 #
  27 #       This makefile drives the production of all implementation architecture
  28 #       independent modules for the SPARC processor. (For those unsure, this
  29 #       means the module will run on all SPARC processor based machines
  30 #       running SunOS.)
  31 
  32 UTSBASE = ..
  33 
  34 include Makefile.sparc
  35 
  36 LINT_KMODS_X1   = $(LINT_KMODS:nsmb=)
  37 LINT_KMODS_X2   = $(LINT_KMODS_X1:smbfs=)
  38 LINT_KMODLIBS   = $(LINT_KMODS_X2:e1000g=)
  39 LINT_LIBS       = $(LINT_LIB) $(GEN_LINT_LIB) \
  40                   $(LINT_KMODLIBS:%=$(LINT_LIB_DIR)/llib-l%.ln)
  41 
  42 $(CLOSED_BUILD)LINT_LIBS += $(CLOSED_LINT_KMODS:%=$(LINT_LIB_DIR)/llib-l%.ln)
  43 
  44 $(CLOSED_BUILD)LINT_LIBS        += $(SVVS_KMODS:%=$(LINT_LIB_DIR)/llib-l%.ln)
  45 LINT_LIBS       += $(LINT_XMODLIBS:%=$(LINT_LIB_DIR)/llib-l%.ln)
  46 $(CLOSED_BUILD)LINT_LIBS += $(CLOSED_XMODS:%=$(LINT_LIB_DIR)/llib-l%.ln)
  47 
  48 DRV_KMODS       += dprov
  49 
  50 def             :=      TARGET= def
  51 all             :=      TARGET= all
  52 install         :=      TARGET= install
  53 clean           :=      TARGET= clean
  54 clobber         :=      TARGET= clobber
  55 lint            :=      TARGET= lint
  56 modlintlib      :=      TARGET= modlintlib
  57 modlist         :=      TARGET= modlist
  58 modlist         :=      NO_STATE= -K $$MODSTATE$$$$
  59 clean.lint      :=      TARGET= clean.lint
  60 check           :=      TARGET= check
  61 install_h       :=      TARGET= install_h
  62 
  63 .KEEP_STATE:
  64 
  65 .PARALLEL:      $(PARALLEL_KMODS) $(CLOSED_KMODS) $(SVVS) $(XMODS) \
  66                 $(CLOSED_XMODS) config $(LINT_DEPS)
  67 
  68 def all install clean clobber modlist: $(KMODS) $(CLOSED_KMODS) $(SVVS) \
  69         $(XMODS) $(CLOSED_XMODS) config
  70 
  71 modlintlib clean.lint: $(LINT_KMODS) $(CLOSED_LINT_KMODS) $(SVVS) \
  72         $(XMODS) $(CLOSED_XMODS)
  73 
  74 $(KMODS) config:        FRC
  75         @cd $@; pwd; $(MAKE) $(NO_STATE) $(TARGET)
  76 
  77 $(CLOSED_KMODS):        FRC
  78         cd $(CLOSED)/uts/sparc/$@; pwd; $(MAKE) $(NO_STATE) $(TARGET)
  79 
  80 $(XMODS):       FRC
  81         @if [ -f $@/Makefile  ]; then \
  82                 cd $@; pwd; $(MAKE) $(NO_STATE) $(TARGET); \
  83         else \
  84                 true; \
  85         fi
  86 
  87 $(SVVS) $(CLOSED_XMODS):        FRC
  88         @if [ -f $(CLOSED)/uts/sparc/$@/Makefile  ]; then \
  89                 cd $(CLOSED)/uts/sparc/$@; pwd; \
  90                     $(MAKE) $(NO_STATE) $(TARGET); \
  91         else \
  92                 true; \
  93         fi
  94 
  95 install_h check:        FRC
  96         @cd asm; pwd; $(MAKE) $(TARGET)
  97         @cd sys; pwd; $(MAKE) $(TARGET)
  98         @cd v7/sys; pwd; $(MAKE) $(TARGET)
  99         @cd v9/sys; pwd; $(MAKE) $(TARGET)
 100 
 101 #
 102 #       Full kernel lint target.
 103 #
 104 LINT_TARGET     = globallint
 105 
 106 globallint:
 107         @-$(ECHO) "\nFULL KERNEL: global crosschecks:"
 108         @-$(LINT) $(LINTFLAGS) $(LINT_LIBS) 2>&1 | $(LGREP.2)
 109 
 110 lint:   modlintlib .WAIT $(LINT_DEPS)
 111 
 112 include ../Makefile.targ


  20 #
  21 #
  22 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  23 # Use is subject to license terms.
  24 #
  25 # uts/sparc/Makefile
  26 #
  27 #       This makefile drives the production of all implementation architecture
  28 #       independent modules for the SPARC processor. (For those unsure, this
  29 #       means the module will run on all SPARC processor based machines
  30 #       running SunOS.)
  31 
  32 UTSBASE = ..
  33 
  34 include Makefile.sparc
  35 
  36 LINT_KMODS_X1   = $(LINT_KMODS:nsmb=)
  37 LINT_KMODS_X2   = $(LINT_KMODS_X1:smbfs=)
  38 LINT_KMODLIBS   = $(LINT_KMODS_X2:e1000g=)
  39 LINT_LIBS       = $(LINT_LIB) $(GEN_LINT_LIB) \
  40                   $(LINT_KMODLIBS:%=$(LINT_LIB_DIR)/llib-l%.ln) \
  41                   $(LINT_XMODLIBS:%=$(LINT_LIB_DIR)/llib-l%.ln)





  42 
  43 DRV_KMODS       += dprov
  44 
  45 def             :=      TARGET= def
  46 all             :=      TARGET= all
  47 install         :=      TARGET= install
  48 clean           :=      TARGET= clean
  49 clobber         :=      TARGET= clobber
  50 lint            :=      TARGET= lint
  51 modlintlib      :=      TARGET= modlintlib
  52 modlist         :=      TARGET= modlist
  53 modlist         :=      NO_STATE= -K $$MODSTATE$$$$
  54 clean.lint      :=      TARGET= clean.lint
  55 check           :=      TARGET= check
  56 install_h       :=      TARGET= install_h
  57 
  58 .KEEP_STATE:
  59 
  60 .PARALLEL:      $(PARALLEL_KMODS) $(XMODS) config $(LINT_DEPS)

  61 
  62 def all install clean clobber modlist: $(KMODS) $(XMODS) config

  63 
  64 modlintlib clean.lint: $(LINT_KMODS) $(XMODS)

  65 
  66 $(KMODS) config:        FRC
  67         @cd $@; pwd; $(MAKE) $(NO_STATE) $(TARGET)
  68 



  69 $(XMODS):       FRC
  70         @if [ -f $@/Makefile  ]; then \
  71                 cd $@; pwd; $(MAKE) $(NO_STATE) $(TARGET); \
  72         else \
  73                 true; \
  74         fi
  75 








  76 install_h check:        FRC
  77         @cd asm; pwd; $(MAKE) $(TARGET)
  78         @cd sys; pwd; $(MAKE) $(TARGET)
  79         @cd v7/sys; pwd; $(MAKE) $(TARGET)
  80         @cd v9/sys; pwd; $(MAKE) $(TARGET)
  81 
  82 #
  83 #       Full kernel lint target.
  84 #
  85 LINT_TARGET     = globallint
  86 
  87 globallint:
  88         @-$(ECHO) "\nFULL KERNEL: global crosschecks:"
  89         @-$(LINT) $(LINTFLAGS) $(LINT_LIBS) 2>&1 | $(LGREP.2)
  90 
  91 lint:   modlintlib .WAIT $(LINT_DEPS)
  92 
  93 include ../Makefile.targ