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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 VPATH = @srcdir@ 1 VPATH = @srcdir@
2 srcdir = @srcdir@ 2 srcdir = @srcdir@
3 3
4 .PHONY: all clean mostlyclean distclean realclean 4 .PHONY: all clean mostlyclean distclean realclean
5 5
6 PROGS = ax backtrace deltrace infotrace packetlen passc-dyn passcount \ 6 PROGS = ax backtrace deltrace disconnected-tracing infotrace packetlen \
7 » report save-trace tfile tfind tracecmd tsv unavailable while-dyn \ 7 » passc-dyn passcount report save-trace tfile tfind tracecmd tsv \
8 » while-stepping 8 » unavailable while-dyn while-stepping
9 9
10 all info install-info dvi install uninstall installcheck check: 10 all info install-info dvi install uninstall installcheck check:
11 @echo "Nothing to be done for $@..." 11 @echo "Nothing to be done for $@..."
12 12
13 clean mostlyclean: 13 clean mostlyclean:
14 -rm -f actions circ collection 14 -rm -f actions circ collection
15 -rm -f *.o *.diff *~ *.bad core sh3 hppa mn10300 $(PROGS) 15 -rm -f *.o *.diff *~ *.bad core sh3 hppa mn10300 $(PROGS)
16 -rm -f *.dwo *.dwp
16 17
17 distclean maintainer-clean realclean: clean 18 distclean maintainer-clean realclean: clean
18 -rm -f Makefile config.status config.log gdb.log gdb.sum 19 -rm -f Makefile config.status config.log gdb.log gdb.sum
OLDNEW
« 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