Print this page
3442 sgs checks should be run in normal builds

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/Makefile
          +++ new/usr/src/cmd/sgs/Makefile
↓ open down ↓ 128 lines elided ↑ open up ↑
 129  129  
 130  130  $(POFILE):      $(POSUBDIRS)
 131  131                  $(RM) $(POFILE)
 132  132                  cat $(POFILES) > $(POFILE)
 133  133  
 134  134  $(MSGDIR):      $(MSGSUBDIRS) FRC
 135  135                  @ cd $@; pwd; $(MAKE) $(TARGET)
 136  136  
 137  137  chkmsg:         libconv $(MSGSUBDIRS) FRC
 138  138  
      139 +check:          chkmsg
      140 +
 139  141  # built from lib/Makefile
 140  142  install_lib:    FRC
 141  143                  @ cd lex; pwd; $(MAKE) $@
 142  144                  @ cd yacc; pwd; $(MAKE) $@
 143  145  
 144  146  lint:           $(SUBDIRS)
 145  147  
 146  148  delete \
 147  149  clean clobber:  native-clobber .WAIT $(SUBDIRS) $(MSGDIR)
 148  150  
↓ open down ↓ 54 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX