Print this page
4265 remove INTERNAL_RELEASE_BUILD


  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright (c) 1994, 2010, Oracle and/or its affiliates. All rights reserved.
  23 #
  24 
  25 include         $(SRC)/Makefile.master
  26 
  27 LINTLOG=        ../lint.$(MACH).log
  28 
  29 PKGARCHIVE=     .
  30 DATAFILES=      copyright prototype_com prototype_$(MACH) postinstall \
  31                 preremove depend checkinstall
  32 README=         SUNWonld-README
  33 FILES=          $(DATAFILES) pkginfo
  34 PACKAGE=        SUNWonld
  35 ROOTONLD=       $(ROOT)/opt/SUNWonld
  36 ROOTREADME=     $(README:%=$(ROOTONLD)/%)
  37 
  38 VERDEBUG=       -D
  39 $(INTERNAL_RELEASE_BUILD)VERDEBUG=
  40 
  41 CLEANFILES=     $(FILES) awk_pkginfo ../bld_awk_pkginfo $(LINTLOG)
  42 CLOBBERFILES=   $(PACKAGE) $(LINTLOG).bak
  43 
  44 ../%:           ../common/%.ksh
  45                 $(RM) $@
  46                 cp $< $@
  47                 chmod +x $@
  48 
  49 $(ROOTONLD)/%:  ../common/%
  50                 $(RM) $@
  51                 cp $< $@
  52                 chmod +x $@


  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright (c) 1994, 2010, Oracle and/or its affiliates. All rights reserved.
  23 #
  24 
  25 include         $(SRC)/Makefile.master
  26 
  27 LINTLOG=        ../lint.$(MACH).log
  28 
  29 PKGARCHIVE=     .
  30 DATAFILES=      copyright prototype_com prototype_$(MACH) postinstall \
  31                 preremove depend checkinstall
  32 README=         SUNWonld-README
  33 FILES=          $(DATAFILES) pkginfo
  34 PACKAGE=        SUNWonld
  35 ROOTONLD=       $(ROOT)/opt/SUNWonld
  36 ROOTREADME=     $(README:%=$(ROOTONLD)/%)
  37 



  38 CLEANFILES=     $(FILES) awk_pkginfo ../bld_awk_pkginfo $(LINTLOG)
  39 CLOBBERFILES=   $(PACKAGE) $(LINTLOG).bak
  40 
  41 ../%:           ../common/%.ksh
  42                 $(RM) $@
  43                 cp $< $@
  44                 chmod +x $@
  45 
  46 $(ROOTONLD)/%:  ../common/%
  47                 $(RM) $@
  48                 cp $< $@
  49                 chmod +x $@