refs: $(tests:%=%/ref)
-############################################################
-# Link and copy files in ./results/* to generate checked
-# checked files for new hardware/compiler platform.
-#
-# It is expected that the tests are run with ./compare being
-# sym-linked to a suitable existing result directory.
-#
-# The current subdirectory must exist there.
-############################################################
-new-platform: output run-tests
- csh ../newplatform.csh $(WORKDIR) $(TARGET)+$(GXX-VERSION)
-
############################################################
# Cleanup targets
############################################################
+++ /dev/null
-touch ../results/$2/$1/.cvsignore
-foreach f (*.output)
- if (-e $f:r.OK) then
- set old=`ls -l ../compare | perl -p -e 's/.*results\///;'`
- pushd ../results/$2/$1
- ln -s ../../$old/$1/$f $f
- echo $f >> .cvsignore
- popd
- else
- pushd ../results/$2/$1
- cp =1/$f .
- cvs add $f
- popd
- endif
-end
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams