Print this page
4265 remove INTERNAL_RELEASE_BUILD


  51 # is little penalty for making it very large, because the header file is
  52 # only included in error situations where the compilation will fail.
  53 #
  54 # We make this depend on Makefile.targ, because a change to Makefile.targ
  55 # can change the limit, in which case we want to force everything to rebuild.
  56 report_bufsize.h:       ../Makefile.targ
  57                 perl ../../tools/libconv_mk_report_bufsize.pl 8000
  58 
  59 ../common/%.c ../common/%_machelf.c:    %_msg.h
  60 
  61 %_msg.h %_msg.c: $(SGSMSG) ../common/%.msg report_bufsize.h
  62                 $(SGSMSG) $(SGSMSGFLAGS) -h $*_msg.h -d $*_msg.c \
  63                         -n sgs_msg_libconv_$* $<
  64 
  65 $(SGSMSG):      FRC
  66                 @ cd $(SGSTOOLS)/$(MACH); pwd; $(MAKE) catalog
  67                 @ pwd
  68 
  69 vernote.s:      bld_vernote $(README_REVISION) $(ONLDREADME)
  70                 ./bld_vernote \
  71                         -R `perl $(README_REVISION) $(VERNOTE_DEBUG) \
  72                                 $(ONLDREADME)` \
  73                         -r "$(RELEASE)" -o $@
  74 
  75 bld_vernote:    ../common/bld_vernote.ksh
  76                 $(RM) -f $@
  77                 cp ../common/bld_vernote.ksh $@
  78                 chmod a+x $@
  79 
  80 $(LIBRARY):     pics $$(PICS)
  81                 @ $(RM) $(LIBRARY)
  82                 $(AR) $(ARFLAGS) $@ $(PICS)
  83                 $(POST_PROCESS_A)
  84 
  85 chkmsg:         $(LINTSRCS)
  86                 sh $(CHKMSG) $(CHKMSGFLAGS) $(LINTSRCS)
  87 
  88 .PARALLEL:      $(LINTOUT32) $(LINTOUT64) $(LINTLIB32) $(LINTLIB64)
  89 
  90 lint:           $(LINTLIB32) $(LINTOUT32) $(LINTLIB64) $(LINTOUT64) \
  91                     .WAIT $(SGSLINTOUT)
  92 


  51 # is little penalty for making it very large, because the header file is
  52 # only included in error situations where the compilation will fail.
  53 #
  54 # We make this depend on Makefile.targ, because a change to Makefile.targ
  55 # can change the limit, in which case we want to force everything to rebuild.
  56 report_bufsize.h:       ../Makefile.targ
  57                 perl ../../tools/libconv_mk_report_bufsize.pl 8000
  58 
  59 ../common/%.c ../common/%_machelf.c:    %_msg.h
  60 
  61 %_msg.h %_msg.c: $(SGSMSG) ../common/%.msg report_bufsize.h
  62                 $(SGSMSG) $(SGSMSGFLAGS) -h $*_msg.h -d $*_msg.c \
  63                         -n sgs_msg_libconv_$* $<
  64 
  65 $(SGSMSG):      FRC
  66                 @ cd $(SGSTOOLS)/$(MACH); pwd; $(MAKE) catalog
  67                 @ pwd
  68 
  69 vernote.s:      bld_vernote $(README_REVISION) $(ONLDREADME)
  70                 ./bld_vernote \
  71                         -R `perl $(README_REVISION) $(ONLDREADME)` \

  72                         -r "$(RELEASE)" -o $@
  73 
  74 bld_vernote:    ../common/bld_vernote.ksh
  75                 $(RM) -f $@
  76                 cp ../common/bld_vernote.ksh $@
  77                 chmod a+x $@
  78 
  79 $(LIBRARY):     pics $$(PICS)
  80                 @ $(RM) $(LIBRARY)
  81                 $(AR) $(ARFLAGS) $@ $(PICS)
  82                 $(POST_PROCESS_A)
  83 
  84 chkmsg:         $(LINTSRCS)
  85                 sh $(CHKMSG) $(CHKMSGFLAGS) $(LINTSRCS)
  86 
  87 .PARALLEL:      $(LINTOUT32) $(LINTOUT64) $(LINTLIB32) $(LINTLIB64)
  88 
  89 lint:           $(LINTLIB32) $(LINTOUT32) $(LINTLIB64) $(LINTOUT64) \
  90                     .WAIT $(SGSLINTOUT)
  91