diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-12-11 07:49:24 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-12-11 14:26:30 +0000 |
commit | ae4e327739112ba326a2945fc0d5550739f3083d (patch) | |
tree | d8430835484c045cd334fc596dcc627cf98aa430 /Makefile.fetch | |
parent | 8532cbd3e685d7a1e4e26bf7c2b7bf0b1c38c5be (diff) |
Prepare for read-only source build
This patch allows to do
mkdir <build_dir>
cd <build_dir>
<src_root>/autogen.sh
make
Only the remaining dmake modules are poluting the <src_root>...
which will get eventually convererd to gmake...
Change-Id: Iefd64732fa12e096d554cff4eee6b777deb92338
Reviewed-on: https://gerrit.libreoffice.org/1273
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'Makefile.fetch')
-rw-r--r-- | Makefile.fetch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.fetch b/Makefile.fetch index 0cc0e32b29da..4b3789763827 100644 --- a/Makefile.fetch +++ b/Makefile.fetch @@ -70,7 +70,7 @@ endef download: $(WORKDIR)/download -$(WORKDIR)/download: $(SRCDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR)/Makefile.fetch +$(WORKDIR)/download: $(BUILD_DIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR)/Makefile.fetch @mkdir -p $(TARFILE_LOCATION)/tmp @date >> $(fetch_LOGFILE) $(foreach item, \ |