On 06/10/16 16:31, sf...@users.sourceforge.net wrote:
> OmegaPhil:
>> OK, applying 4647760 then 3557ce3 on top of 92d857b results in the
>> following build failure (from the usual make all call from the top
>> directory):
> 
> Thanx for testing.
> Would you test this patch?
> 
> J. R. Okajima
> 
> diff --git a/Makefile b/Makefile
> index 298ae05..3838f0e 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -66,7 +66,7 @@ define test_glibc
>               echo no; } |\
>               tee ${LastTestGlibc})
>  endef
> -$(filter-out clean, ${MAKECMDGOALS}): \
> +$(filter-out clean, ${MAKECMDGOALS} all): \
>       $(eval Glibc=$(call test_glibc, ${CC}, ver.c))
>  #$(warning Glibc=${Glibc})


Great, make all works, and make install triggers no compilation (so the
non-hacked checkinstall command works again).


Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot

Reply via email to