Changeset 35574


Ignore:
Timestamp:
2021-10-13T23:33:18+13:00 (3 years ago)
Author:
davidb
Message:

No longer want JAVACFLAGS set to default vals if not already set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/makegli.sh

    r35566 r35574  
    5454fi
    5555
    56 if [ "x$JAVACFLAGS" = "x" ] ; then
    57     JAVACFLAGS="-source 1.6 -target 1.6"
    58 fi
     56# The following is now explicitly set in the Release Kit
     57#if [ "x$JAVACFLAGS" = "x" ] ; then
     58#    JAVACFLAGS="-source 1.6 -target 1.6"
     59#fi
    5960
    6061# https://stackoverflow.com/questions/15492948/javac-source-and-target-options
Note: See TracChangeset for help on using the changeset viewer.