12e5b6d6dSopenharmony_ci# Copyright (C) 2016 and later: Unicode, Inc. and others. 22e5b6d6dSopenharmony_ci# License & terms of use: http://www.unicode.org/copyright.html 32e5b6d6dSopenharmony_ci# Copyright (C) 2006-2011, International Business Machines Corporation 42e5b6d6dSopenharmony_ci# and others. All Rights Reserved. 52e5b6d6dSopenharmony_ci# 62e5b6d6dSopenharmony_ci# Use "test -x" instead of "test -f" most of the time. 72e5b6d6dSopenharmony_ci# due to how executables are created in a different file system. 82e5b6d6dSopenharmony_cis/as_executable_p="test -f"/as_executable_p="test -x"/g 92e5b6d6dSopenharmony_cis/test -f "$ac_file"/test -x "$ac_file"/g 102e5b6d6dSopenharmony_cis/test -f $ac_dir\/install-sh/test -x $ac_dir\/install-sh/g 112e5b6d6dSopenharmony_cis/test -f $ac_dir\/install.sh/test -x $ac_dir\/install.sh/g 122e5b6d6dSopenharmony_cis/test -f $ac_dir\/shtool/test -x $ac_dir\/shtool/g 132e5b6d6dSopenharmony_ci# Use the more efficient del instead of rm command. 142e5b6d6dSopenharmony_cis/rm[ ]*-r[ ]*-f/del -f/g 152e5b6d6dSopenharmony_cis/rm[ ]*-f[ ]*-r/del -f/g 162e5b6d6dSopenharmony_cis/rm[ ]*-rf/del -f/g 172e5b6d6dSopenharmony_cis/rm[ ]*-fr/del -f/g 182e5b6d6dSopenharmony_cis/rm[ ]*-f/del -f/g 192e5b6d6dSopenharmony_ci##don't clean up some awks for debugging 202e5b6d6dSopenharmony_ci#s/[ ]*del -f [^ ]*.awk/#&/ 212e5b6d6dSopenharmony_ci# Borne shell isn't always available on i5/OS 222e5b6d6dSopenharmony_cis/\/bin\/sh/\/usr\/bin\/qsh/g 232e5b6d6dSopenharmony_ci# no diff in qsh the equivalent is cmp 242e5b6d6dSopenharmony_cis/ diff / cmp -s /g 252e5b6d6dSopenharmony_ci## srl 262e5b6d6dSopenharmony_ci# trouble w/ redirects. 272e5b6d6dSopenharmony_cis% >&$3%%g 282e5b6d6dSopenharmony_cis% >&$4% >$4%g 292e5b6d6dSopenharmony_cis%^ac_cr=%# AWK reads ASCII, not EBCDIC\ 302e5b6d6dSopenharmony_citouch -C 819 $tmp/defines.awk $tmp/subs.awk $tmp/subs1.awk conf$$subs.awk\ 312e5b6d6dSopenharmony_ci\ 322e5b6d6dSopenharmony_ci&% 332e5b6d6dSopenharmony_ci##OBSOLETE 342e5b6d6dSopenharmony_ci#(REPLACED BY CPP in runConfigureICU) Use -c qpponly instead of -E to enable the preprocessor on the compiler 352e5b6d6dSopenharmony_ci#s/\$CC -E/\$CC -c -qpponly/g 36