[ooo-build-commit] .: bin/piece Makefile.shared
Andras Timar
timar at kemper.freedesktop.org
Mon Oct 4 13:35:34 PDT 2010
Makefile.shared | 7 -------
bin/piece/install-bootstrap | 1 -
2 files changed, 8 deletions(-)
New commits:
commit 398ca3b097f8a15c21d333bbca19a4918cfbc1b2
Author: Andras Timar <timar at fsf.hu>
Date: Mon Oct 4 22:32:02 2010 +0200
Removed add_acor.py from the Makefile (obsoleted)
All autocorrection files have the symbols that this script added.
diff --git a/Makefile.shared b/Makefile.shared
index 7b06aaa..b4efaa6 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -30,12 +30,6 @@ $(STAMP_DIR)/artwork.install : $(OOBUILDDIR)/unpack \
$(TOOLSDIR)/bin/install-artwork $(top_srcdir)/src $(OOBUILDDIR)
touch $@
-autocorr.apply: $(STAMP_DIR)/autocorr.apply
-$(STAMP_DIR)/autocorr.apply: $(OOBUILDDIR)/unpack \
- $(top_srcdir)/bin/add_acor.py $(top_srcdir)/src/acor.csv
- $(top_srcdir)/bin/add_acor.py $(OOBUILDDIR) $(top_srcdir)/src/acor.csv
- touch $@
-
patch.apply: $(OOBUILDDIR)/unpack $(STAMP_DIR)/refresh $(STAMP_DIR)/patch.apply
$(STAMP_DIR)/patch.apply : $(top_srcdir)/patches/apply.pl \
$(top_srcdir)/patches/*/*.diff \
@@ -117,7 +111,6 @@ $(STAMP_DIR)/build_prepared : $(OOBUILDDIR)/unpack \
$(STAMP_DIR)/refresh \
$(STAMP_DIR)/patch.apply \
$(STAMP_DIR)/artwork.install \
- $(STAMP_DIR)/autocorr.apply \
$(STAMP_DIR)/build.tools \
$(STAMP_DIR)/prebuild
touch $@
diff --git a/bin/piece/install-bootstrap b/bin/piece/install-bootstrap
index 6f23314..05627ca 100755
--- a/bin/piece/install-bootstrap
+++ b/bin/piece/install-bootstrap
@@ -40,7 +40,6 @@ cp -a \
$TOOLSDIR/src/*.jpg \
$TOOLSDIR/src/*.patch \
$TOOLSDIR/src/*.odb \
- $TOOLSDIR/src/acor*.dat \
$TOOLSDIR/src/sg3.* \
$TOOLSDIR/src/sofficerc-upstream \
$TOOLSDIR/src/default_images \
More information about the ooo-build-commit
mailing list