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

Side by Side Diff: gdb/testsuite/gdb.reverse/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.python/python.exp ('k') | gdb/testsuite/gdb.reverse/amd64-tailcall-reverse.S » ('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 EXECUTABLES = break-reverse consecutive-reverse finish-reverse \ 4 EXECUTABLES = break-reverse consecutive-reverse finish-reverse \
5 i386-precsave i386-reverse i386-sse-reverse \ 5 i386-precsave i386-reverse i386-sse-reverse \
6 machinestate solib-reverse step-reverse until-reverse \ 6 machinestate solib-reverse step-reverse until-reverse \
7 watch-reverse sigall-reverse sigall-precsave 7 watch-reverse sigall-reverse sigall-precsave
8 8
9 MISCELLANEOUS = 9 MISCELLANEOUS =
10 10
11 all info install-info dvi install uninstall installcheck check: 11 all info install-info dvi install uninstall installcheck check:
12 @echo "Nothing to be done for $@..." 12 @echo "Nothing to be done for $@..."
13 13
14 clean mostlyclean: 14 clean mostlyclean:
15 rm -f *~ *.o *.x *.ci *.sl a.out core 15 rm -f *~ *.o *.x *.ci *.sl a.out core
16 rm -f *.dwo *.dwp
16 rm -f $(EXECUTABLES) $(MISCELLANEOUS) 17 rm -f $(EXECUTABLES) $(MISCELLANEOUS)
17 18
18 distclean maintainer-clean realclean: clean 19 distclean maintainer-clean realclean: clean
19 rm -f Makefile config.status config.log site.* gdb.log gdb.sum 20 rm -f Makefile config.status config.log site.* gdb.log gdb.sum
20 21
OLDNEW
« no previous file with comments | « gdb/testsuite/gdb.python/python.exp ('k') | gdb/testsuite/gdb.reverse/amd64-tailcall-reverse.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698