Commit 4d656661 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf automake-1.16.1.tar.xz
cd automake-1.16.1 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --docdir=/usr/share/doc/automake-1.16.1
$(MAKE) -C automake-1.16.1
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C automake-1.16.1 check ; \
fi
$(MAKE) -C automake-1.16.1 install
rm -rf automake-1.16.1
bin
/usr/bin/.*
/usr/share/aclocal/.*
/usr/share/aclocal-1.16/.*
/usr/share/automake-1.16/.*
doc
/usr/share/doc/.*
info
/usr/share/info/.*
man
/usr/share/man/.*
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