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


 119 # Messaging support
 120 #
 121 _msg: _msg_gettext _msg_sgsmsg
 122 
 123 _msg_gettext: $(MSGDOMAIN)/$(POFILE)
 124 
 125 _msg_sgsmsg: $(MSGDIR)
 126 
 127 $(MSGDOMAIN)/$(POFILE): \
 128                 $(MSGDOMAIN) $(POFILE)
 129 
 130 $(POFILE):      $(POSUBDIRS)
 131                 $(RM) $(POFILE)
 132                 cat $(POFILES) > $(POFILE)
 133 
 134 $(MSGDIR):      $(MSGSUBDIRS) FRC
 135                 @ cd $@; pwd; $(MAKE) $(TARGET)
 136 
 137 chkmsg:         libconv $(MSGSUBDIRS) FRC
 138 


 139 # built from lib/Makefile
 140 install_lib:    FRC
 141                 @ cd lex; pwd; $(MAKE) $@
 142                 @ cd yacc; pwd; $(MAKE) $@
 143 
 144 lint:           $(SUBDIRS)
 145 
 146 delete \
 147 clean clobber:  native-clobber .WAIT $(SUBDIRS) $(MSGDIR)
 148 
 149 $(SUBDIRS):     FRC
 150                 @ cd $@; pwd; $(MAKE) $(TARGET)
 151 
 152 
 153 # Integration of ld and ld.so.1 in some developement cycles requires that both
 154 # of these modules be built using the new ld.  This `native' target allows us
 155 # to build a local ld which will then be used to build the delivered version of
 156 # itself and ld.so.1.  Once this new functionality appears in the standard ld
 157 # this target can be disabled.
 158 




 119 # Messaging support
 120 #
 121 _msg: _msg_gettext _msg_sgsmsg
 122 
 123 _msg_gettext: $(MSGDOMAIN)/$(POFILE)
 124 
 125 _msg_sgsmsg: $(MSGDIR)
 126 
 127 $(MSGDOMAIN)/$(POFILE): \
 128                 $(MSGDOMAIN) $(POFILE)
 129 
 130 $(POFILE):      $(POSUBDIRS)
 131                 $(RM) $(POFILE)
 132                 cat $(POFILES) > $(POFILE)
 133 
 134 $(MSGDIR):      $(MSGSUBDIRS) FRC
 135                 @ cd $@; pwd; $(MAKE) $(TARGET)
 136 
 137 chkmsg:         libconv $(MSGSUBDIRS) FRC
 138 
 139 check:          chkmsg
 140 
 141 # built from lib/Makefile
 142 install_lib:    FRC
 143                 @ cd lex; pwd; $(MAKE) $@
 144                 @ cd yacc; pwd; $(MAKE) $@
 145 
 146 lint:           $(SUBDIRS)
 147 
 148 delete \
 149 clean clobber:  native-clobber .WAIT $(SUBDIRS) $(MSGDIR)
 150 
 151 $(SUBDIRS):     FRC
 152                 @ cd $@; pwd; $(MAKE) $(TARGET)
 153 
 154 
 155 # Integration of ld and ld.so.1 in some developement cycles requires that both
 156 # of these modules be built using the new ld.  This `native' target allows us
 157 # to build a local ld which will then be used to build the delivered version of
 158 # itself and ld.so.1.  Once this new functionality appears in the standard ld
 159 # this target can be disabled.
 160