The time utility is a program that measures many of the CPU resources, such as time and memory, that other programs use. The GNU version can format the output in arbitrary ways by using a printf-style format string to include various resource measurements.
Although the shell has a builtin command providing similar functionalities, this utility is reuired by the LSB.
This package is known to build and work properly using an LFS-7.9 platform.
Download (HTTP): http://ftp.gnu.org/gnu/time/time-1.7.tar.gz
Download (FTP): ftp://ftp.gnu.org/gnu/time/time-1.7.tar.gz
Download MD5 sum: e38d2b8b34b1ca259cf7b053caac32b3
Download size: 101 KB
Estimated disk space required: 640 KB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/time
Install Time by running the following commands:
sed -i 's/$(ACLOCAL)//' Makefile.in && sed -i 's/lu", ptok ((UL) resp->ru.ru_maxrss)/ld", resp->ru.ru_maxrss/' time.c && ./configure --prefix=/usr --infodir=/usr/share/info && make
This package does not come with a test suite.
Now, as the root
user:
make install
Last updated on 2016-03-03 14:05:00 -0800