mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
* 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>
|
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.
|
* poll.cc: Make winsup.h the first include file, re 2000-08-02 change.
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
# details.
|
# details.
|
||||||
|
|
||||||
exec 9> version.cc
|
exec 9> version.cc
|
||||||
trap "rm -f /tmp/version.cc" 1 2 15
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Arg 1 is the name of the version include file
|
# Arg 1 is the name of the version include file
|
||||||
@ -172,5 +171,4 @@ fi
|
|||||||
|
|
||||||
echo "Version $cygwin_ver"
|
echo "Version $cygwin_ver"
|
||||||
set -$- $builddate
|
set -$- $builddate
|
||||||
set -x
|
$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
|
||||||
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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user