diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2011-03-03 16:46:36 +0100 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2011-03-03 16:46:36 +0100 |
commit | 5770a33e6b459e11218222813feab0149d21acd9 (patch) | |
tree | e92016dfd097177b352f09a683153b6b446b5568 /solenv/gbuild/platform/solaris.mk | |
parent | 8366097db0c94c505bf131aa82d868bdc8e30b19 (diff) |
gnumakefixes: #i117005# fix long link lines and inroduce convert_native macro
Diffstat (limited to 'solenv/gbuild/platform/solaris.mk')
-rwxr-xr-x | solenv/gbuild/platform/solaris.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/solenv/gbuild/platform/solaris.mk b/solenv/gbuild/platform/solaris.mk index f953dfbee599..6f29a9745f0d 100755 --- a/solenv/gbuild/platform/solaris.mk +++ b/solenv/gbuild/platform/solaris.mk @@ -126,6 +126,13 @@ gb_COMPILERNOOPTFLAGS := gb_Helper_abbreviate_dirs_native = $(gb_Helper_abbreviate_dirs) +# convert parametters filesystem root to native notation +# does some real work only on windows, make sure not to +# break the dummy implementations on unx* +define gb_Helper_convert_native +$(1) +endef + # CObject class |