diff options
author | Hannes Domani <ssbssa@yahoo.de> | 2022-12-19 17:29:27 +0100 |
---|---|---|
committer | Hannes Domani <ssbssa@yahoo.de> | 2022-12-20 20:43:26 +0100 |
commit | a444d5309de3070cf385962b877c0b9a895274a6 (patch) | |
tree | 8e9a859dbbdbc14ecd9f7a8dd25ec7bc0984288a /zlib/example.c | |
parent | a47dacc45bd8538e0a4c687e3d11468a51519a55 (diff) | |
download | gdb-a444d5309de3070cf385962b877c0b9a895274a6.zip gdb-a444d5309de3070cf385962b877c0b9a895274a6.tar.gz gdb-a444d5309de3070cf385962b877c0b9a895274a6.tar.bz2 |
Fix install-strip target
The libtool patch broke install-strip of gdb:
/bin/sh ../../gdb/../mkinstalldirs /src/gdb/inst/share/gdb/python/gdb
transformed_name=`t='s,y,y,'; \
echo gdb | sed -e "$t"` ; \
if test "x$transformed_name" = x; then \
transformed_name=gdb ; \
else \
true ; \
fi ; \
/bin/sh ../../gdb/../mkinstalldirs /src/gdb/inst/bin ; \
/bin/sh ./libtool --mode=install STRIPPROG='strip' /bin/sh /src/gdb/gdb.git/install-sh -c -s \
gdb \
/src/gdb/inst/bin/$transformed_name ; \
/bin/sh ../../gdb/../mkinstalldirs /src/gdb/inst/include/gdb ; \
/usr/bin/install -c -m 644 jit-reader.h /src/gdb/inst/include/gdb/jit-reader.h
libtool: install: `/src/gdb/inst/bin/gdb' is not a directory
libtool: install: Try `libtool --help --mode=install' for more information.
Since INSTALL_PROGRAM_ENV is no longer at the beginning of the command, the
gdb executable is not installed with install-strip.
Diffstat (limited to 'zlib/example.c')
0 files changed, 0 insertions, 0 deletions