Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2014-02-04 04:31:53 +0400
committerOliver Schneider <oliver@assarbad.net>2014-02-04 04:31:53 +0400
commit03fa22e4cb53816895da8b23f8097c1ed2345413 (patch)
tree923622207e47d433422e5530f69c1cc65888b7f7
parent57878d15aaf0899866c127b7ee87b31dcbffb8b2 (diff)
src\actions\make\make_cpp.lua
--HG-- branch : fix_issue214
-rw-r--r--src/actions/make/make_cpp.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/make/make_cpp.lua b/src/actions/make/make_cpp.lua
index 44c5b2a..4caf055 100644
--- a/src/actions/make/make_cpp.lua
+++ b/src/actions/make/make_cpp.lua
@@ -324,6 +324,7 @@
function cpp.pchrules(prj)
_p('ifneq (,$(PCH))')
+ _p('.NOTPARALLEL: $(GCH) $(PCH)')
_p('$(GCH): $(PCH)')
_p('\t@echo $(notdir $<)')