* gdb.opt/Makefile.in: Fix whitespace.
This commit is contained in:
parent
c5818ff112
commit
66d0bbc7b8
@ -1,3 +1,7 @@
|
|||||||
|
2008-04-17 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
|
* gdb.opt/Makefile.in: Fix whitespace.
|
||||||
|
|
||||||
2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
|
2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* gdb.threads/linux-dp.exp: Continue after unrecognized lines.
|
* gdb.threads/linux-dp.exp: Continue after unrecognized lines.
|
||||||
|
@ -6,19 +6,19 @@ EXECUTABLES = hello/hello
|
|||||||
MISCELLANEOUS =
|
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:
|
||||||
-find . -name '*.o' -print | xargs rm -f
|
-find . -name '*.o' -print | xargs rm -f
|
||||||
-find . -name '*.ali' -print | xargs rm -f
|
-find . -name '*.ali' -print | xargs rm -f
|
||||||
-find . -name 'b~*.ad[sb]' -print | xargs rm -f
|
-find . -name 'b~*.ad[sb]' -print | xargs rm -f
|
||||||
-rm -f *~ a.out xgdb *.x *.ci *.tmp
|
-rm -f *~ a.out xgdb *.x *.ci *.tmp
|
||||||
-rm -f *~ *.o a.out xgdb *.x *.ci *.tmp
|
-rm -f *~ *.o a.out xgdb *.x *.ci *.tmp
|
||||||
-rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
|
-rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
|
||||||
-rm -f $(MISCELLANEOUS) twice-tmp.c
|
-rm -f $(MISCELLANEOUS) twice-tmp.c
|
||||||
|
|
||||||
distclean maintainer-clean realclean: clean
|
distclean maintainer-clean realclean: clean
|
||||||
-rm -f *~ core
|
-rm -f *~ core
|
||||||
-rm -f Makefile config.status config.log
|
-rm -f Makefile config.status config.log
|
||||||
-rm -f *-init.exp
|
-rm -f *-init.exp
|
||||||
-rm -fr *.log summary detail *.plog *.sum *.psum site.*
|
-rm -fr *.log summary detail *.plog *.sum *.psum site.*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user