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

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

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 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.threads/watchthreads2.exp ('k') | gdb/testsuite/gdb.trace/actions.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/testsuite/gdb.trace/Makefile.in
diff --git a/gdb/testsuite/gdb.trace/Makefile.in b/gdb/testsuite/gdb.trace/Makefile.in
index 7e719e246069859d61771f0262e086625b9a53fd..8a7d523da2b968ac66d3a5582d691b88cb07d7cb 100644
--- a/gdb/testsuite/gdb.trace/Makefile.in
+++ b/gdb/testsuite/gdb.trace/Makefile.in
@@ -3,9 +3,9 @@ srcdir = @srcdir@
.PHONY: all clean mostlyclean distclean realclean
-PROGS = ax backtrace deltrace infotrace packetlen passc-dyn passcount \
- report save-trace tfile tfind tracecmd tsv unavailable while-dyn \
- while-stepping
+PROGS = ax backtrace deltrace disconnected-tracing infotrace packetlen \
+ passc-dyn passcount report save-trace tfile tfind tracecmd tsv \
+ unavailable while-dyn while-stepping
all info install-info dvi install uninstall installcheck check:
@echo "Nothing to be done for $@..."
@@ -13,6 +13,7 @@ all info install-info dvi install uninstall installcheck check:
clean mostlyclean:
-rm -f actions circ collection
-rm -f *.o *.diff *~ *.bad core sh3 hppa mn10300 $(PROGS)
+ -rm -f *.dwo *.dwp
distclean maintainer-clean realclean: clean
-rm -f Makefile config.status config.log gdb.log gdb.sum
« no previous file with comments | « gdb/testsuite/gdb.threads/watchthreads2.exp ('k') | gdb/testsuite/gdb.trace/actions.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698