This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC 1/3] New make target 'check-perf' and new dir gdb.perf


Yao> +check-perf: all $(abs_builddir)/site.exp
Yao> +	@if test ! -d gdb.perf; then mkdir gdb.perf; fi

Is this line really needed?
Just curious.  I was thinking perhaps the parallel-mode approach to
outputs is preferable, but when running the perf tests parallel doesn't
make a whole lot of sense.

Yao> +	$(DO_RUNTEST) --direcotry=gdb.perf --outdir gdb.perf $(RUNTESTFLAGS)

Typo, "--directory".

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]