diff options
author | Per Bothner <per@bothner.com> | 1993-06-23 21:25:42 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1993-06-23 21:25:42 +0000 |
commit | a561909f1165bcde2d8b0565e3ec87af1b53a377 (patch) | |
tree | 2768cca7ac388794a6dfe9195adf91c6a5de3e0d /Makefile.in | |
parent | 4a01dc52940954b75b15369a4afb0af0b19837db (diff) | |
download | gdb-a561909f1165bcde2d8b0565e3ec87af1b53a377.zip gdb-a561909f1165bcde2d8b0565e3ec87af1b53a377.tar.gz gdb-a561909f1165bcde2d8b0565e3ec87af1b53a377.tar.bz2 |
taz rule: Simplify chmod; add xiberty to libg++.tar.gz.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index f70b518..bd78d53 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1106,8 +1106,7 @@ taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex texinfo/gpl.texinfo ln -s ../../texinfo/texinfo.tex proto-toplev/texinfo/ ln -s ../../texinfo/gpl.texinfo proto-toplev/texinfo/ ln -s ../../texinfo/tex3patch proto-toplev/texinfo/ - chmod og=u `find proto-toplev \ - etc $(DEVO_SUPPORT) $(SUPPORT_FILES) $(TOOL) -print` + chmod og=u `find . -print` (VER=`sed <$(TOOL)/Makefile.in -n 's/^VERSION *= *//p'`; \ echo "==> Making $(TOOL)-$$VER.tar.gz"; \ ln -s proto-toplev $(TOOL)-$$VER; \ @@ -1134,7 +1133,7 @@ gas+binutils.tar.gz: $(DIST_SUPPORT) $(GASB_SUPPORT_DIRS) gas $(MAKE) -f Makefile.in taz SUPPORT_FILES="$(GASB_SUPPORT_DIRS)" TOOL=gas .PHONY: libg++.tar.gz -LIBGXX_SUPPORT_DIRS=include libiberty +LIBGXX_SUPPORT_DIRS=include libiberty xiberty libg++.tar.gz: $(DIST_SUPPORT) libg++ $(MAKE) -f Makefile.in taz SUPPORT_FILES="$(LIBGXX_SUPPORT_DIRS)" TOOL=libg++ |