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

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

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.pascal/types.exp ('k') | gdb/testsuite/gdb.perf/Makefile.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/testsuite/gdb.perf/Makefile
diff --git a/gdb/testsuite/gdb.disasm/Makefile.in b/gdb/testsuite/gdb.perf/Makefile
similarity index 71%
copy from gdb/testsuite/gdb.disasm/Makefile.in
copy to gdb/testsuite/gdb.perf/Makefile
index f4830fa9046fde3ad50d6320d562a6e644f26682..d6d873f110f3a1b6f29f71a11e9520722b3e00a7 100644
--- a/gdb/testsuite/gdb.disasm/Makefile.in
+++ b/gdb/testsuite/gdb.perf/Makefile
@@ -1,14 +1,15 @@
-VPATH = @srcdir@
-srcdir = @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.pascal/types.exp ('k') | gdb/testsuite/gdb.perf/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698