makefile.mk (2407af08) | makefile.mk (e2f0c31b) |
---|---|
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 --- 26 unchanged lines hidden (view full) --- 35 36.INCLUDE : antsettings.mk 37 38TAR!:=$(GNUTAR) 39 40.IF "$(SOLAR_JAVA)" != "" && "$(ENABLE_MEDIAWIKI)" == "YES" 41# --- Files -------------------------------------------------------- 42 | 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 --- 26 unchanged lines hidden (view full) --- 35 36.INCLUDE : antsettings.mk 37 38TAR!:=$(GNUTAR) 39 40.IF "$(SOLAR_JAVA)" != "" && "$(ENABLE_MEDIAWIKI)" == "YES" 41# --- Files -------------------------------------------------------- 42 |
43TARFILE_NAME=commons-lang-2.3-src 44TARFILE_MD5=2ae988b339daec234019a7066f96733e | 43TARFILE_NAME=commons-lang-2.4-src 44TARFILE_MD5=625ff5f2f968dd908bca43c9469d6e6b |
45 | 45 |
46TARFILE_ROOTDIR=commons-lang-2.3-src | 46TARFILE_ROOTDIR=commons-lang-2.4-src |
47 48#PATCH_FILES=$(PRJ)$/patches$/logging.patch 49 50#CONVERTFILES=build.xml 51 | 47 48#PATCH_FILES=$(PRJ)$/patches$/logging.patch 49 50#CONVERTFILES=build.xml 51 |
52OUT2CLASS=dist$/commons-lang-2.3.jar | 52OUT2CLASS=dist$/commons-lang-2.4.jar |
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 59BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -f $(ANT_BUILDFILE) jar 60.ENDIF --- 12 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 59BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -f $(ANT_BUILDFILE) jar 60.ENDIF --- 12 unchanged lines hidden --- |