* [commit] gdb.opt/Makefile.in: Fix whitespace.
@ 2008-04-17 23:31 Doug Evans
0 siblings, 0 replies; only message in thread
From: Doug Evans @ 2008-04-17 23:31 UTC (permalink / raw)
To: gdb-patches
Checked in as obvious. spaces were used instead of tabs.
2008-04-17 Doug Evans <dje@google.com>
* gdb.opt/Makefile.in: Fix whitespace.
Index: gdb.opt/Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.opt/Makefile.in,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 Makefile.in
--- gdb.opt/Makefile.in 25 Oct 2007 20:30:26 -0000 1.1
+++ gdb.opt/Makefile.in 17 Apr 2008 23:05:42 -0000
@@ -6,19 +6,19 @@ EXECUTABLES = hello/hello
MISCELLANEOUS =
all info install-info dvi install uninstall installcheck check:
- @echo "Nothing to be done for $@..."
+ @echo "Nothing to be done for $@..."
clean mostlyclean:
- -find . -name '*.o' -print | xargs rm -f
- -find . -name '*.ali' -print | xargs rm -f
- -find . -name 'b~*.ad[sb]' -print | xargs rm -f
- -rm -f *~ 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 $(MISCELLANEOUS) twice-tmp.c
+ -find . -name '*.o' -print | xargs rm -f
+ -find . -name '*.ali' -print | xargs rm -f
+ -find . -name 'b~*.ad[sb]' -print | xargs rm -f
+ -rm -f *~ 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 $(MISCELLANEOUS) twice-tmp.c
distclean maintainer-clean realclean: clean
- -rm -f *~ core
- -rm -f Makefile config.status config.log
- -rm -f *-init.exp
- -rm -fr *.log summary detail *.plog *.sum *.psum site.*
+ -rm -f *~ core
+ -rm -f Makefile config.status config.log
+ -rm -f *-init.exp
+ -rm -fr *.log summary detail *.plog *.sum *.psum site.*
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-04-17 23:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-17 23:31 [commit] gdb.opt/Makefile.in: Fix whitespace Doug Evans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox