< prev index next >

make/jdk/netbeans/common/make.xml

Print this page
rev 59102 : imported patch build

*** 31,41 **** SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <project name="make" basedir=".."> ! <target name="-make.init" depends="-init,-pre-init.linux,-pre-init.macosx,-pre-init.solaris,-pre-init.windows,-pre-init.macosx"> <property name="make.options" value=""/> <!-- default, can be overridden per user or per project --> </target> <target name="-pre-init.linux" if="os.linux"> <property name="platform" value="linux"/> --- 31,41 ---- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <project name="make" basedir=".."> ! <target name="-make.init" depends="-init,-pre-init.linux,-pre-init.macosx,-pre-init.windows,-pre-init.macosx"> <property name="make.options" value=""/> <!-- default, can be overridden per user or per project --> </target> <target name="-pre-init.linux" if="os.linux"> <property name="platform" value="linux"/>
*** 45,59 **** <target name="-pre-init.macosx" if="os.macosx"> <property name="platform" value="macosx"/> <property name="make" value="make"/> </target> - <target name="-pre-init.solaris" if="os.solaris"> - <property name="platform" value="solaris"/> - <property name="make" value="gmake"/> - </target> - <target name="-pre-init.windows" if="os.windows"> <property name="platform" value="windows"/> <property name="make" value="c:/cygwin/bin/make"/> </target> --- 45,54 ----
< prev index next >