From fd9366c85cdb627886901b7c09ef267b294d5d98 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sat, 24 Dec 2011 19:25:58 -0600 Subject: prep work to eliminated Env.*.sh, introduce config_{host,build}.mk This introduce config_host.mk and config_build.mk generated from config_host.mk.in The intent is for that file to be both sourcable in a shell and includable in a gnu Makefile. Eventually all the environment set-up will be in config_host.mk.in and so there won't be a need to source anything in shell before make. --- config_host.mk.in | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config_host.mk.in (limited to 'config_host.mk.in') diff --git a/config_host.mk.in b/config_host.mk.in new file mode 100644 index 000000000000..35b9779c8291 --- /dev/null +++ b/config_host.mk.in @@ -0,0 +1,5 @@ + # config variable for LibreOffice + # this file is intented to be able to be included in a Makefile + # or to be sourced in a shell session + # +export SRC_ROOT="@SRC_ROOT@" -- cgit