components/stdcxx/Makefile
changeset 1948 2d1537e7942d
parent 1434 c782e620dd26
child 2164 b580bc10e31a
equal deleted inserted replaced
1947:b80524cd88bc 1948:2d1537e7942d
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 # we really need to use studio so we don't like that
    24 # we really need to use studio so we don't like that
    25 # parfait is g++ in disguise
    25 # parfait is g++ in disguise
    26 export PARFAIT_BUILD=no
    26 export PARFAIT_BUILD=no
    37 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    37 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    38 COMPONENT_ARCHIVE_HASH=	\
    38 COMPONENT_ARCHIVE_HASH=	\
    39     sha256:00854223cbd947bf1bd85d9dabd1b2829706d9062e0007d5022082a5e4b7e15e
    39     sha256:00854223cbd947bf1bd85d9dabd1b2829706d9062e0007d5022082a5e4b7e15e
    40 COMPONENT_ARCHIVE_URL=	http://www.apache.org/dist/stdcxx/$(COMPONENT_ARCHIVE)
    40 COMPONENT_ARCHIVE_URL=	http://www.apache.org/dist/stdcxx/$(COMPONENT_ARCHIVE)
    41 COMPONENT_BUGDB=	library/libstdcxx
    41 COMPONENT_BUGDB=	library/libstdcxx
       
    42 
       
    43 TPNO=			9048
    42 
    44 
    43 CLOBBER_PATHS += install.sh
    45 CLOBBER_PATHS += install.sh
    44 
    46 
    45 include ../../make-rules/prep.mk
    47 include ../../make-rules/prep.mk
    46 include ../../make-rules/configure.mk
    48 include ../../make-rules/configure.mk
   280 	$(RM) -f *.sed *.out
   282 	$(RM) -f *.sed *.out
   281 
   283 
   282 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
   284 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
   283 
   285 
   284 include ../../make-rules/depend.mk
   286 include ../../make-rules/depend.mk
   285