Commit 511a3fd2 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Upgraded mc to 4.8.26

parent c832425a
all: all:
tar xf mc-4.8.24.tar.xz tar xf mc-4.8.26.tar.xz
cd mc-4.8.24 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --sysconfdir=/etc --enable-charset --with-screen=ncurses cd mc-4.8.26 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --sysconfdir=/etc --enable-charset --with-screen=ncurses
$(MAKE) -C mc-4.8.24 $(MAKE) -C mc-4.8.26
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \ if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C mc-4.8.24 check ; \ $(MAKE) -C mc-4.8.26 check ; \
fi fi
$(MAKE) -C mc-4.8.24 install $(MAKE) -C mc-4.8.26 install
rm -rf mc-4.8.24 rm -rf mc-4.8.26
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