aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2008-04-17 23:06:54 +0000
committerDoug Evans <dje@google.com>2008-04-17 23:06:54 +0000
commit66d0bbc7b8120634202d7df734c6957d2a38e38b (patch)
treee9afa0b3f1c601cba5ca455a9d8d6b6089a4f18b
parentc5818ff112aac72067c827a4a4fad732eae40741 (diff)
downloadgdb-66d0bbc7b8120634202d7df734c6957d2a38e38b.zip
gdb-66d0bbc7b8120634202d7df734c6957d2a38e38b.tar.gz
gdb-66d0bbc7b8120634202d7df734c6957d2a38e38b.tar.bz2
* gdb.opt/Makefile.in: Fix whitespace.
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.opt/Makefile.in24
2 files changed, 16 insertions, 12 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 938fd61..5c4db07 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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>
* gdb.threads/linux-dp.exp: Continue after unrecognized lines.
diff --git a/gdb/testsuite/gdb.opt/Makefile.in b/gdb/testsuite/gdb.opt/Makefile.in
index 17fc130..e8bea9c 100644
--- a/gdb/testsuite/gdb.opt/Makefile.in
+++ b/gdb/testsuite/gdb.opt/Makefile.in
@@ -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.*