[Libreoffice-commits] .: Branch 'libreoffice-3-4' - patches/dev300

Petr Mladek pmladek at kemper.freedesktop.org
Fri Apr 29 07:34:58 PDT 2011


 patches/dev300/apply                   |    4 ----
 patches/dev300/makefile-idl-build.diff |   28 ----------------------------
 2 files changed, 32 deletions(-)

New commits:
commit bc3c3ddb6c940c273a40b5edce4871db5ebb060c
Author: Petr Mladek <pmladek at suse.cz>
Date:   Fri Apr 29 16:33:42 2011 +0200

    bin unused makefile-idl-build.diff
    
    these build targets have never really been used

diff --git a/patches/dev300/apply b/patches/dev300/apply
index f1a6476..0c8fdda 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -135,10 +135,6 @@ cli-mono-common.diff
 cli-component.diff
 
 [ TemporaryHacks ]
-
-# add idl target to toplevel makefile
-makefile-idl-build.diff, noelpwer
-
 # Replace hunspell linked list implementation with hashed implementation
 # Reduces hunspell mem usage by more than half (3.7M to ~680K)
 # (even bigger savings on 64bit, and with dicts like the Czech one)
diff --git a/patches/dev300/makefile-idl-build.diff b/patches/dev300/makefile-idl-build.diff
deleted file mode 100644
index 593cabe..0000000
--- a/patches/dev300/makefile-idl-build.diff
+++ /dev/null
@@ -1,28 +0,0 @@
----
- makefile.rc |   10 ++++++++++
- 1 files changed, 10 insertions(+), 0 deletions(-)
-
-diff --git makefile.rc makefile.rc
-index ebe4104..80a9b2a 100644
---- makefile.rc
-+++ makefile.rc
-@@ -40,6 +40,16 @@ check_modules .PHONY :
- 	@+echo Checking module list
- 	@+perl $(SOLARENV)$/bin$/build.pl --checkmodules
- 
-+idl_offapi .SETDIR=offapi .PHONY :
-+    @+perl $(SOLARENV)$/bin$/build.pl
-+    @+perl $(SOLARENV)$/bin$/deliver.pl
-+
-+idl_offuh .SETDIR=offuh .PHONY :
-+    @+perl $(SOLARENV)$/bin$/build.pl
-+    @+perl $(SOLARENV)$/bin$/deliver.pl
-+
-+idl  : idl_offapi idl_offuh
-+
- # Only build when all modules available
- build_instsetoo_native .SETDIR=instsetoo_native/prj : check_modules
- 	@+perl $(SOLARENV)$/bin$/build.pl --all $(PROFULLSWITCH)
--- 
-1.7.0.1
-


More information about the Libreoffice-commits mailing list