makefile.mk (752c0af7) makefile.mk (607db26b)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 35 unchanged lines hidden (view full) ---

44TARFILE_MD5=17410483b5b5f267aa18b7e00b65e6e0
45
46TARFILE_ROOTDIR=hsqldb
47
48CONVERTFILES=build$/build.xml \
49 src$/org$/hsqldb$/persist$/HsqlDatabaseProperties.java \
50 src$/org$/hsqldb$/Library.java
51
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 35 unchanged lines hidden (view full) ---

44TARFILE_MD5=17410483b5b5f267aa18b7e00b65e6e0
45
46TARFILE_ROOTDIR=hsqldb
47
48CONVERTFILES=build$/build.xml \
49 src$/org$/hsqldb$/persist$/HsqlDatabaseProperties.java \
50 src$/org$/hsqldb$/Library.java
51
52PATCH_FILES=patches$/i96823.patch \
53 patches$/i97032.patch \
54 patches$/i103528.patch \
55 patches$/i104901.patch
52PATCH_FILES=patches$/i121754.patch
56
57.IF "$(JAVACISGCJ)"=="yes"
58JAVA_HOME=
59.EXPORT : JAVA_HOME
60BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -Dbuild.compiler=gcj -f $(ANT_BUILDFILE) jar
61.ELSE
62.IF "$(debug)"!=""
63BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -Dbuild.debug="on" -f $(ANT_BUILDFILE) jar

--- 16 unchanged lines hidden ---
53
54.IF "$(JAVACISGCJ)"=="yes"
55JAVA_HOME=
56.EXPORT : JAVA_HOME
57BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -Dbuild.compiler=gcj -f $(ANT_BUILDFILE) jar
58.ELSE
59.IF "$(debug)"!=""
60BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -Dbuild.debug="on" -f $(ANT_BUILDFILE) jar

--- 16 unchanged lines hidden ---