qLinux
… a distribution study


<< Prev
Man-DB-2.9.4

Next >>
Patch-2.7.6


Make-4.3

Reference: 8.64. Make-4.3. Fix the build system:

patch -Np1 -i /_sources/patches/make-4.3-bld-20220210.patch

Apply a patch to fit the qLinux filesystem layout:

patch -Np1 -i /_sources/patches/make-4.3-src-20220210.patch

Apply a patch to fix the testsuite:

patch -Np1 -i /_sources/patches/make-4.3-tst-20220210.patch

Prepare make for compilation:

./configure --prefix=/qlnx \
            --includedir=/qlnx/inc \
            --mandir=/qlnx/man \
            --infodir=$LFS/tmp

Build the package:

make

If desired run the testsuite:

make check

Install [i9make:

make install

<< Prev
Man-DB-2.9.4

        

Next >>
Patch-2.7.6