components/ksh93/Makefile
changeset 1622 72f10d7bcda6
parent 1549 f683981a3096
child 1635 5269c1d79ab0
equal deleted inserted replaced
1621:e58b809ee5f8 1622:72f10d7bcda6
    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) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 include ../../make-rules/shared-macros.mk
    24 include ../../make-rules/shared-macros.mk
    25 
    25 
    26 COMPONENT_BUGDB=    utility/ksh93
    26 COMPONENT_BUGDB=    utility/ksh93
    76 					 CR7168611.patch CR7178717.patch \
    76 					 CR7168611.patch CR7178717.patch \
    77 					 CR7175995.patch \
    77 					 CR7175995.patch \
    78 					 CR7186440_ksh93_disable_predictive_editing.patch \
    78 					 CR7186440_ksh93_disable_predictive_editing.patch \
    79 					 CR7128313.patch  Bug15794787,15819673.patch \
    79 					 CR7128313.patch  Bug15794787,15819673.patch \
    80 					 Bug15808407.patch Bug17714341.patch \
    80 					 Bug15808407.patch Bug17714341.patch \
    81 					 17432413.patch
    81 					 17432413.patch 17824699.patch
    82 
    82 
    83 # Fixup HOSTTYPE to match uname output and bits
    83 # Fixup HOSTTYPE to match uname output and bits
    84 HOSTTYPE32=sol11.$(shell uname -p)
    84 HOSTTYPE32=sol11.$(shell uname -p)
    85 HOSTTYPE64=sol11.$(shell uname -p)-64
    85 HOSTTYPE64=sol11.$(shell uname -p)-64
    86 
    86