* mkvers.sh: Properly trap exit removal of temp file. Remove debugging
statement.
This commit is contained in:
parent
84cf3d22e3
commit
e48a8ed6ec
@ -1,3 +1,8 @@
|
||||
Sat Aug 12 01:47:28 2000 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* mkvers.sh: Properly trap exit removal of temp file. Remove debugging
|
||||
statement.
|
||||
|
||||
Sat Aug 12 01:37:56 2000 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* poll.cc: Make winsup.h the first include file, re 2000-08-02 change.
|
||||
|
@ -10,7 +10,6 @@
|
||||
# details.
|
||||
|
||||
exec 9> version.cc
|
||||
trap "rm -f /tmp/version.cc" 1 2 15
|
||||
|
||||
#
|
||||
# Arg 1 is the name of the version include file
|
||||
@ -172,5 +171,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
|
||||
$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
|
||||
|
Loading…
Reference in New Issue
Block a user