You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2016/06/07 09:42:25 UTC

commons-crypto git commit: Get this working on Cygwin.

Repository: commons-crypto
Updated Branches:
  refs/heads/master 13f9c053a -> 7e38041fe


Get this working on Cygwin.

Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/7e38041f
Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/7e38041f
Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/7e38041f

Branch: refs/heads/master
Commit: 7e38041fe567a5cba6aaf452a843921ce1660069
Parents: 13f9c05
Author: ggregory <gg...@apache.org>
Authored: Tue Jun 7 02:42:20 2016 -0700
Committer: ggregory <gg...@apache.org>
Committed: Tue Jun 7 02:42:20 2016 -0700

----------------------------------------------------------------------
 Makefile.common | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/7e38041f/Makefile.common
----------------------------------------------------------------------
diff --git a/Makefile.common b/Makefile.common
index e303741..6c6bd46 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -15,6 +15,10 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
+
+# Comment in if using Cygwin:
+#SHELL:=/bin/bash
+
 TARGET:=target
 SRC:=src/main/java
 SRC_NATIVE:=src/main/native
@@ -24,7 +28,6 @@ ifndef JAVA_HOME
 $(error Set JAVA_HOME environment variable)
 endif
 
-
 JAVA  := "$$JAVA_HOME/bin/java"
 JAVAC := "$$JAVA_HOME/bin/javac"
 JAVAH := "$$JAVA_HOME/bin/javah"