Megatest

linksrc.sh at [a5e90cd118]
Login

File mkdeploy/tests/executables/linksrc.sh artifact aeb7742b04 part of check-in a5e90cd118


#!/bin/bash -e

rm -f *.scm *.o Makefile
ln -s $BUILDDIR/*.scm .
ln -s $BUILDDIR/Makefile .
ls Makefile *.scm