Commit bb05b59c authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated dejagnu to 1.6.2

parent b9a204cf
temporary:
tar xf dejagnu-1.6.1.tar.gz
cd dejagnu-1.6.1 && ./configure --prefix=/tools
$(MAKE) -C dejagnu-1.6.1 install
tar xf dejagnu-1.6.2.tar.gz
cd dejagnu-1.6.2 && ./configure --prefix=/tools
$(MAKE) -C dejagnu-1.6.2 install
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C dejagnu-1.6.1 check ; \
$(MAKE) -C dejagnu-1.6.2 check ; \
fi
rm -rf dejagnu-1.6.1
rm -rf dejagnu-1.6.2
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