Bugzilla – Attachment 55938 Details for
Bug 39491
[EasyHack] remove superfluous and duplicate include paths
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
remove nonexistent include paths
0003-remove-nonexistent-include-paths.patch (text/plain), 11.74 KB, created by
Matúš Kukan
on 2012-01-21 16:06:43 UTC
(
hide
)
Description:
remove nonexistent include paths
Filename:
MIME Type:
Creator:
Matúš Kukan
Created:
2012-01-21 16:06:43 UTC
Size:
11.74 KB
patch
obsolete
>From 0e814c2eaf58f8ed6724f65abdae2694d97e66e4 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Mat=C3=BA=C5=A1=20Kukan?= <matus.kukan@gmail.com> >Date: Sat, 21 Jan 2012 02:55:27 +0100 >Subject: [PATCH 3/4] remove nonexistent include paths > >--- > animations/Library_animcore.mk | 5 ----- > framework/Library_fwe.mk | 1 - > framework/Library_fwi.mk | 1 - > framework/Library_fwk.mk | 1 - > framework/Library_fwl.mk | 1 - > framework/Library_fwm.mk | 1 - > reportdesign/AllLangResTarget_rptui.mk | 1 - > sc/AllLangResTarget_sc.mk | 1 - > sc/Library_sc.mk | 1 - > sc/Library_scd.mk | 1 - > sc/Library_scfilt.mk | 1 - > sc/Library_scui.mk | 1 - > sc/Library_vbaobj.mk | 1 - > svl/Library_fsstorage.mk | 1 - > svl/Library_passwordcontainer.mk | 1 - > svtools/Executable_bmp.mk | 1 - > svtools/Library_hatchwindowfactory.mk | 1 - > svtools/Library_svt.mk | 1 - > sw/AllLangResTarget_sw.mk | 1 - > sw/Library_msword.mk | 2 -- > sw/Library_sw.mk | 1 - > sw/Library_swd.mk | 2 -- > sw/Library_swui.mk | 1 - > sw/Library_vbaswobj.mk | 1 - > 24 files changed, 0 insertions(+), 30 deletions(-) > >diff --git a/animations/Library_animcore.mk b/animations/Library_animcore.mk >index 7f5220b..03e30d9 100644 >--- a/animations/Library_animcore.mk >+++ b/animations/Library_animcore.mk >@@ -32,11 +32,6 @@ $(eval $(call gb_Library_add_package_headers,animcore,animations_inc)) > > $(eval $(call gb_Library_set_componentfile,animcore,animations/source/animcore/animcore)) > >-$(eval $(call gb_Library_set_include,animcore,\ >- $$(INCLUDE) \ >- -I$(realpath $(SRCDIR)/animcore/source/animcore) \ >-)) >- > $(eval $(call gb_Library_add_api,animcore,\ > offapi \ > udkapi \ >diff --git a/framework/Library_fwe.mk b/framework/Library_fwe.mk >index bc55447..4a743c1 100644 >--- a/framework/Library_fwe.mk >+++ b/framework/Library_fwe.mk >@@ -31,7 +31,6 @@ $(eval $(call gb_Library_Library,fwe)) > $(eval $(call gb_Library_set_include,fwe,\ > -I$(realpath $(SRCDIR)/framework/source/inc) \ > -I$(realpath $(SRCDIR)/framework/inc) \ >- -I$(WORKDIR)/inc/framework/ \ > $$(INCLUDE) \ > )) > >diff --git a/framework/Library_fwi.mk b/framework/Library_fwi.mk >index 017116a..ac1f983 100644 >--- a/framework/Library_fwi.mk >+++ b/framework/Library_fwi.mk >@@ -42,7 +42,6 @@ $(eval $(call gb_Library_add_api,fwi,\ > $(eval $(call gb_Library_set_include,fwi,\ > -I$(realpath $(SRCDIR)/framework/source/inc) \ > -I$(realpath $(SRCDIR)/framework/inc) \ >- -I$(WORKDIR)/inc/framework/ \ > $$(INCLUDE) \ > )) > >diff --git a/framework/Library_fwk.mk b/framework/Library_fwk.mk >index 3d29ed1..0a16803 100644 >--- a/framework/Library_fwk.mk >+++ b/framework/Library_fwk.mk >@@ -33,7 +33,6 @@ $(eval $(call gb_Library_set_componentfile,fwk,framework/util/fwk)) > $(eval $(call gb_Library_set_include,fwk,\ > -I$(realpath $(SRCDIR)/framework/source/inc) \ > -I$(realpath $(SRCDIR)/framework/inc) \ >- -I$(WORKDIR)/inc/framework/ \ > $$(INCLUDE) \ > )) > >diff --git a/framework/Library_fwl.mk b/framework/Library_fwl.mk >index eea9ef1..175aab9 100644 >--- a/framework/Library_fwl.mk >+++ b/framework/Library_fwl.mk >@@ -33,7 +33,6 @@ $(eval $(call gb_Library_set_componentfile,fwl,framework/util/fwl)) > $(eval $(call gb_Library_set_include,fwl,\ > -I$(realpath $(SRCDIR)/framework/inc) \ > -I$(realpath $(SRCDIR)/framework/source/inc) \ >- -I$(WORKDIR)/inc/framework/ \ > $$(INCLUDE) \ > )) > >diff --git a/framework/Library_fwm.mk b/framework/Library_fwm.mk >index 520302e..949aba4 100644 >--- a/framework/Library_fwm.mk >+++ b/framework/Library_fwm.mk >@@ -33,7 +33,6 @@ $(eval $(call gb_Library_set_componentfile,fwm,framework/util/fwm)) > $(eval $(call gb_Library_set_include,fwm,\ > -I$(realpath $(SRCDIR)/framework/inc) \ > -I$(realpath $(SRCDIR)/framework/source/inc) \ >- -I$(WORKDIR)/inc/framework/ \ > $$(INCLUDE) \ > )) > >diff --git a/reportdesign/AllLangResTarget_rptui.mk b/reportdesign/AllLangResTarget_rptui.mk >index 877d4d8..f767460 100644 >--- a/reportdesign/AllLangResTarget_rptui.mk >+++ b/reportdesign/AllLangResTarget_rptui.mk >@@ -36,7 +36,6 @@ $(eval $(call gb_SrsTarget_SrsTarget,reportdesign/rptui)) > > $(eval $(call gb_SrsTarget_set_include,reportdesign/rptui,\ > $$(INCLUDE) \ >- -I$(WORKDIR)/inc/reportdesign \ > -I$(SRCDIR)/reportdesign/source/ui/inc \ > -I$(SRCDIR)/reportdesign/inc \ > )) >diff --git a/sc/AllLangResTarget_sc.mk b/sc/AllLangResTarget_sc.mk >index 5722899..1a0d187 100644 >--- a/sc/AllLangResTarget_sc.mk >+++ b/sc/AllLangResTarget_sc.mk >@@ -31,7 +31,6 @@ $(eval $(call gb_SrsTarget_SrsTarget,sc/res)) > > $(eval $(call gb_SrsTarget_set_include,sc/res,\ > $$(INCLUDE) \ >- -I$(WORKDIR)/inc/sc \ > -I$(realpath $(SRCDIR)/sc/inc) \ > -I$(realpath $(SRCDIR)/sc/source/ui/inc) \ > -I$(realpath $(SRCDIR)/sc/source/ui/navipi) \ >diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk >index 93c3c66..27cb570 100644 >--- a/sc/Library_sc.mk >+++ b/sc/Library_sc.mk >@@ -32,7 +32,6 @@ $(eval $(call gb_Library_set_include,sc,\ > -I$(realpath $(SRCDIR)/sc/source/ui/inc) \ > -I$(realpath $(SRCDIR)/sc/inc) \ > -I$(WORKDIR)/SdiTarget/sc/sdi \ >- -I$(WORKDIR)/Misc/sc/ \ > $$(INCLUDE) \ > )) > >diff --git a/sc/Library_scd.mk b/sc/Library_scd.mk >index 3088e75..1ccfab8 100644 >--- a/sc/Library_scd.mk >+++ b/sc/Library_scd.mk >@@ -26,7 +26,6 @@ $(eval $(call gb_Library_set_componentfile,scd,sc/util/scd)) > > $(eval $(call gb_Library_set_include,scd,\ > -I$(realpath $(SRCDIR)/sc/inc) \ >- -I$(WORKDIR)/Misc/sc/ \ > $$(INCLUDE) \ > )) > >diff --git a/sc/Library_scfilt.mk b/sc/Library_scfilt.mk >index 28f2bf3..ff5f530 100644 >--- a/sc/Library_scfilt.mk >+++ b/sc/Library_scfilt.mk >@@ -29,7 +29,6 @@ $(eval $(call gb_Library_set_include,scfilt,\ > -I$(realpath $(SRCDIR)/sc/source/filter/inc) \ > -I$(realpath $(SRCDIR)/sc/source/ui/inc) \ > -I$(realpath $(SRCDIR)/sc/inc) \ >- -I$(WORKDIR)/Misc/sc/ \ > $$(INCLUDE) \ > -I$(WORKDIR)/oox/inc/ \ > )) >diff --git a/sc/Library_scui.mk b/sc/Library_scui.mk >index c024024..1530aac 100644 >--- a/sc/Library_scui.mk >+++ b/sc/Library_scui.mk >@@ -28,7 +28,6 @@ $(eval $(call gb_Library_set_include,scui,\ > -I$(realpath $(SRCDIR)/sc/source/ui/inc) \ > -I$(realpath $(SRCDIR)/sc/inc) \ > -I$(WORKDIR)/SdiTarget/sc/sdi \ >- -I$(WORKDIR)/Misc/sc \ > $$(INCLUDE) \ > )) > >diff --git a/sc/Library_vbaobj.mk b/sc/Library_vbaobj.mk >index 30b77a1..60beaf3 100644 >--- a/sc/Library_vbaobj.mk >+++ b/sc/Library_vbaobj.mk >@@ -27,7 +27,6 @@ $(eval $(call gb_Library_set_include,vbaobj,\ > -I$(realpath $(SRCDIR)/sc/source/filter/inc) \ > -I$(realpath $(SRCDIR)/sc/source/ui/inc) \ > -I$(realpath $(SRCDIR)/sc/inc) \ >- -I$(WORKDIR)/Misc/sc/ \ > $$(INCLUDE) \ > )) > >diff --git a/svl/Library_fsstorage.mk b/svl/Library_fsstorage.mk >index 478b4b6..33cf144 100644 >--- a/svl/Library_fsstorage.mk >+++ b/svl/Library_fsstorage.mk >@@ -31,7 +31,6 @@ $(eval $(call gb_Library_Library,fsstorage)) > $(eval $(call gb_Library_set_componentfile,fsstorage,svl/source/fsstor/fsstorage)) > > $(eval $(call gb_Library_set_include,fsstorage,\ >- -I$(WORKDIR)/inc/svl \ > -I$(WORKDIR)/inc/ \ > -I$(realpath $(SRCDIR)/svl/inc) \ > -I$(realpath $(SRCDIR)/svl/inc/svl) \ >diff --git a/svl/Library_passwordcontainer.mk b/svl/Library_passwordcontainer.mk >index b7e6b7e..735c952 100644 >--- a/svl/Library_passwordcontainer.mk >+++ b/svl/Library_passwordcontainer.mk >@@ -31,7 +31,6 @@ $(eval $(call gb_Library_Library,passwordcontainer)) > $(eval $(call gb_Library_set_componentfile,passwordcontainer,svl/source/passwordcontainer/passwordcontainer)) > > $(eval $(call gb_Library_set_include,passwordcontainer,\ >- -I$(WORKDIR)/inc/svl \ > -I$(WORKDIR)/inc/ \ > -I$(realpath $(SRCDIR)/svl/inc) \ > -I$(realpath $(SRCDIR)/svl/inc/svl) \ >diff --git a/svtools/Executable_bmp.mk b/svtools/Executable_bmp.mk >index fe0cd55..c2672ba 100644 >--- a/svtools/Executable_bmp.mk >+++ b/svtools/Executable_bmp.mk >@@ -30,7 +30,6 @@ $(eval $(call gb_Executable_Executable,bmp)) > > $(eval $(call gb_Executable_set_include,bmp,\ > $$(INCLUDE) \ >- -I$(WORKDIR)/inc/svtools \ > -I$(WORKDIR)/inc/ \ > -I$(realpath $(SRCDIR)/svtools/inc) \ > -I$(realpath $(SRCDIR)/svtools/inc/svtools) \ >diff --git a/svtools/Library_hatchwindowfactory.mk b/svtools/Library_hatchwindowfactory.mk >index ce19c28..9b3edfa 100644 >--- a/svtools/Library_hatchwindowfactory.mk >+++ b/svtools/Library_hatchwindowfactory.mk >@@ -32,7 +32,6 @@ $(eval $(call gb_Library_set_componentfile,hatchwindowfactory,svtools/source/hat > > $(eval $(call gb_Library_set_include,hatchwindowfactory,\ > $$(INCLUDE) \ >- -I$(WORKDIR)/inc/svtools \ > -I$(WORKDIR)/inc/ \ > -I$(realpath $(SRCDIR)/svtools/inc) \ > )) >diff --git a/svtools/Library_svt.mk b/svtools/Library_svt.mk >index 19253fa..fb294de 100644 >--- a/svtools/Library_svt.mk >+++ b/svtools/Library_svt.mk >@@ -39,7 +39,6 @@ $(eval $(call gb_Library_add_api,svt,\ > > $(eval $(call gb_Library_set_include,svt,\ > $$(INCLUDE) \ >- -I$(WORKDIR)/inc/svtools \ > -I$(WORKDIR)/inc/ \ > -I$(realpath $(SRCDIR)/svtools/inc/svtools) \ > -I$(realpath $(SRCDIR)/svtools/source/inc) \ >diff --git a/sw/AllLangResTarget_sw.mk b/sw/AllLangResTarget_sw.mk >index 8380556..67bebd2 100644 >--- a/sw/AllLangResTarget_sw.mk >+++ b/sw/AllLangResTarget_sw.mk >@@ -36,7 +36,6 @@ $(eval $(call gb_SrsTarget_SrsTarget,sw/res)) > > $(eval $(call gb_SrsTarget_set_include,sw/res,\ > $$(INCLUDE) \ >- -I$(WORKDIR)/inc/sw \ > -I$(realpath $(SRCDIR)/sw/inc) \ > -I$(realpath $(SRCDIR)/sw/source/core/inc) \ > -I$(realpath $(SRCDIR)/sw/source/core/undo) \ >diff --git a/sw/Library_msword.mk b/sw/Library_msword.mk >index 8e61cab..9951fb3 100644 >--- a/sw/Library_msword.mk >+++ b/sw/Library_msword.mk >@@ -35,8 +35,6 @@ $(eval $(call gb_Library_set_include,msword,\ > -I$(realpath $(SRCDIR)/sw/source/ui/inc) \ > -I$(realpath $(SRCDIR)/sw/source/filter/inc) \ > -I$(realpath $(SRCDIR)/sw/inc) \ >- -I$(WORKDIR)/inc/sw/sdi \ >- -I$(WORKDIR)/Misc/sw/ \ > $$(INCLUDE) \ > -I$(WORKDIR)/oox/inc/ \ > )) >diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk >index a33bb5f..fc51422 100644 >--- a/sw/Library_sw.mk >+++ b/sw/Library_sw.mk >@@ -38,7 +38,6 @@ $(eval $(call gb_Library_set_include,sw,\ > -I$(realpath $(SRCDIR)/sw/source/ui/inc) \ > -I$(realpath $(SRCDIR)/sw/inc) \ > -I$(WORKDIR)/SdiTarget/sw/sdi \ >- -I$(WORKDIR)/Misc/sw/ \ > $$(INCLUDE) \ > )) > >diff --git a/sw/Library_swd.mk b/sw/Library_swd.mk >index 3812f97..c7d8f46 100644 >--- a/sw/Library_swd.mk >+++ b/sw/Library_swd.mk >@@ -32,8 +32,6 @@ $(eval $(call gb_Library_set_componentfile,swd,sw/util/swd)) > > $(eval $(call gb_Library_set_include,swd,\ > $$(INCLUDE) \ >- -I$(WORKDIR)/inc/sw/sdi \ >- -I$(WORKDIR)/inc/sw \ > -I$(realpath $(SRCDIR)/sw/inc) \ > -I$(realpath $(SRCDIR)/sw/source/core/inc) \ > -I$(realpath $(SRCDIR)/sw/source/filter/inc) \ >diff --git a/sw/Library_swui.mk b/sw/Library_swui.mk >index ce6f988..fe1c254 100644 >--- a/sw/Library_swui.mk >+++ b/sw/Library_swui.mk >@@ -34,7 +34,6 @@ $(eval $(call gb_Library_set_include,swui,\ > -I$(realpath $(SRCDIR)/sw/source/filter/inc) \ > -I$(realpath $(SRCDIR)/sw/source/ui/inc) \ > -I$(WORKDIR)/SdiTarget/sw/sdi \ >- -I$(WORKDIR)/Misc/sw \ > $$(INCLUDE) \ > )) > >diff --git a/sw/Library_vbaswobj.mk b/sw/Library_vbaswobj.mk >index d370362..8b65516 100644 >--- a/sw/Library_vbaswobj.mk >+++ b/sw/Library_vbaswobj.mk >@@ -35,7 +35,6 @@ $(eval $(call gb_Library_set_include,vbaswobj,\ > -I$(realpath $(SRCDIR)/sw/source/filter/inc) \ > -I$(realpath $(SRCDIR)/sw/source/ui/inc) \ > -I$(realpath $(SRCDIR)/sw/inc) \ >- -I$(WORKDIR)/Misc/sw/ \ > $$(INCLUDE) \ > )) > >-- >1.7.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 39491
: 55938