mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-12 10:41:31 +08:00
Add bfd.ilrt.tar.Z "make" rules.
This commit is contained in:
20
Makefile.in
20
Makefile.in
@ -151,8 +151,28 @@ Makefile: $(srcdir)/Makefile.in $(srcdir)/configure
|
|||||||
`if [ "$(srcdir)" != "." ] ; then echo +f; fi` \
|
`if [ "$(srcdir)" != "." ] ; then echo +f; fi` \
|
||||||
$(host) +target=$(target))
|
$(host) +target=$(target))
|
||||||
|
|
||||||
|
#
|
||||||
|
# Build GDB distributions that contain BFD, Include, Libiberty, Readline, etc
|
||||||
|
|
||||||
|
DEVO_SUPPORT= README.configure Makefile.in configure configure.in
|
||||||
|
GDB_SUPPORT_DIRS= bfd include libiberty readline texinfo/fsf/texinfo.tex
|
||||||
|
|
||||||
|
bfd.ilrt.tar.Z: force_update
|
||||||
|
./configure -template=./configure
|
||||||
|
./configure sun4
|
||||||
|
make clean
|
||||||
|
./configure -rm sun4
|
||||||
|
rm -f bfd.ilrt.tar.Z
|
||||||
|
tar cf - $(DEVO_SUPPORT) $(GDB_SUPPORT_DIRS) \
|
||||||
|
| compress -v >bfd.ilrt.tar.Z
|
||||||
|
|
||||||
|
force_update:
|
||||||
|
|
||||||
#
|
#
|
||||||
# $Log$
|
# $Log$
|
||||||
|
# Revision 1.20 1991/07/31 02:47:14 gnu
|
||||||
|
# Add bfd.ilrt.tar.Z "make" rules.
|
||||||
|
#
|
||||||
# Revision 1.19 1991/07/27 07:46:34 rich
|
# Revision 1.19 1991/07/27 07:46:34 rich
|
||||||
# Changes to accomodate using the freshly built bison in place.
|
# Changes to accomodate using the freshly built bison in place.
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user