* mkvers.sh: Fix sed usage for older seds.
This commit is contained in:
parent
fb84fe4cbb
commit
32454a4817
@ -1,3 +1,7 @@
|
|||||||
|
Wed Jun 21 01:02:38 2000 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
|
* mkvers.sh: Fix sed usage for older seds.
|
||||||
|
|
||||||
Tue Jun 20 20:46:28 2000 Christopher Faylor <cgf@cygnus.com>
|
Tue Jun 20 20:46:28 2000 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
* Makefile.in: Don't touch winver_stamp if mkvers.sh was unsuccessful.
|
* Makefile.in: Don't touch winver_stamp if mkvers.sh was unsuccessful.
|
||||||
|
@ -111,8 +111,9 @@ fi
|
|||||||
# These strings are strictly for use by a user to scan the DLL for
|
# These strings are strictly for use by a user to scan the DLL for
|
||||||
# interesting information.
|
# interesting information.
|
||||||
#
|
#
|
||||||
(sed -n -e 's%#define CYGWIN_\(INFO\|VERSION\)_\([A-Z_]*\)[ ][ ]*\([a-zA-Z0-9"][^/]*\).*%_\2\
|
(sed -n -e 's%#define CYGWIN_INFO_\([A-Z_]*\)[ ][ ]*\([a-zA-Z0-9"][^/]*\).*%_\1\
|
||||||
\3%p' $incfile | sed -e 's/["\\]//g' -e '/^_/y/ABCDEFGHIJKLMNOPQRSTUVWXYZ_/abcdefghijklmnopqrstuvwxyz /';
|
\2%p' -e 's%#define CYGWIN_VERSION_\([A-Z_]*\)[ ][ ]*\([a-zA-Z0-9"][^/]*\).*%_\1\
|
||||||
|
\2%p' $incfile | sed -e 's/["\\]//g' -e '/^_/y/ABCDEFGHIJKLMNOPQRSTUVWXYZ_/abcdefghijklmnopqrstuvwxyz /';
|
||||||
echo ' build date'; echo $build_date; [ -n "$cvs_tag" ] && echo "$cvs_tag";\
|
echo ' build date'; echo $build_date; [ -n "$cvs_tag" ] && echo "$cvs_tag";\
|
||||||
[ -n "$snapshot" ] && echo "$snapshot"
|
[ -n "$snapshot" ] && echo "$snapshot"
|
||||||
) | while read var; do
|
) | while read var; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user