Commit f8560fdd authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Upgraded dtc to 1.6.1

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