Add *kfreebsd-gnu configuration support
[binutils-gdb.git] / src-release
index b5eca52505e49ee8cffe54ab6f893f8b7fd49f61..78d9f83125485714ba43698ef8febc984d66eabb 100644 (file)
@@ -48,7 +48,8 @@ DEVO_SUPPORT= README Makefile.in configure configure.in \
        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
+       libtool.m4 gettext.m4 ltcf-c.sh ltcf-cxx.sh ltcf-gcj.sh \
+       Makefile.def Makefile.tpl src-release
 
 # Files in devo/etc used in any net release.
 # ChangeLog omitted because it may refer to files which are not in this
@@ -159,6 +160,14 @@ do-proto-toplev: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex
        done
        cd etc && $(MAKE) info
        $(MAKE) distclean
+       # Kludge for pr gdb/708.  'configure' configures in
+       # dejagnu/example/calc, but 'make distclean' does not clean in
+       # dejagnu/example.  Someday somebody might fix this in dejagnu,
+       # and then import a new dejagnu into sourceware.  Right now, a
+       # couple of 'rm' commands will get the gdb snapshots working
+       # again.  -- chastain 2003-08-15
+       rm -f dejagnu/example/calc/config.status
+       rm -f dejagnu/example/calc/config.log
        #
        mkdir proto-toplev/etc
        (cd proto-toplev/etc; \