Commit 1c5b23b4 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf inetutils-1.9.4.tar.xz
cd inetutils-1.9.4 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --localstatedir=/var --disable-logger --disable-whois --disable-rcp --disable-rexec --disable-rlogin --disable-rsh --disable-servers
$(MAKE) -C inetutils-1.9.4
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C inetutils-1.9.4 check ; \
fi
$(MAKE) -C inetutils-1.9.4 install
mv -v /usr/bin/{hostname,ping,ping6,traceroute} /bin
mv -v /usr/bin/ifconfig /sbin
rm -rf inetutils-1.9.4
bin
/bin/.*
/sbin/.*
/usr/bin/.*
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