[Buildroot] svn commit: trunk/buildroot/package/samba

Peter Korsgaard jacmet at uclibc.org
Fri Dec 12 10:06:26 UTC 2008


>>>>> "egtvedt" == egtvedt  <egtvedt at uclibc.org> writes:

Hi,

 egtvedt> Author: egtvedt
 egtvedt> Date: 2008-12-12 01:29:37 -0800 (Fri, 12 Dec 2008)
 egtvedt> New Revision: 24390

 egtvedt> Log:
 egtvedt> samba: make proto first to allow parallel build afterwards

 egtvedt> This patch fixes parallel build of Samba. The trick is to make proto before
 egtvedt> executing a full make.
 
 egtvedt>  $(SAMBA_DIR)/$(SAMBA_BINARY): $(SAMBA_DIR)/.configured
 egtvedt> -	$(MAKE1) -C $(SAMBA_DIR)
 egtvedt> +	$(MAKE) -C $(SAMBA_DIR) proto

Shouldn't this then be $(MAKE1) ?

 egtvedt> +	$(MAKE) -C $(SAMBA_DIR)

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list