Apply Bruno de Bus's patch to record the ARM mapping symbol state on a per-
[deliverable/binutils-gdb.git] / src-release
index 403ce147c5cbaaa51d0796d2fed53402c4c22329..42d5c205ee35c446361b8bb8a1c5afcaf425cdd1 100644 (file)
@@ -45,7 +45,6 @@ PWD = $${PWDCMD-pwd}
 # distribution (perhaps it would be better to include it anyway).
 DEVO_SUPPORT= README Makefile.in configure configure.in \
        config.guess config.if config.sub config move-if-change \
-       mpw-README mpw-build.in mpw-config.in mpw-configure mpw-install \
        COPYING COPYING.LIB install-sh config-ml.in symlink-tree \
        mkinstalldirs ltconfig ltmain.sh missing ylwrap \
        libtool.m4 gettext.m4 ltcf-c.sh ltcf-cxx.sh ltcf-gcj.sh \
@@ -208,11 +207,14 @@ do-proto-toplev: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex
        -rm -f $(PACKAGE)-$(VER)
        ln -s proto-toplev $(PACKAGE)-$(VER)
 
+CVS_NAMES= \( -name CVS -o -name '.cvsignore' \)
+
 .PHONY: do-tar
 do-tar:
        echo "==> Making $(PACKAGE)-$(VER).tar"
        -rm -f $(PACKAGE)-$(VER).tar
-       find $(PACKAGE)-$(VER) -follow -name CVS -prune -o -type f -print \
+       find $(PACKAGE)-$(VER) -follow $(CVS_NAMES) -prune \
+                       -o -type f -print \
                | tar cTfh - $(PACKAGE)-$(VER).tar
 
 .PHONY: do-bz2
@@ -224,7 +226,8 @@ do-bz2:
 .PHONY: do-md5sum
 do-md5sum:
        echo "==> Adding md5 checksum to top-level directory"
-       cd proto-toplev && find * -follow -name CVS -prune -o -type f -print \
+       cd proto-toplev && find * -follow $(CVS_NAMES) -prune \
+                       -o -type f -print \
                | xargs $(MD5PROG) > ../md5.sum
        mv md5.sum proto-toplev
 
This page took 0.023357 seconds and 4 git commands to generate.