You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2014/07/22 20:58:56 UTC

[1/2] git commit: Add runtime/c to dev env PATH under Cygwin

Repository: lucy-clownfish
Updated Branches:
  refs/heads/mingw-fixes 8b685dccf -> 293ccb6cf


Add runtime/c to dev env PATH under Cygwin


Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/dccf7255
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/dccf7255
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/dccf7255

Branch: refs/heads/mingw-fixes
Commit: dccf7255246d9356cffdd6e4ccf183b16c08ce48
Parents: 8b685dc
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Tue Jul 22 20:47:21 2014 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Tue Jul 22 20:47:21 2014 +0200

----------------------------------------------------------------------
 devel/bin/setup_env.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/dccf7255/devel/bin/setup_env.sh
----------------------------------------------------------------------
diff --git a/devel/bin/setup_env.sh b/devel/bin/setup_env.sh
index 64efe54..377e62c 100644
--- a/devel/bin/setup_env.sh
+++ b/devel/bin/setup_env.sh
@@ -75,7 +75,7 @@ export PERL5LIB=`add_to_path "$PERL5LIB" "$runtime_dir/perl/blib/arch"`
 export PERL5LIB=`add_to_path "$PERL5LIB" "$runtime_dir/perl/blib/lib"`
 
 case `uname` in
-    MINGW*)
+    MINGW*|CYGWIN*)
         export PATH=`add_to_path "$PATH" "$runtime_dir/c"`
 	;;
     Darwin*)


[2/2] git commit: Update .gitignore for Cygwin

Posted by nw...@apache.org.
Update .gitignore for Cygwin


Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/293ccb6c
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/293ccb6c
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/293ccb6c

Branch: refs/heads/mingw-fixes
Commit: 293ccb6cf1398f6276a9a061ddcaa21258ba8ce1
Parents: dccf725
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Tue Jul 22 20:48:13 2014 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Tue Jul 22 20:48:13 2014 +0200

----------------------------------------------------------------------
 runtime/c/.gitignore | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/293ccb6c/runtime/c/.gitignore
----------------------------------------------------------------------
diff --git a/runtime/c/.gitignore b/runtime/c/.gitignore
index afe808f..be4fa86 100644
--- a/runtime/c/.gitignore
+++ b/runtime/c/.gitignore
@@ -6,6 +6,7 @@
 /charmonizer
 /charmonizer.exe
 /charmony.h
+/cygcfish-*.dll
 /libcfish-*.dll
 /libcfish.*.dylib
 /libcfish.dylib