Commit b9a204cf authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
temporary:
tar xf dejagnu-1.6.1.tar.gz
cd dejagnu-1.6.1 && ./configure --prefix=/tools
$(MAKE) -C dejagnu-1.6.1 install
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C dejagnu-1.6.1 check ; \
fi
rm -rf dejagnu-1.6.1
temporary
/tools/.*
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment