Commit 13f7153d authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated dtc to 1.5.0

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