Ignore:
Timestamp:
2021-10-23T18:47:29+13:00 (3 years ago)
Author:
davidb
Message:

Text/commment/echo/README tidy up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/rk-setup.bash

    r35673 r35682  
    1919# so that any compiled Java code is backwards compatible with Java v1.8
    2020
     21# To fully support backward compatible compilation need to specfiy
     22# -bootclasspath in addition to -source and -target
     23
    2124# Note: Given the way autoconf/configure uses 'eval' to test for
    2225#       javac, then the usual technique of double-quoting (e.g.) the
     
    2629#       is that we need to resort to backlash escaping any spaces
    2730#       to keep things on track
    28 
    29 # Given the way the bootclasspath developed to needing multiple jar
    30 # files, no longer use RK_HOME_BACKSLASH_ESCAPED.  But the
    31 # principle still applies
    32 
    33 ##export RK_HOME_BACKSLASH_ESCAPED=`echo $RK_HOME | sed 's/ /\\\\ /g'`
    3431
    3532jrt_home_dir="$RK_HOME/shared/core/java-rt"
Note: See TracChangeset for help on using the changeset viewer.