From d10e7da9901af2aec78e7bcd33ad20e95ef097ab Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Thu, 15 Nov 2018 20:04:20 +0000 Subject: Binutils and other compressors also included in pipeline To have better control over the build, GNU Binutils, Bzip2, GNU Gzip, and XZ Utils have also been added to the pipeline. Some other minor cleanups and fixes were also implemented throughout the process. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index ab098a7..d60a34b 100755 --- a/configure +++ b/configure @@ -456,7 +456,7 @@ echo echo "Please run the following command to start." echo "(Replace '8' with the number of CPU threads)" echo -echo " .local/bin/make -j8" +echo " ./.local/bin/make -j8" echo echo "To change the configuration later, please re-run './configure'," echo "DO NOT manually edit the relevant files." -- cgit v1.2.1