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.
I have tried
git stash push
git stash clear
They seem to have gone and I could make
./g pull -r
Then I made a clean build and now these items exists again.
Kind regards
Regina
Context
- Makefile in "git status -s" · Regina Henschel
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.