Kaydet (Commit) f549dc8f authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use realpath to avoid -I options containing symlinks on Cygwin

üst b6066169
...@@ -29,9 +29,9 @@ $(eval $(call gb_Executable_Executable,mkunroll)) ...@@ -29,9 +29,9 @@ $(eval $(call gb_Executable_Executable,mkunroll))
$(eval $(call gb_Executable_set_include,mkunroll,\ $(eval $(call gb_Executable_set_include,mkunroll,\
$$(INCLUDE) \ $$(INCLUDE) \
-I$(SRCDIR)/tools/inc/ \ -I$(realpath $(SRCDIR)/tools/inc) \
-I$(SRCDIR)/tools/inc/pch \ -I$(realpath $(SRCDIR)/tools/inc/pch) \
-I$(SRCDIR)/tools/bootstrp/ \ -I$(realpath $(SRCDIR)/tools/bootstrp) \
)) ))
$(eval $(call gb_Executable_set_cxxflags,mkunroll,\ $(eval $(call gb_Executable_set_cxxflags,mkunroll,\
......
...@@ -29,9 +29,9 @@ $(eval $(call gb_Executable_Executable,rscdep)) ...@@ -29,9 +29,9 @@ $(eval $(call gb_Executable_Executable,rscdep))
$(eval $(call gb_Executable_set_include,rscdep,\ $(eval $(call gb_Executable_set_include,rscdep,\
$$(INCLUDE) \ $$(INCLUDE) \
-I$(SRCDIR)/tools/inc/ \ -I$(realpath $(SRCDIR)/tools/inc) \
-I$(SRCDIR)/tools/inc/pch \ -I$(realpath $(SRCDIR)/tools/inc/pch) \
-I$(SRCDIR)/tools/bootstrp/ \ -I$(realpath $(SRCDIR)/tools/bootstrp) \
)) ))
$(eval $(call gb_Executable_set_cxxflags,rscdep,\ $(eval $(call gb_Executable_set_cxxflags,rscdep,\
......
...@@ -29,9 +29,9 @@ $(eval $(call gb_Executable_Executable,so_checksum)) ...@@ -29,9 +29,9 @@ $(eval $(call gb_Executable_Executable,so_checksum))
$(eval $(call gb_Executable_set_include,so_checksum,\ $(eval $(call gb_Executable_set_include,so_checksum,\
$$(INCLUDE) \ $$(INCLUDE) \
-I$(SRCDIR)/tools/inc/ \ -I$(realpath $(SRCDIR)/tools/inc) \
-I$(SRCDIR)/tools/inc/pch \ -I$(realpath $(SRCDIR)/tools/inc/pch) \
-I$(SRCDIR)/tools/bootstrp/ \ -I$(realpath $(SRCDIR)/tools/bootstrp) \
)) ))
$(eval $(call gb_Executable_set_cxxflags,so_checksum,\ $(eval $(call gb_Executable_set_cxxflags,so_checksum,\
......
...@@ -29,9 +29,9 @@ $(eval $(call gb_Executable_Executable,sspretty)) ...@@ -29,9 +29,9 @@ $(eval $(call gb_Executable_Executable,sspretty))
$(eval $(call gb_Executable_set_include,sspretty,\ $(eval $(call gb_Executable_set_include,sspretty,\
$$(INCLUDE) \ $$(INCLUDE) \
-I$(SRCDIR)/tools/inc/ \ -I$(realpath $(SRCDIR)/tools/inc) \
-I$(SRCDIR)/tools/inc/pch \ -I$(realpath $(SRCDIR)/tools/inc/pch) \
-I$(SRCDIR)/tools/bootstrp/ \ -I$(realpath $(SRCDIR)/tools/bootstrp) \
)) ))
$(eval $(call gb_Executable_set_cxxflags,sspretty,\ $(eval $(call gb_Executable_set_cxxflags,sspretty,\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment