summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-03-05 19:02:10 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-03-10 21:23:20 +0100
commit84b3f7b345eabf3995e4d51055e8d4e26479a6e2 (patch)
tree830a61b90e7b4778534ef88373528caa5d037b33 /tools
parent156202b06270a90a4b73370d04401486145076d2 (diff)
gbuild: get rid of realpath in gb_Foo_set_include
Diffstat (limited to 'tools')
-rw-r--r--tools/CppunitTest_tools_test.mk2
-rw-r--r--tools/Executable_mkunroll.mk4
-rw-r--r--tools/Executable_rscdep.mk4
-rw-r--r--tools/Executable_so_checksum.mk4
-rw-r--r--tools/Library_tl.mk4
5 files changed, 9 insertions, 9 deletions
diff --git a/tools/CppunitTest_tools_test.mk b/tools/CppunitTest_tools_test.mk
index c347e12f4861..27b53d856de9 100644
--- a/tools/CppunitTest_tools_test.mk
+++ b/tools/CppunitTest_tools_test.mk
@@ -55,7 +55,7 @@ $(eval $(call gb_CppunitTest_add_linked_static_libs,tools_test, \
$(eval $(call gb_CppunitTest_set_include,tools_test,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/tools/inc) \
+ -I$(SRCDIR)/tools/inc \
))
# vim: set noet sw=4 ts=4:
diff --git a/tools/Executable_mkunroll.mk b/tools/Executable_mkunroll.mk
index 199c0a338c0d..3b5d4379121f 100644
--- a/tools/Executable_mkunroll.mk
+++ b/tools/Executable_mkunroll.mk
@@ -30,8 +30,8 @@ $(eval $(call gb_Executable_Executable,mkunroll))
$(eval $(call gb_Executable_set_include,mkunroll,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/tools/inc) \
- -I$(realpath $(SRCDIR)/tools/bootstrp) \
+ -I$(SRCDIR)/tools/inc \
+ -I$(SRCDIR)/tools/bootstrp \
))
$(eval $(call gb_Executable_add_defs,mkunroll,\
diff --git a/tools/Executable_rscdep.mk b/tools/Executable_rscdep.mk
index 4fe9da2d2d22..720d466d6b22 100644
--- a/tools/Executable_rscdep.mk
+++ b/tools/Executable_rscdep.mk
@@ -29,8 +29,8 @@
$(eval $(call gb_Executable_Executable,rscdep))
$(eval $(call gb_Executable_set_include,rscdep,\
- -I$(realpath $(SRCDIR)/tools/bootstrp) \
- -I$(realpath $(SRCDIR)/tools/inc) \
+ -I$(SRCDIR)/tools/bootstrp \
+ -I$(SRCDIR)/tools/inc \
$$(INCLUDE) \
))
diff --git a/tools/Executable_so_checksum.mk b/tools/Executable_so_checksum.mk
index 989c99ab0015..673fa8dc94eb 100644
--- a/tools/Executable_so_checksum.mk
+++ b/tools/Executable_so_checksum.mk
@@ -30,8 +30,8 @@ $(eval $(call gb_Executable_Executable,so_checksum))
$(eval $(call gb_Executable_set_include,so_checksum,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/tools/inc) \
- -I$(realpath $(SRCDIR)/tools/bootstrp) \
+ -I$(SRCDIR)/tools/inc \
+ -I$(SRCDIR)/tools/bootstrp \
))
$(eval $(call gb_Executable_add_defs,so_checksum,\
diff --git a/tools/Library_tl.mk b/tools/Library_tl.mk
index d0f05a7c3123..003f4bbf9c62 100644
--- a/tools/Library_tl.mk
+++ b/tools/Library_tl.mk
@@ -32,7 +32,7 @@ $(eval $(call gb_Library_add_package_headers,tl,tools_inc))
$(eval $(call gb_Library_add_package_headers,tl,tools_reversemap))
$(eval $(call gb_Library_set_include,tl,\
- -I$(realpath $(SRCDIR)/tools/inc) \
+ -I$(SRCDIR)/tools/inc \
-I$(WORKDIR)/CustomTarget/tools/source/reversemap \
$$(INCLUDE) \
))
@@ -122,7 +122,7 @@ $(eval $(call gb_Library_use_external,tl,zlib))
ifeq ($(OS),WNT)
$(eval $(call gb_Library_set_include,tl,\
- -I$(realpath $(SRCDIR)/tools/win/inc) \
+ -I$(SRCDIR)/tools/win/inc \
$$(INCLUDE) \
))