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

Side by Side Diff: gdb/testsuite/gdb.arch/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.ada/whatis_array_val/pck.ads ('k') | gdb/testsuite/gdb.arch/alpha-step.exp » ('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 = altivec-abi altivec-regs amd64-byte amd64-disp-step amd64-dword \ 4 EXECUTABLES = altivec-abi altivec-regs amd64-byte amd64-disp-step amd64-dword \
5 amd64-entry-value amd64-i386-address amd64-word i386-bp_permanent \ 5 amd64-entry-value amd64-i386-address amd64-word i386-bp_permanent \
6 i386-permbkpt i386-avx i386-signal i386-sse 6 i386-permbkpt i386-avx i386-signal i386-sse
7 7
8 all info install-info dvi install uninstall installcheck check: 8 all info install-info dvi install uninstall installcheck check:
9 @echo "Nothing to be done for $@..." 9 @echo "Nothing to be done for $@..."
10 10
11 clean mostlyclean: 11 clean mostlyclean:
12 -rm -f *~ *.o a.out *.x *.ci *.tmp gcore.test system-gcore 12 -rm -f *~ *.o a.out *.x *.ci *.tmp gcore.test system-gcore
13 -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES) 13 -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
14 -rm -f *.dwo *.dwp
14 15
15 distclean maintainer-clean realclean: clean 16 distclean maintainer-clean realclean: clean
16 -rm -f *~ core 17 -rm -f *~ core
17 -rm -f Makefile config.status config.log 18 -rm -f Makefile config.status config.log
18 -rm -f *-init.exp gdb.log gdb.sum 19 -rm -f *-init.exp gdb.log gdb.sum
19 -rm -fr *.log summary detail *.plog *.sum *.psum site.* 20 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
OLDNEW
« no previous file with comments | « gdb/testsuite/gdb.ada/whatis_array_val/pck.ads ('k') | gdb/testsuite/gdb.arch/alpha-step.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698