Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1131)

Unified Diff: gdb/testsuite/gdb.perf/Makefile.in

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/testsuite/gdb.perf/Makefile ('k') | gdb/testsuite/gdb.perf/backtrace.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/testsuite/gdb.perf/Makefile.in
diff --git a/gdb/testsuite/gdb.disasm/Makefile.in b/gdb/testsuite/gdb.perf/Makefile.in
similarity index 80%
copy from gdb/testsuite/gdb.disasm/Makefile.in
copy to gdb/testsuite/gdb.perf/Makefile.in
index f4830fa9046fde3ad50d6320d562a6e644f26682..2071d12a549e1ba2935b02c6ee273b8dfa5584c1 100644
--- a/gdb/testsuite/gdb.disasm/Makefile.in
+++ b/gdb/testsuite/gdb.perf/Makefile.in
@@ -3,12 +3,13 @@ srcdir = @srcdir@
.PHONY: all clean mostlyclean distclean realclean
+PROGS =
+
all info install-info dvi install uninstall installcheck check:
@echo "Nothing to be done for $@..."
clean mostlyclean:
- -rm -f *.o *.diff *~ *.bad core h8300s hppa mn10300 sh3
- -rm -f *.dwo *.dwp
+ -rm -f *.o *.diff *~ core $(PROGS)
distclean maintainer-clean realclean: clean
-rm -f Makefile config.status config.log gdb.log gdb.sum
« no previous file with comments | « gdb/testsuite/gdb.perf/Makefile ('k') | gdb/testsuite/gdb.perf/backtrace.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698