Commit 7b67eb73 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Upgraded dtc to 1.6.0

parent ef6cf78c
all:
tar xf dtc-1.5.0.tar.gz
$(MAKE) -C dtc-1.5.0
tar xf dtc-1.6.0.tar.gz
$(MAKE) -C dtc-1.6.0
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C dtc-1.5.0 check ; \
$(MAKE) -C dtc-1.6.0 check ; \
fi
$(MAKE) -C dtc-1.5.0 PREFIX=/usr install
rm -rf dtc-1.5.0
$(MAKE) -C dtc-1.6.0 PREFIX=/usr install
rm -rf dtc-1.6.0
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