[Libreoffice-commits] .: 2 commits - Makefile.in solenv/inc
Caolán McNamara
caolan at kemper.freedesktop.org
Wed May 25 14:53:28 PDT 2011
Makefile.in | 3 +--
solenv/inc/win32/jni_md.h | 3 +++
2 files changed, 4 insertions(+), 2 deletions(-)
New commits:
commit 6eae40f7a1dfbd5d9cc0e53fdaec1bbcb3010064
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed May 25 22:53:06 2011 +0100
need to escape this differently when spawning off shell
diff --git a/Makefile.in b/Makefile.in
index 85d115c..75f0074 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -27,8 +27,7 @@ dev-install:
cd smoketestoo_native && \
export SAL_USE_VCLPLUGIN="svp" && \
build.pl $(GBUILD_OPT) -P at BUILD_NCPUS@ --all -- -P at BUILD_MAX_JOBS@ && \
- cd @abs_builddir@ && ln -s $(SOLARVER)/$(INPATH)/installation/opt/ install && \
- echo "$(SOLARVER)/$(INPATH)" && \
+ cd @abs_builddir@ && ln -s $$SOLARVER/$$INPATH/installation/opt/ install && \
echo "" && \
echo "Developer installation finished, you can now execute:" && \
echo "cd @abs_builddir@/install/program" && \
commit be44c3a5b994300dd6e63789d223d901b7de9c51
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed May 25 16:05:44 2011 +0100
add mode-lines to these
diff --git a/solenv/inc/win32/jni_md.h b/solenv/inc/win32/jni_md.h
index 745a0d4..b7aab25 100644
--- a/solenv/inc/win32/jni_md.h
+++ b/solenv/inc/win32/jni_md.h
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
@@ -37,3 +38,5 @@ typedef __int64 jlong;
typedef char jbyte;
#endif /* JNI_MD_H_INCLUDED */
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
More information about the Libreoffice-commits
mailing list