equal
deleted
inserted
replaced
142 ANT_OPTIONS += -Dimport.jdk=$(JDK_TOPDIR) |
142 ANT_OPTIONS += -Dimport.jdk=$(JDK_TOPDIR) |
143 else |
143 else |
144 ifdef ALT_JDK_TOPDIR |
144 ifdef ALT_JDK_TOPDIR |
145 ANT_OPTIONS += -Dimport.jdk=$(ALT_JDK_TOPDIR) |
145 ANT_OPTIONS += -Dimport.jdk=$(ALT_JDK_TOPDIR) |
146 else |
146 else |
147 ifdef ALT_JDK_IMPORT_DIR |
147 ifdef ALT_JDK_IMPORT_PATH |
148 ANT_OPTIONS += -Dimport.jdk=$(ALT_JDK_IMPORT_DIR) |
148 ANT_OPTIONS += -Dimport.jdk=$(ALT_JDK_IMPORT_PATH) |
149 endif |
149 endif |
150 endif |
150 endif |
151 endif |
151 endif |
152 |
152 |
153 ifdef ALT_OUTPUTDIR |
153 ifdef ALT_OUTPUTDIR |