summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2011-07-07 15:58:37 -0500
committerAndrew J. Geissler <andrewg@us.ibm.com>2011-07-07 16:13:21 -0500
commit7740d2203ece79dbbfe9bc3dca52bec408c6c1f6 (patch)
treea3441d610da6a21534a18d404566538459469477 /config.mk
parent9ada6b493e33fe43057b03897d57f2ad931d219f (diff)
downloadtalos-hostboot-7740d2203ece79dbbfe9bc3dca52bec408c6c1f6.tar.gz
talos-hostboot-7740d2203ece79dbbfe9bc3dca52bec408c6c1f6.zip
Fix race condition in build gen_pass
Change-Id: I6c82365d31a2aabc7a4c559b05aecb236d7e026a Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/189 Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Tested-by: Jenkins Server
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 8fd7c4f55..a12e2035c 100644
--- a/config.mk
+++ b/config.mk
@@ -230,5 +230,9 @@ cscope: code_pass
cscope -bqk)
ifneq ($(MAKECMDGOALS),clean)
+ifneq ($(MAKECMDGOALS),gen_pass)
+ifneq ($(MAKECMDGOALS),GEN_PASS)
include $(OBJECTS:.o=.dep)
endif
+endif
+endif
OpenPOWER on IntegriCloud