mirror of
https://github.com/krglaws/MyLFS.git
synced 2025-07-22 01:13:07 +00:00
15 lines
161 B
Bash
15 lines
161 B
Bash
# Gperf Phase 4
|
|
./configure --prefix=/usr --docdir=/usr/share/doc/gperf-3.1
|
|
|
|
make
|
|
|
|
if $RUN_TESTS
|
|
then
|
|
set +e
|
|
make -j1 check
|
|
set -e
|
|
fi
|
|
|
|
make install
|
|
|