[Libreoffice-commits] .: solenv/inc

François Tigeot ftigeot at kemper.freedesktop.org
Tue May 31 22:44:45 PDT 2011


 solenv/inc/unx.mk |   20 --------------------
 1 file changed, 20 deletions(-)

New commits:
commit 276be90cd44d31fa717811d1e5124a8e18f10c45
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date:   Wed Jun 1 07:42:35 2011 +0200

    Do not try to include non-existent files
    
    These ones were never present in the recorded history of the project
    to begin with.

diff --git a/solenv/inc/unx.mk b/solenv/inc/unx.mk
index b4cd69f..f53ec1e 100644
--- a/solenv/inc/unx.mk
+++ b/solenv/inc/unx.mk
@@ -35,22 +35,6 @@
 
 # --- Compiler ---
 
-.IF "$(COM)$(OS)$(CPU)" == "C50SOLARISS"
-.INCLUDE : unxsols2.mk
-.ENDIF
-
-.IF "$(COM)$(OS)$(CPU)" == "C50SOLARISI"
-.INCLUDE : unxsoli2.mk
-.ENDIF
-
-.IF "$(OS)$(CPU)$(COMEX)" == "SOLARISS3"
-.INCLUDE : unxsols3.mk
-.ENDIF
-
-.IF "$(OS)$(CPU)$(COMEX)" == "SOLARISI3"
-.INCLUDE : unxsoli3.mk
-.ENDIF
-
 .IF "$(OS)$(CPU)$(COMEX)" == "SOLARISS4"
 .INCLUDE : unxsols4.mk
 .ENDIF
@@ -63,10 +47,6 @@
 .INCLUDE : unxsolu4.mk
 .ENDIF
 
-.IF "$(OS)$(CPU)$(COMEX)" == "SOLARISX4"
-.INCLUDE : unxsolx4.mk
-.ENDIF
-
 .IF "$(COM)$(OS)$(CPU)" == "GCCSOLARISS"
 .INCLUDE : unxsogs.mk
 .ENDIF


More information about the Libreoffice-commits mailing list