mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
2004-01-16 Ben Elliston <bje@wasabisystems.com>
* gdb.arch/Makefile.in (MISCELLANEOUS): Remove. (clean mostlyclean): Remove empty rm.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2004-01-16 Ben Elliston <bje@wasabisystems.com>
|
||||||
|
|
||||||
|
* gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
|
||||||
|
(clean mostlyclean): Remove empty rm.
|
||||||
|
|
||||||
2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
|
2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
|
||||||
|
|
||||||
* gdb.base/setvar.exp: Add copyright years.
|
* gdb.base/setvar.exp: Add copyright years.
|
||||||
|
@ -3,15 +3,12 @@ srcdir = @srcdir@
|
|||||||
|
|
||||||
EXECUTABLES = altivec-abi altivec-regs
|
EXECUTABLES = altivec-abi altivec-regs
|
||||||
|
|
||||||
MISCELLANEOUS =
|
|
||||||
|
|
||||||
all info install-info dvi install uninstall installcheck check:
|
all info install-info dvi install uninstall installcheck check:
|
||||||
@echo "Nothing to be done for $@..."
|
@echo "Nothing to be done for $@..."
|
||||||
|
|
||||||
clean mostlyclean:
|
clean mostlyclean:
|
||||||
-rm -f *~ *.o a.out *.x *.ci *.tmp
|
-rm -f *~ *.o a.out *.x *.ci *.tmp
|
||||||
-rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
|
-rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
|
||||||
-rm -f $(MISCELLANEOUS)
|
|
||||||
|
|
||||||
distclean maintainer-clean realclean: clean
|
distclean maintainer-clean realclean: clean
|
||||||
-rm -f *~ core
|
-rm -f *~ core
|
||||||
|
Reference in New Issue
Block a user