From 53c9cb7de8763b6e121d45cbdc75feff3bf49866 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 10 Oct 2009 14:55:18 +0000 Subject: [PATCH] Inhibit building the qla2x00t targets in parallel because this produces incorrect results. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1191 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qla2x00t/Makefile b/qla2x00t/Makefile index 8efb4ff27..a4a5878fd 100644 --- a/qla2x00t/Makefile +++ b/qla2x00t/Makefile @@ -3,6 +3,10 @@ qla2xxx-y := qla_os.o qla_init.o qla_mbx.o qla_iocb.o qla_isr.o qla_gs.o \ obj-$(CONFIG_SCSI_QLA_FC) += qla2xxx.o +# The qla2xxx-orig/% targets are not built correctly when parallel building +# (make -j...) is enabled, so disable parallel builds. +.NOTPARALLEL: + clean: rm -f *.o *.ko .*.cmd *.mod.c .*.d .depend *~ Modules.symvers \ Module.symvers Module.markers modules.order