[ooo-build-commit] 2 commits - Makefile.am patches/dev300
Thorsten Behrens
thorsten at kemper.freedesktop.org
Fri Oct 2 02:18:52 PDT 2009
Makefile.am | 1 +
patches/dev300/apply | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
New commits:
commit b1a2feb66382e10dbacbc37358b04d67bce405ad
Author: Thorsten Behrens <thb at openoffice.org>
Date: Sat Oct 3 04:43:10 2009 +0200
Fixed typo in patch application conditional
* patches/dev300/apply:
diff --git a/patches/dev300/apply b/patches/dev300/apply
index 3540721..0c9de3b 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -3542,6 +3542,6 @@ svx-ppt-import-fix-bullet-size.diff, n#515972, rodo
basegfx-svgpolygon-speedup.diff, n#535304, thorsten
o3tl-vector-pool.diff, n#535304, thorsten
-[ Fixes >= de300-m60 ]
+[ Fixes >= dev300-m60 ]
# deliver extra headers for svg import filter.
boost-1.39-extra-header.diff, kohei
commit cfa4403768993e40c28e5ef2adc8401235a24bc9
Author: Thorsten Behrens <thb at openoffice.org>
Date: Sat Oct 3 03:36:06 2009 +0200
Added missing install dir to clean-local target
* Makefile.am:
diff --git a/Makefile.am b/Makefile.am
index 58723f2..939d4c7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,6 +20,7 @@ dist-hook:
clean-local:
test -z "$(OOBUILDDIR)" || rm -rf $(OOBUILDDIR)
+ test -z "$(BUILDDIR)/install" || rm -rf $(BUILDDIR)/install
for icons in $(OOO_ICONS_VERS) ; do \
test "$(BUILDDIR)/$$icons" = "/" || rm -rf "$(BUILDDIR)/$$icons" ; \
done
More information about the ooo-build-commit
mailing list