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

Side by Side Diff: gdb/testsuite/gdb.ada/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/dg-extract-results.sh ('k') | gdb/testsuite/gdb.ada/aliased_array.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 = \ 4 EXECUTABLES = \
5 array_bounds/bar \ 5 array_bounds/bar \
6 array_return/p \ 6 array_return/p \
7 array_subscript_addr/p \ 7 array_subscript_addr/p \
8 arrayidx/p \ 8 arrayidx/p \
9 arrayparam/foo \ 9 arrayparam/foo \
10 arrayptr/foo \ 10 arrayptr/foo \
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 47
48 all info install-info dvi install uninstall installcheck check: 48 all info install-info dvi install uninstall installcheck check:
49 @echo "Nothing to be done for $@..." 49 @echo "Nothing to be done for $@..."
50 50
51 clean mostlyclean: 51 clean mostlyclean:
52 -find . -name '*.o' -print | xargs rm -f 52 -find . -name '*.o' -print | xargs rm -f
53 -find . -name '*.ali' -print | xargs rm -f 53 -find . -name '*.ali' -print | xargs rm -f
54 -find . -name 'b~*.ad[sb]' -print | xargs rm -f 54 -find . -name 'b~*.ad[sb]' -print | xargs rm -f
55 -rm -f *~ a.out xgdb *.x *.ci *.tmp 55 -rm -f *~ a.out xgdb *.x *.ci *.tmp
56 -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp 56 -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp
57 -find . -name '*.dwo' -print | xargs rm -f
58 -find . -name '*.dwp' -print | xargs rm -f
57 -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES) 59 -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
58 -rm -f $(MISCELLANEOUS) twice-tmp.c 60 -rm -f $(MISCELLANEOUS) twice-tmp.c
59 61
60 distclean maintainer-clean realclean: clean 62 distclean maintainer-clean realclean: clean
61 -rm -f *~ core 63 -rm -f *~ core
62 -rm -f Makefile config.status config.log 64 -rm -f Makefile config.status config.log
63 -rm -f *-init.exp gdb.log gdb.sum 65 -rm -f *-init.exp gdb.log gdb.sum
64 -rm -fr *.log summary detail *.plog *.sum *.psum site.* 66 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
OLDNEW
« no previous file with comments | « gdb/testsuite/dg-extract-results.sh ('k') | gdb/testsuite/gdb.ada/aliased_array.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698