mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
* Makefile.in: When making tar file, remove texinfo/*,
except for texinfo/texinfo.tex.
This commit is contained in:
@ -383,6 +383,7 @@ $(DIST_NAME).tar.Z:
|
|||||||
make diststuff -f Makefile.in
|
make diststuff -f Makefile.in
|
||||||
cd ../ld; make diststuff -f Makefile.in
|
cd ../ld; make diststuff -f Makefile.in
|
||||||
cd ../gprof; make diststuff -f Makefile.in
|
cd ../gprof; make diststuff -f Makefile.in
|
||||||
|
cd ../texinfo; mv texinfo.tex ..; rm -rf *; mv ../texinfo.tex .
|
||||||
cd ../..; tar chf - $(DIST_NAME) | compress >$(DIST_NAME).tar.Z
|
cd ../..; tar chf - $(DIST_NAME) | compress >$(DIST_NAME).tar.Z
|
||||||
rm -rf ../../$(DIST_NAME)
|
rm -rf ../../$(DIST_NAME)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user