mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-22 16:49:45 +08:00
2003-08-15 Michael Chastain <mec@shout.net>
* src-release (do-proto-toplev): Remove junk files dejagnu/example/calc/config.status, dejagnu/example/calc/config.log.
This commit is contained in:
parent
b723879025
commit
d36496a4ec
@ -1,3 +1,9 @@
|
|||||||
|
2003-08-15 Michael Chastain <mec@shout.net>
|
||||||
|
|
||||||
|
* src-release (do-proto-toplev): Remove junk files
|
||||||
|
dejagnu/example/calc/config.status,
|
||||||
|
dejagnu/example/calc/config.log.
|
||||||
|
|
||||||
2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
|
2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
|
||||||
|
|
||||||
* config-ml.in, symlink-tree: Add license.
|
* config-ml.in, symlink-tree: Add license.
|
||||||
|
@ -160,6 +160,14 @@ do-proto-toplev: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex
|
|||||||
done
|
done
|
||||||
cd etc && $(MAKE) info
|
cd etc && $(MAKE) info
|
||||||
$(MAKE) distclean
|
$(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
|
mkdir proto-toplev/etc
|
||||||
(cd proto-toplev/etc; \
|
(cd proto-toplev/etc; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user