Print this page
4265 remove INTERNAL_RELEASE_BUILD

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/packages/Makefile.com
          +++ new/usr/src/cmd/sgs/packages/Makefile.com
↓ open down ↓ 27 lines elided ↑ open up ↑
  28   28  
  29   29  PKGARCHIVE=     .
  30   30  DATAFILES=      copyright prototype_com prototype_$(MACH) postinstall \
  31   31                  preremove depend checkinstall
  32   32  README=         SUNWonld-README
  33   33  FILES=          $(DATAFILES) pkginfo
  34   34  PACKAGE=        SUNWonld
  35   35  ROOTONLD=       $(ROOT)/opt/SUNWonld
  36   36  ROOTREADME=     $(README:%=$(ROOTONLD)/%)
  37   37  
  38      -VERDEBUG=       -D
  39      -$(INTERNAL_RELEASE_BUILD)VERDEBUG=
  40      -
  41   38  CLEANFILES=     $(FILES) awk_pkginfo ../bld_awk_pkginfo $(LINTLOG)
  42   39  CLOBBERFILES=   $(PACKAGE) $(LINTLOG).bak
  43   40  
  44   41  ../%:           ../common/%.ksh
  45   42                  $(RM) $@
  46   43                  cp $< $@
  47   44                  chmod +x $@
  48   45  
  49   46  $(ROOTONLD)/%:  ../common/%
  50   47                  $(RM) $@
  51   48                  cp $< $@
  52   49                  chmod +x $@
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX