components/ksh93/Makefile
changeset 1154 077a95a65162
parent 1079 f86b9f7aa5e7
child 1167 d9893d2bc7c8
equal deleted inserted replaced
1153:984eb3d32e04 1154:077a95a65162
    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, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 PARFAIT_BUILD=no
    23 PARFAIT_BUILD=no
    24 
    24 
    25 include ../../make-rules/shared-macros.mk
    25 include ../../make-rules/shared-macros.mk
    26 
    26 
    75 					 CR7019368.patch CR6729252.patch \
    75 					 CR7019368.patch CR6729252.patch \
    76 					 MAP_TYPE_64_Bits.patch CR7167466.patch \
    76 					 MAP_TYPE_64_Bits.patch CR7167466.patch \
    77 					 CR7168611.patch CR7178717.patch \
    77 					 CR7168611.patch CR7178717.patch \
    78 					 CR7175995.patch \
    78 					 CR7175995.patch \
    79 					 CR7186440_ksh93_disable_predictive_editing.patch \
    79 					 CR7186440_ksh93_disable_predictive_editing.patch \
    80 					 CR7128313.patch 
    80 					 CR7128313.patch  Bug15794787,15819673.patch
    81 
    81 
    82 # Fixup HOSTTYPE to match uname output and bits
    82 # Fixup HOSTTYPE to match uname output and bits
    83 HOSTTYPE32=sol11.$(shell uname -p)
    83 HOSTTYPE32=sol11.$(shell uname -p)
    84 HOSTTYPE64=sol11.$(shell uname -p)-64
    84 HOSTTYPE64=sol11.$(shell uname -p)-64
    85 
    85