Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
c8c056fd
Kaydet (Commit)
c8c056fd
authored
Ara 11, 2012
tarafından
Luboš Luňák
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
BUILD_DIR -> BUILDDIR, to be consistent with the other *DIR
Change-Id: Ia80a1246a7e3c8862a50a3daf79aba5609b7df3a
üst
ae4e3277
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
26 additions
and
26 deletions
+26
-26
Makefile.fetch
Makefile.fetch
+1
-1
Makefile.in
Makefile.in
+6
-6
Makefile.top
Makefile.top
+5
-5
configure.ac
configure.ac
+6
-6
g
g
+4
-4
CustomTarget_langmacros.mk
scp2/CustomTarget_langmacros.mk
+2
-2
com_GCC_defs.mk
solenv/gbuild/platform/com_GCC_defs.mk
+1
-1
com_MSC_class.mk
solenv/gbuild/platform/com_MSC_class.mk
+1
-1
No files found.
Makefile.fetch
Dosyayı görüntüle @
c8c056fd
...
...
@@ -70,7 +70,7 @@ endef
download
:
$(WORKDIR)/download
$(WORKDIR)/download
:
$(BUILD
_
DIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR)/Makefile.fetch
$(WORKDIR)/download
:
$(BUILDDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR)/Makefile.fetch
@
mkdir
-p
$(TARFILE_LOCATION)
/tmp
@
date
>>
$(fetch_LOGFILE)
$
(
foreach item,
\
...
...
Makefile.in
Dosyayı görüntüle @
c8c056fd
...
...
@@ -14,24 +14,24 @@ endif
SHELL
=
/usr/bin/env bash
export
SRCDIR
:=
@SRC_ROOT@
export
BUILD
_
DIR
:=
$
(
patsubst %/,%,
$
(
dir
$
(
realpath
$
(
firstword
$(MAKEFILE_LIST)
))))
export
BUILDDIR
:=
$
(
patsubst %/,%,
$
(
dir
$
(
realpath
$
(
firstword
$(MAKEFILE_LIST)
))))
.PHONY
:
$(filter-out $(BUILD
_
DIR)/config_host.mk
,
$(MAKECMDGOALS))
.PHONY
:
$(filter-out $(BUILDDIR)/config_host.mk
,
$(MAKECMDGOALS))
# recursively invoke Makefile.top, which includes config_host.mk
$(filter-out help,$(firstword $(MAKECMDGOALS)))
:
$(BUILD
_
DIR)/config_host.mk
$(filter-out help,$(firstword $(MAKECMDGOALS)))
:
$(BUILDDIR)/config_host.mk
$(MAKE)
-r
-f
$(SRCDIR)
/Makefile.top
$(MAKECMDGOALS)
# run configure in an environment not polluted by config_host.mk
$(BUILD
_
DIR)/config_host.mk
:
\
$(BUILDDIR)/config_host.mk
:
\
$(SRCDIR)/config_host.mk.in
\
$(SRCDIR)/Makefile.in
\
$(SRCDIR)/configure.ac
\
$(BUILD
_
DIR)/autogen.lastrun
$(BUILDDIR)/autogen.lastrun
$(SRCDIR)
/autogen.sh
# dummy rule in case autogen.lastrun does not exist
$(BUILD
_
DIR)/autogen.lastrun
:
$(BUILDDIR)/autogen.lastrun
:
@
true
help
:
...
...
Makefile.top
Dosyayı görüntüle @
c8c056fd
...
...
@@ -14,7 +14,7 @@ ifeq ($(gb_Side),)
gb_Side
:=
host
endif
include
$(BUILD
_
DIR)/config_$(gb_Side).mk
include
$(BUILDDIR)/config_$(gb_Side).mk
SRCDIR
:=
$(SRC_ROOT)
ifeq
($(GMAKE_OPTIONS),)
...
...
@@ -27,7 +27,7 @@ endif
# This list tells which modules are gbuild ones. It does *not* tell which modules to build. That is directed
# by the module being mentioned in packimages/prj/build.lst, etc, recursively.
$(WORKDIR)/modules.mk
:
$(wildcard */Module_*.mk) $(wildcard */prj/dmake) $(BUILD
_
DIR)/config_host.mk
$(WORKDIR)/modules.mk
:
$(wildcard */Module_*.mk) $(wildcard */prj/dmake) $(BUILDDIR)/config_host.mk
mkdir
-p
$
(
dir
$@
)
echo
-n
"gbuild_modules:= tail_build
\\
"
>
$@
for
m
in
*
/Module_
*
.mk
;
do
echo
$$
m |
sed
-e
's/\/.*$$/ \\/'
;
done
>>
$@
...
...
@@ -143,9 +143,9 @@ ifeq ($(BUILD_DMAKE),YES)
(if
[
-f
dmake/Makefile
]
;
then
$(GNUMAKE)
-j
$(PARALLELISM)
-C
dmake
distclean;
fi)
&&
\
rm
-f
solenv/*/bin/dmake*
endif
rm
-fr
$(BUILD
_DIR)/config_host.mk
$(BUILD_DIR)/config_build.mk
$(BUILD_DIR)/aclocal.m4
$(BUILD_
DIR)/autom4te.cache
\
$(BUILD
_DIR)/config.log
$(BUILD_DIR)/config.status
$(BUILD_
DIR)/configure
\
$(BUILD
_DIR)/config_host.mk.last
$(BUILD_DIR)/config_host.mk.stamp
$(BUILD_DIR)/warn
$(BUILD_
DIR)/config/*.h
rm
-fr
$(BUILD
DIR)/config_host.mk
$(BUILDDIR)/config_build.mk
$(BUILDDIR)/aclocal.m4
$(BUILD
DIR)/autom4te.cache
\
$(BUILD
DIR)/config.log
$(BUILDDIR)/config.status
$(BUILD
DIR)/configure
\
$(BUILD
DIR)/config_host.mk.last
$(BUILDDIR)/config_host.mk.stamp
$(BUILDDIR)/warn
$(BUILD
DIR)/config/*.h
find
$(SOLARENV)/gdb
-name
"*.pyc"
-exec
rm
{}
\;
#
...
...
configure.ac
Dosyayı görüntüle @
c8c056fd
...
...
@@ -86,10 +86,10 @@ AC_PROG_EGREP
# AC_PROG_EGREP doesn't set GREP on all systems as well
AC_PATH_PROG(GREP, grep)
BUILD
_
DIR=`pwd`
BUILDDIR=`pwd`
cd $srcdir
SRC_ROOT=`pwd`
cd $BUILD
_
DIR
cd $BUILDDIR
EXEEXT_FOR_BUILD=
x_Cygwin=[\#]
...
...
@@ -97,8 +97,8 @@ if test "$build_os" = "cygwin"; then
EXEEXT_FOR_BUILD=.exe
PathFormat "$SRC_ROOT"
SRC_ROOT="$formatted_path"
PathFormat "$BUILD
_
DIR"
BUILD
_
DIR="$formatted_path"
PathFormat "$BUILDDIR"
BUILDDIR="$formatted_path"
x_Cygwin=
fi
...
...
@@ -2409,7 +2409,7 @@ if test -n "${with_solver_and_workdir_root}"; then
SOLARVER=${formatted_path}/solver
fi
else
SOLARVER=${BUILD
_
DIR}/solver
SOLARVER=${BUILDDIR}/solver
fi
dnl ===================================================================
...
...
@@ -4034,7 +4034,7 @@ if test -n "${with_solver_and_workdir_root}"; then
WORKDIR=${formatted_path}/workdir/${INPATH}
fi
else
WORKDIR=${BUILD
_
DIR}/workdir/${INPATH}
WORKDIR=${BUILDDIR}/workdir/${INPATH}
fi
OUTDIR="${SOLARVER}/${INPATH}"
SOLARINC="-I. -I${SOLARVER}/$INPATH/inc/external -I${SOLARVER}/$INPATH/inc -I$SRC_ROOT/solenv/inc $SOLARINC"
...
...
g
Dosyayı görüntüle @
c8c056fd
...
...
@@ -11,8 +11,8 @@ SUBMODULES_ALL="dictionaries helpcontent2 translations"
pushd
$(
dirname
$0
)
>
/dev/null
if
[
-f
config_host.mk
]
;
then
# we are in the BUILD
_
DIR
SRC_ROOT
=
$(
cat
${
BUILD
_
DIR
}
/config_host.mk |
grep
SRC_ROOT |
sed
-e
"s/.*=//"
)
# we are in the BUILDDIR
SRC_ROOT
=
$(
cat
${
BUILDDIR
}
/config_host.mk |
grep
SRC_ROOT |
sed
-e
"s/.*=//"
)
else
SRC_ROOT
=
$(
pwd
)
fi
...
...
@@ -121,8 +121,8 @@ local repo
get_configured_submodules
()
{
SUBMODULES_CONFIGURED
=
""
if
[
-f
"
${
BUILD
_
DIR
}
/config_host.mk"
]
;
then
SUBMODULES_CONFIGURED
=
$(
cat
${
BUILD
_
DIR
}
/config_host.mk |
grep
GIT_NEEDED_SUBMODULES |
sed
-e
"s/.*=//"
)
if
[
-f
"
${
BUILDDIR
}
/config_host.mk"
]
;
then
SUBMODULES_CONFIGURED
=
$(
cat
${
BUILDDIR
}
/config_host.mk |
grep
GIT_NEEDED_SUBMODULES |
sed
-e
"s/.*=//"
)
else
# if we need the configured submoduel before the configuration is done. we assumed you want them all
SUBMODULES_CONFIGURED
=
${
SUBMODULES_ALL
?
}
...
...
scp2/CustomTarget_langmacros.mk
Dosyayı görüntüle @
c8c056fd
...
...
@@ -31,10 +31,10 @@ $(call gb_CustomTarget_get_target,scp2/macros) : $(call gb_CustomTarget_get_work
$(call gb_CustomTarget_get_workdir,scp2/macros)/langmacros.inc :| $(call gb_CustomTarget_get_workdir,scp2/macros)/.dir
$(call gb_CustomTarget_get_workdir,scp2/macros)/langmacros.inc : $(SRCDIR)/scp2/macros/macro.pl $(BUILD
_
DIR)/config_host.mk.stamp
$(call gb_CustomTarget_get_workdir,scp2/macros)/langmacros.inc : $(SRCDIR)/scp2/macros/macro.pl $(BUILDDIR)/config_host.mk.stamp
$(call gb_Helper_abbreviate_dirs,\
export COMPLETELANGISO_VAR='$(gb_ScpTemplateTarget_LANGS)' && \
$(PERL) $< -verbose -o $@ -c $(BUILD
_
DIR)/config_host.mk.stamp \
$(PERL) $< -verbose -o $@ -c $(BUILDDIR)/config_host.mk.stamp \
)
# vim: set shiftwidth=4 tabstop=4 noexpandtab:
solenv/gbuild/platform/com_GCC_defs.mk
Dosyayı görüntüle @
c8c056fd
...
...
@@ -157,7 +157,7 @@ gb_DEBUG_CXXFLAGS := $(FNO_DEFAULT_INLINE)
gb_LinkTarget_INCLUDE :=\
$(subst -I. , ,$(SOLARINC)) \
-I$(BUILD
_
DIR)/config \
-I$(BUILDDIR)/config \
ifeq ($(COM_GCC_IS_CLANG),TRUE)
ifeq ($(COMPILER_PLUGIN_TOOL),)
...
...
solenv/gbuild/platform/com_MSC_class.mk
Dosyayı görüntüle @
c8c056fd
...
...
@@ -162,7 +162,7 @@ gb_LinkTarget_CXXFLAGS := $(gb_CXXFLAGS)
gb_LinkTarget_INCLUDE :=\
$(subst -I. , ,$(SOLARINC)) \
$(foreach inc,$(subst ;, ,$(JDKINC)),-I$(inc)) \
-I$(BUILD
_
DIR)/config \
-I$(BUILDDIR)/config \
gb_LinkTarget_get_pdbfile = $(call gb_LinkTarget_get_target,)pdb/$(1).pdb
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment