Commit 2cc1b253 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Upgraded expat to 2.4.1

parent f18e9be3
all: all:
tar xf expat-2.2.9.tar.xz tar xf expat-2.4.1.tar.xz
cd expat-2.2.9 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --disable-static cd expat-2.4.1 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --disable-static
$(MAKE) -C expat-2.2.9 $(MAKE) -C expat-2.4.1
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \ if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C expat-2.2.9 check ; \ $(MAKE) -C expat-2.4.1 check ; \
fi fi
$(MAKE) -C expat-2.2.9 install $(MAKE) -C expat-2.4.1 install
cd expat-2.2.9 && install -v -m755 -d /usr/share/doc/expat-2.2.9 cd expat-2.4.1 && install -v -m755 -d /usr/share/doc/expat-2.4.1
cd expat-2.2.9 && install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-2.2.9 cd expat-2.4.1 && install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-2.4.1
rm -rf expat-2.2.9 rm -rf expat-2.4.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