[Libreoffice-commits] .: Makefile.top
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Nov 29 04:15:05 PST 2012
Makefile.top | 1 +
1 file changed, 1 insertion(+)
New commits:
commit ff03b83d71ecde2ec59fd448d6ddab2ab736841b
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date: Thu Nov 29 13:14:37 2012 +0100
mkdir for happy tinderboxes
diff --git a/Makefile.top b/Makefile.top
index 4ecb435..2a5a3ce 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -28,6 +28,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) $(SRCDIR)/config_host.mk
+ mkdir -p $(dir $@)
echo -n "gbuild_modules:=" > $@
for m in */Module_*.mk; do echo $$m | sed -e 's/\/.*$$/ \\/'; done >> $@
echo >> $@
More information about the Libreoffice-commits
mailing list