[llvm-commits] [test-suite] r79329 - in /test-suite/trunk: ./ External/SPEC/CINT2000/186.crafty/ External/SPEC/CINT2000/197.parser/ External/SPEC/CINT2000/253.perlbmk/ External/SPEC/CINT2000/254.gap/ External/SPEC/CINT2006/400.perlbench/ External/SPEC/CINT2006/403.gcc/ External/SPEC/CINT2006/462.libquantum/ External/SPEC/CINT2006/483.xalancbmk/ MultiSource/Applications/ MultiSource/Applications/ClamAV/ MultiSource/Applications/minisat/ MultiSource/Benchmarks/Prolangs-C/archie-client/ SingleSource/ SingleSource/UnitTest...

Julien Lerouge jlerouge at apple.com
Thu Aug 20 23:40:24 PDT 2009


On Tue, Aug 18, 2009 at 10:09:37AM +0000, Anton Korobeynikov wrote:
> ==============================================================================
> --- test-suite/trunk/SingleSource/Makefile (original)
> +++ test-suite/trunk/SingleSource/Makefile Tue Aug 18 05:09:35 2009
> @@ -1,6 +1,6 @@
>  LEVEL = ..
>  
> -PARALLEL_DIRS  = UnitTests Regression Benchmarks
> +PARALLEL_DIRS  = UnitTests Regression Benchmarks CustomChecked
>  
>  LDFLAGS += -lm

Hello Anton,

Seems like the CustomChecked folder is empty. It's causing errors on
make clean:

rm -f report.*.raw.out report.*.txt report.*.html report.*.tex
report.*.csv
cp:
/Users/julien/buildbot/llvm-src/projects/llvm-test/SingleSource/CustomChecked/Makefile:
No such file or directory
make[2]: *** No rule to make target `clean'.  Stop.
make[1]: *** [CustomChecked/.makeclean] Error 2
make: *** [SingleSource/.makeclean] Error 2

Should it be kept in the PARALLEL_DIRS ? What is it used for ? If it has
to be kept around, can we put a Makefile in there to not break the clean
target ?

Thanks,
Julien

-- 
Julien Lerouge
PGP Key Id: 0xB1964A62
PGP Fingerprint: 392D 4BAD DB8B CE7F 4E5F FA3C 62DB 4AA7 B196 4A62
PGP Public Key from: keyserver.pgp.com



More information about the llvm-commits mailing list