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
e1087161
Kaydet (Commit)
e1087161
authored
Ara 11, 2012
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
export BUILDDIR in config_host.mk to allow partial build
Change-Id: I865a22e48a3125f40de786933ded8a70c0329a39
üst
45ca417b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
Makefile.in
Makefile.in
+1
-1
config_host.mk.in
config_host.mk.in
+1
-0
configure.ac
configure.ac
+1
-0
No files found.
Makefile.in
Dosyayı görüntüle @
e1087161
...
@@ -14,7 +14,7 @@ endif
...
@@ -14,7 +14,7 @@ endif
SHELL
=
/usr/bin/env bash
SHELL
=
/usr/bin/env bash
export
SRCDIR
:=
@SRC_ROOT@
export
SRCDIR
:=
@SRC_ROOT@
export
BUILDDIR
:=
$
(
patsubst %/,%,
$
(
dir
$
(
realpath
$
(
firstword
$(MAKEFILE_LIST)
))))
export
BUILDDIR
:=
@BUILDDIR@
.PHONY
:
$(filter-out $(BUILDDIR)/config_host.mk
,
$(MAKECMDGOALS))
.PHONY
:
$(filter-out $(BUILDDIR)/config_host.mk
,
$(MAKECMDGOALS))
...
...
config_host.mk.in
Dosyayı görüntüle @
e1087161
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
# to get them into invoked external configures and override pkg-config there.
# to get them into invoked external configures and override pkg-config there.
gb_SPACE:=$(gb_SPACE) $(gb_SPACE)
gb_SPACE:=$(gb_SPACE) $(gb_SPACE)
export SRC_ROOT=@SRC_ROOT@
export SRC_ROOT=@SRC_ROOT@
export BUILDDIR=@SRC_ROOT@
export ABOUT_BACKGROUND_SVG=@ABOUT_BACKGROUND_SVG@
export ABOUT_BACKGROUND_SVG=@ABOUT_BACKGROUND_SVG@
export ALIGNOF_DOUBLE=@ALIGNOF_DOUBLE@
export ALIGNOF_DOUBLE=@ALIGNOF_DOUBLE@
...
...
configure.ac
Dosyayı görüntüle @
e1087161
...
@@ -103,6 +103,7 @@ if test "$build_os" = "cygwin"; then
...
@@ -103,6 +103,7 @@ if test "$build_os" = "cygwin"; then
fi
fi
AC_SUBST(SRC_ROOT)
AC_SUBST(SRC_ROOT)
AC_SUBST(BUILDDIR)
AC_SUBST(EXEEXT_FOR_BUILD)
AC_SUBST(EXEEXT_FOR_BUILD)
AC_SUBST(x_Cygwin)
AC_SUBST(x_Cygwin)
...
...
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