mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
Tue Jun 23 14:55:05 1998 Mike Stump <mrs@wrs.com>
* Makefile.am (install-exec-local): Don't let EXEEXT interfere with the program transform name. * Makefile.in: Rebuild.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Tue Jun 23 14:55:05 1998 Mike Stump <mrs@wrs.com>
|
||||||
|
|
||||||
|
* Makefile.am (install-exec-local): Don't let EXEEXT interfere
|
||||||
|
with the program transform name.
|
||||||
|
* Makefile.in: Rebuild.
|
||||||
|
|
||||||
Tue Jun 23 11:08:53 1998 Nick Clifton <nickc@cygnus.com>
|
Tue Jun 23 11:08:53 1998 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
* readelf.c: Rewrite to use fopen/fread ratehr than mmap.
|
* readelf.c: Rewrite to use fopen/fread ratehr than mmap.
|
||||||
|
@ -157,7 +157,7 @@ objcopy_SOURCES = objcopy.c not-strip.c $(WRITE_DEBUG_SRCS) $(BULIBS)
|
|||||||
strings_SOURCES = strings.c $(BULIBS)
|
strings_SOURCES = strings.c $(BULIBS)
|
||||||
|
|
||||||
readelf_SOURCES = readelf.c version.c
|
readelf_SOURCES = readelf.c version.c
|
||||||
readelf_LDADD = $(INTLLIBS)
|
readelf_LDADD = $(INTLLIBS) $(LIBIBERTY)
|
||||||
|
|
||||||
strip_new_SOURCES = objcopy.c is-strip.c $(WRITE_DEBUG_SRCS) $(BULIBS)
|
strip_new_SOURCES = objcopy.c is-strip.c $(WRITE_DEBUG_SRCS) $(BULIBS)
|
||||||
|
|
||||||
@ -328,8 +328,8 @@ CLEANFILES = dep.sed .dep .dep1
|
|||||||
install-exec-local: $(bin_PROGRAMS) $(noinst_PROGRAMS)
|
install-exec-local: $(bin_PROGRAMS) $(noinst_PROGRAMS)
|
||||||
@list='$(noinst_PROGRAMS)'; for p in $$list; do \
|
@list='$(noinst_PROGRAMS)'; for p in $$list; do \
|
||||||
if test -f $$p; then \
|
if test -f $$p; then \
|
||||||
echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/-new//'|sed '$(transform)'`"; \
|
echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
|
||||||
$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/-new//'|sed '$(transform)'`; \
|
$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
|
||||||
else :; fi; \
|
else :; fi; \
|
||||||
done
|
done
|
||||||
$(mkinstalldirs) $(tooldir)/bin
|
$(mkinstalldirs) $(tooldir)/bin
|
||||||
|
@ -207,7 +207,7 @@ objcopy_SOURCES = objcopy.c not-strip.c $(WRITE_DEBUG_SRCS) $(BULIBS)
|
|||||||
strings_SOURCES = strings.c $(BULIBS)
|
strings_SOURCES = strings.c $(BULIBS)
|
||||||
|
|
||||||
readelf_SOURCES = readelf.c version.c
|
readelf_SOURCES = readelf.c version.c
|
||||||
readelf_LDADD = $(INTLLIBS)
|
readelf_LDADD = $(INTLLIBS) $(LIBIBERTY)
|
||||||
|
|
||||||
strip_new_SOURCES = objcopy.c is-strip.c $(WRITE_DEBUG_SRCS) $(BULIBS)
|
strip_new_SOURCES = objcopy.c is-strip.c $(WRITE_DEBUG_SRCS) $(BULIBS)
|
||||||
|
|
||||||
@ -327,7 +327,7 @@ addr2line_LDADD = $(LDADD)
|
|||||||
addr2line_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
|
addr2line_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
|
||||||
addr2line_LDFLAGS =
|
addr2line_LDFLAGS =
|
||||||
readelf_OBJECTS = readelf.o version.o
|
readelf_OBJECTS = readelf.o version.o
|
||||||
readelf_DEPENDENCIES =
|
readelf_DEPENDENCIES = ../libiberty/libiberty.a
|
||||||
readelf_LDFLAGS =
|
readelf_LDFLAGS =
|
||||||
nm_new_OBJECTS = nm.o bucomm.o version.o filemode.o
|
nm_new_OBJECTS = nm.o bucomm.o version.o filemode.o
|
||||||
nm_new_LDADD = $(LDADD)
|
nm_new_LDADD = $(LDADD)
|
||||||
@ -1100,8 +1100,8 @@ mostlyclean-local:
|
|||||||
install-exec-local: $(bin_PROGRAMS) $(noinst_PROGRAMS)
|
install-exec-local: $(bin_PROGRAMS) $(noinst_PROGRAMS)
|
||||||
@list='$(noinst_PROGRAMS)'; for p in $$list; do \
|
@list='$(noinst_PROGRAMS)'; for p in $$list; do \
|
||||||
if test -f $$p; then \
|
if test -f $$p; then \
|
||||||
echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/-new//'|sed '$(transform)'`"; \
|
echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
|
||||||
$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/-new//'|sed '$(transform)'`; \
|
$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
|
||||||
else :; fi; \
|
else :; fi; \
|
||||||
done
|
done
|
||||||
$(mkinstalldirs) $(tooldir)/bin
|
$(mkinstalldirs) $(tooldir)/bin
|
||||||
|
Reference in New Issue
Block a user