[Pkg-cli-apps-commits] [fsharp] 61/71: Fix inconsistent naming of fsiAnyCpu
Christopher Halse Rogers
raof-guest at moszumanska.debian.org
Fri Jan 17 05:18:15 UTC 2014
This is an automated email from the git hooks/post-receive script.
raof-guest pushed a commit to tag 3.1.0
in repository fsharp.
commit 96b028f824365c118fbdcc5faeb8611a5c7d68a1
Author: Andrea Canciani <ranma42 at gmail.com>
Date: Mon Dec 23 23:06:10 2013 +0100
Fix inconsistent naming of fsiAnyCpu
On case-sensitive filesystems the
CopyDeployFilesToOutputDirectoryPreserveNewest step of the build of
fsiAnyCpu would fail because fsiAnyCpu.exe.config was named
fsiAnyCPU.exe.config:
/usr/lib/mono/4.0/Microsoft.Common.targets: error : Cannot copy
.../fsharp/src/fsharp/fsiAnyCpu/fsiAnyCpu.exe.config to
.../fsharp/lib/release/fsiAnyCpu.exe.config, as the source file
doesn't exist.
Renaming it and the fsproj makes camel-case use more consistent and
fixes the error.
---
src/fsharp/fsiAnyCpu/{FsiAnyCPU.fsproj => FsiAnyCpu.fsproj} | 0
src/fsharp/fsiAnyCpu/{fsiAnyCPU.exe.config => fsiAnyCpu.exe.config} | 0
2 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/src/fsharp/fsiAnyCpu/FsiAnyCPU.fsproj b/src/fsharp/fsiAnyCpu/FsiAnyCpu.fsproj
similarity index 100%
rename from src/fsharp/fsiAnyCpu/FsiAnyCPU.fsproj
rename to src/fsharp/fsiAnyCpu/FsiAnyCpu.fsproj
diff --git a/src/fsharp/fsiAnyCpu/fsiAnyCPU.exe.config b/src/fsharp/fsiAnyCpu/fsiAnyCpu.exe.config
similarity index 100%
rename from src/fsharp/fsiAnyCpu/fsiAnyCPU.exe.config
rename to src/fsharp/fsiAnyCpu/fsiAnyCpu.exe.config
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/fsharp.git
More information about the Pkg-cli-apps-commits
mailing list