diff options
author | Christopher Faylor <me@cgf.cx> | 2000-06-24 16:31:36 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-06-24 16:31:36 +0000 |
commit | 92b3b0a6ad364b3f0d8726668f964a1ee10691a5 (patch) | |
tree | 0317b237e541d2a71ff1be45ded1505a6f89dcde /winsup/cygwin/mkvers.sh | |
parent | b19f72a2db9c61f960268b358a9e5e50eebf2490 (diff) | |
download | cygnal-92b3b0a6ad364b3f0d8726668f964a1ee10691a5.tar.gz cygnal-92b3b0a6ad364b3f0d8726668f964a1ee10691a5.tar.bz2 cygnal-92b3b0a6ad364b3f0d8726668f964a1ee10691a5.zip |
* shared.cc (shared_info::initialize): Improve error message clarity.
* mkvers.sh: Eliminate debugging output.
Diffstat (limited to 'winsup/cygwin/mkvers.sh')
-rwxr-xr-x | winsup/cygwin/mkvers.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/mkvers.sh b/winsup/cygwin/mkvers.sh index da9688a51..84cb87d31 100755 --- a/winsup/cygwin/mkvers.sh +++ b/winsup/cygwin/mkvers.sh @@ -172,5 +172,4 @@ fi echo "Version $cygwin_ver" set -$- $builddate -set -x exec $windres --include-dir $dir/../w32api/include --include-dir $dir/include --define CYGWIN_BUILD_DATE="$1" --define CYGWIN_BUILD_TIME="$2" --define CYGWIN_VERSION='"'"$cygwin_ver"'"' $rcfile winver.o |