diff options
author | Christopher Faylor <me@cgf.cx> | 2003-05-29 03:50:15 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-05-29 03:50:15 +0000 |
commit | b666c2eb34f4f75e14229740f5f2de2d6d6c674f (patch) | |
tree | 633e4165f5b51fde3e73349f1670d8fa35095975 /winsup/cygwin/mkvers.sh | |
parent | 72c1470d67d975abc6be3aa114c7932f63b413fa (diff) | |
download | cygnal-b666c2eb34f4f75e14229740f5f2de2d6d6c674f.tar.gz cygnal-b666c2eb34f4f75e14229740f5f2de2d6d6c674f.tar.bz2 cygnal-b666c2eb34f4f75e14229740f5f2de2d6d6c674f.zip |
* mkvers.sh: Avoid "-dontuse" tags.
* path.cc (path_conv::check): Set exec state based on known situations.
* path.cc (mount_item::fnmunge): New function.
(mount_item::build_win32): New function.
(mount_info::conv_to_win32_path): Use build_win32 to build windows path.
* path.h (mount_item::fnmunge): Declare new function.
(mount_item::build_win32): Ditto.
* sys/mount.h (MOUNT_ENC): Define.
Diffstat (limited to 'winsup/cygwin/mkvers.sh')
-rwxr-xr-x | winsup/cygwin/mkvers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/mkvers.sh b/winsup/cygwin/mkvers.sh index d14deb166..85d016b92 100755 --- a/winsup/cygwin/mkvers.sh +++ b/winsup/cygwin/mkvers.sh @@ -84,7 +84,7 @@ fn=`basename $incfile` # if it exists, will contain the name of the sticky tag associated with # the current build. Save that for output later. # -cvs_tag="`sed 's%^.\(.*\)%\1%' $dir/CVS/Tag 2>/dev/null`" +cvs_tag="`sed -e '/dontuse/d' -e 's%^.\(.*\)%\1%' $dir/CVS/Tag 2>/dev/null`" wv_cvs_tag="$cvs_tag" [ -n "$cvs_tag" ] && cvs_tag=" CVS tag"' |