Commit 9b6d348b authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated mc to 4.8.22

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