Hi!
> This patch fixes parallel build error. When use parallel build
> 
> with -j16 or -j8, $(CRITICAL_MAKEFILES) are created as empty file
> 
> because generate-makefiles is called several times. So need to
> 
> disable parallel build.
> 
> The following code can guarantee sequencial building.
> 
> .NOTPARALLEL: $(CRITICAL_MAKEFILES)

The problem is that Open Posix Testsuite should stuck with POSIX make.
At least we promise that we will not break it actively. Now the 2008
POSIX make still does not support the idea of parallel build. I will
have a look what will other than GNU make implementations do with such
rule. If it would be ignored then we are fine adding it, if not we will
have to figure out how to detect GNU make and add the line accordingly.

-- 
Cyril Hrubis
chru...@suse.cz

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to