On 28.07.19 17:39, Regina Henschel wrote:
Hi all,
With
git status -s
I get a lot of "Makefile" items. A diff for such item gives e.g
$ git diff svl/Makefile
diff --git a/svl/Makefile b/svl/Makefile
index ccb1c85a04da..ab354ea6760e 100644
--- a/svl/Makefile
+++ b/svl/Makefile
@@ -1,7 +1,2 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-
-module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
-
+module_directory:=D:/Build_diverses/core/svl/
include $(module_directory)/../solenv/gbuild/partial_build.mk
-
-# vim: set noet sw=4 ts=4:
How get I rid of these items? They are very annoying.
this is not supposed to happen...
the Makefile are created in autogen.sh, in the branch "if ($src_path ne
$build_path)"
but that branch shouldn't be taken in your case because you're building
inside the source directory.
i'd try adding something like "print "$src_path $build_path "" to find
out what the difference is.
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.