summaryrefslogtreecommitdiff
path: root/Makefile.shared
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2007-05-25 16:53:13 +0000
committerJan Holesovsky <kendy@suse.cz>2007-05-25 16:53:13 +0000
commit82f83cb3eefe6332633aaf7ce4b91351f11e1741 (patch)
tree350282040cd3961375144c9ccf8cd36cad592fc9 /Makefile.shared
parent563dda6d12ad7bf57d6f862d988820d76a1fece6 (diff)
Fix result of cws-extract if there were some removed files to apply cleanly.
* bin/cws-removal-fixup: Fix result of cws-extract if there were some removed files to apply cleanly. * patches/src680/cws-configrefactor01.diff, patches/vba/cws-npower8.diff: cws-removal-fixup * Makefile.shared: Remove the cvs-tags-normalize workaround.
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile.shared b/Makefile.shared
index 253262867..34e97e0d6 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -57,16 +57,6 @@ $(STAMP_DIR)/patch.apply : $(top_srcdir)/patches/apply.pl \
$(OOBUILDDIR)/external/unicows/*.dll || true; \
fi
-# temporary hack to allow cws-npower8.diff delete 200(approx) files
-# the rcsid info present in the source tar ball creates problems
-# need to normalize that first
- $(TOOLSDIR)/bin/cvs-tags-normalize $(OOBUILDDIR)/oovbaapi/org/openoffice/vba/*
- $(TOOLSDIR)/bin/cvs-tags-normalize $(OOBUILDDIR)/oovbaapi/org/openoffice/excel/*
-# similarly for cws-configrefactor01.diff
- $(TOOLSDIR)/bin/cvs-tags-normalize $(OOBUILDDIR)/configmgr/source/data/*
- $(TOOLSDIR)/bin/cvs-tags-normalize $(OOBUILDDIR)/configmgr/source/inc/*
- $(TOOLSDIR)/bin/cvs-tags-normalize $(OOBUILDDIR)/configmgr/source/tree/*
-
$(TOOLSDIR)/bin/transform --revert $(TOOLSDIR) $(OOBUILDDIR)
FLAGS="--distro=$(DISTRO)"; \
if test -d $(OOBUILDDIR)/binfilter ; then \