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

Side by Side Diff: gdb/testsuite/gdb.java/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.hp/gdb.objdbg/objdbg04.exp ('k') | gdb/testsuite/gdb.java/jmain.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 srcdir = @srcdir@ 1 srcdir = @srcdir@
2 VPATH = @srcdir@ 2 VPATH = @srcdir@
3 3
4 all info install-info dvi install uninstall installcheck check: 4 all info install-info dvi install uninstall installcheck check:
5 @echo "Nothing to be done for $@..." 5 @echo "Nothing to be done for $@..."
6 6
7 .SUFFIXES: .java .class .o .exe .exp .check 7 .SUFFIXES: .java .class .o .exe .exp .check
8 8
9 # Do 'make javamisc.check' to run just the javamisc.exp test. 9 # Do 'make javamisc.check' to run just the javamisc.exp test.
10 10
11 .exp.check: 11 .exp.check:
12 rootme=`pwd`/; export rootme; \ 12 rootme=`pwd`/; export rootme; \
13 cd .. ; \ 13 cd .. ; \
14 $(MAKE) just-check RUNTESTFLAGS="${RUNTESTFLAGS} $*.exp" \ 14 $(MAKE) just-check RUNTESTFLAGS="${RUNTESTFLAGS} $*.exp" \
15 EXPECT=${EXPECT} 15 EXPECT=${EXPECT}
16 16
17 clean mostlyclean: 17 clean mostlyclean:
18 -rm -f *.o ${OBJS} *.class *.exe *~ core jmain jmisc jnpe jprint 18 -rm -f *.o ${OBJS} *.class *.exe *~ core jmain jmisc jnpe jprint
19 -rm -f *.dwo *.dwp
19 20
20 distclean maintainer-clean realclean: clean 21 distclean maintainer-clean realclean: clean
21 -rm -f Makefile config.status config.log gdb.log gdb.sum 22 -rm -f Makefile config.status config.log gdb.log gdb.sum
OLDNEW
« no previous file with comments | « gdb/testsuite/gdb.hp/gdb.objdbg/objdbg04.exp ('k') | gdb/testsuite/gdb.java/jmain.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698