make/Makefile

changeset 54
ec634b3aa302
parent 52
db35452e8965
child 83
2752d8bd4142
equal deleted inserted replaced
48:12f178e7737f 54:ec634b3aa302
110 110
111 ifndef TARGET_JAVA 111 ifndef TARGET_JAVA
112 TARGET_JAVA = java 112 TARGET_JAVA = java
113 endif 113 endif
114 114
115 NO_PROPRIETARY_API_WARNINGS = -XDignore.symbol.file=true
116
117 SELF = $(lastword $(MAKEFILE_LIST)) 115 SELF = $(lastword $(MAKEFILE_LIST))
118 116
119 # for jdk, we generate the following: 117 # for jdk, we generate the following:
120 # dist/lib/classes.jar: 118 # dist/lib/classes.jar:
121 # corba recompiled to run on the target JDK, 119 # corba recompiled to run on the target JDK,

mercurial