------------------------------------------------------------ revno: 2071 committer: Rene Engelhard <r...@debian.org> branch nick: debian timestamp: Sat 2010-07-31 18:47:28 -0400 message: mdds is upstream now, neither copy nor rm it from TARFILE_LOCATION modified: rules
=== modified file 'rules' --- a/rules 2010-07-31 20:34:22 +0000 +++ b/rules 2010-07-31 22:47:28 +0000 @@ -1661,8 +1661,6 @@ echo "1.0" > debian/source/format endif - rm -f $(TARFILE_LOCATION)/*mdds* - $(MAKE) -f debian/rules control @@ -2070,13 +2068,6 @@ fi endif -ifneq "$(SYSTEM_MDDS)" "y" - # ooo-build/src (where it wents to) is not $TARFILE_LOCATION (in contrast to - # "normal" OOo build, so we need to copy this to it - cp ext-sources-$(OOO_BUILD_TREE)/*mdds* \ - $(TARFILE_LOCATION) -endif - ifeq (buildd,$(shell whoami)) cd $(OOO_BUILD_TREE) ; PATH=$(BUILD_PATH) LD_LIBRARY_PATH=$(BUILD_LD_LIBRARY_PATH) DEFAULT_TO_ENGLISH_FOR_PACKING=1 ARCH_FLAGS=$(ARCH_FLAGS) TMP=/tmp $(MAKE) else