[vsipl++] [patch] Fix benchmark install; fix ref-impl tests for MCOE
Don McCoy
don at codesourcery.com
Tue May 22 21:25:37 UTC 2007
Jules Bergmann wrote:
> Index: benchmarks/GNUmakefile.inc.in
> ===================================================================
> --- benchmarks/GNUmakefile.inc.in (revision 171918)
> +++ benchmarks/GNUmakefile.inc.in (working copy)
> @@ -80,7 +80,7 @@
> rm -f $(benchmarks_targets) $(benchmarks_static_targets)
>
> # Install benchmark source code and executables
> -install::
> +install:: benchmarks
> $(INSTALL) -d $(DESTDIR)$(pkgdatadir)/benchmarks
> $(INSTALL) -d $(DESTDIR)$(pkgdatadir)/benchmarks/lapack
> $(INSTALL) -d $(DESTDIR)$(pkgdatadir)/benchmarks/ipp
>
Similarly, will we need something like this for
benchmarks/hpec_kernel/GNUmakefile.inc.in?
install:: hpec_kernel
Idly, I wonder if 'make' shouldn't make whatever 'make install'
needs... Or is there no hard-and-fast rule there?
--
Don McCoy
don (at) CodeSourcery
(888) 776-0262 / (650) 331-3385, x712
More information about the vsipl++
mailing list