Hi,

On 11/09/14 00:27, Christoph Egger wrote:
>  MAKEFLAGS=-j4 make MACHINE_ARCH=amd64 -DWITHOUT_SOURCELESS 
> -DWITHOUT_CLANG_IS_CC WERROR= -DWITHOUT_CTF -DWITHOUT_KERNEL_SYMBOLS       
> -DWITHOUT_SSP CC=clang-3.4 -C flavor-10.1-0-amd64/sys/modules/aic7xxx/ 
> firmware
> ( cd aicasm ; make aicasm )
> ( cd ahd ; make ahdfirmware )
> ( cd ahc ; make ahcfirmware )
> ../aicasm/aicasm ...

That's due to -j4, right?  It would have built aicasm first otherwise.

> I think this should be fixed by
> 
> Index: sys/modules/aic7xxx/Makefile
> ===================================================================
> --- sys/modules/aic7xxx/Makefile      (revision 271306)
> +++ sys/modules/aic7xxx/Makefile      (working copy)
> @@ -8,10 +8,10 @@
>  aicasm/aicasm:
>       ( cd ${.CURDIR}/aicasm ; ${MAKE} aicasm )
>  
> -ahdfirmware:
> +ahdfirmware: aicasm/aicasm
>       ( cd ${.CURDIR}/ahd ; ${MAKE} ahdfirmware )
>  
> -ahcfirmware:
> +ahcfirmware: aicasm/aicasm
>       ( cd ${.CURDIR}/ahc ; ${MAKE} ahcfirmware )
>  
>  cleanfirmware:

Looks right, yes.  If you're able to finish building with -j4, please
continue with the upload and commit that fix.

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org


-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5410dfb2.7020...@pyro.eu.org

Reply via email to