Author: everaldo
Date: 2008-02-15 11:23:54 -0500 (Fri, 15 Feb 2008)
New Revision: 95762

Modified:
   trunk/release/garmono/ChangeLog
   trunk/release/garmono/gar.conf.mk
   trunk/release/garmono/gar.lib.mk
   trunk/release/garmono/linux/tasks/build-full/Makefile
   trunk/release/garmono/linux/tasks/build-web/Makefile
   trunk/release/garmono/linux/tasks/build/Makefile
   trunk/release/garmono/maemo/debs/mono/Makefile
Log:
2008-02-14  Everaldo Canuto <[EMAIL PROTECTED]>

        * gar.conf.mk: SBOX_PREFIX added.

        * gar.lib.mk: Disable extra inclusions.

        * linux/tasks/build/Makefile: Fix gar.mk location.
        * linux/tasks/build-full/Makefile: Fix gar.mk location.
        * linux/tasks/build-web/Makefile: Fix gar.mk location.

        * maemo/debs/mono/Makefile: Fix dpkg params to clean source tree after 
        package creation.



Modified: trunk/release/garmono/ChangeLog
===================================================================
--- trunk/release/garmono/ChangeLog     2008-02-15 16:08:00 UTC (rev 95761)
+++ trunk/release/garmono/ChangeLog     2008-02-15 16:23:54 UTC (rev 95762)
@@ -1,3 +1,16 @@
+2008-02-14  Everaldo Canuto <[EMAIL PROTECTED]>
+
+       * gar.conf.mk: SBOX_PREFIX added.
+
+       * gar.lib.mk: Disable extra inclusions.
+
+       * linux/tasks/build/Makefile: Fix gar.mk location.
+       * linux/tasks/build-full/Makefile: Fix gar.mk location.
+       * linux/tasks/build-web/Makefile: Fix gar.mk location.
+
+       * maemo/debs/mono/Makefile: Fix dpkg params to clean source tree after 
+       package creation.
+
 2008-02-13  Everaldo Canuto <[EMAIL PROTECTED]>
 
        * maemo/debs/mono/Makefile: Fix i386 packages and also add sources 
package

Modified: trunk/release/garmono/gar.conf.mk
===================================================================
--- trunk/release/garmono/gar.conf.mk   2008-02-15 16:08:00 UTC (rev 95761)
+++ trunk/release/garmono/gar.conf.mk   2008-02-15 16:23:54 UTC (rev 95762)
@@ -19,6 +19,9 @@
 XSP_VERSION       = $(MONO_VERSION)
 MODMONO_VERSION   = $(MONO_VERSION)
 
+# Scratchbox
+SBOX_PREFIX ?= /scratchbox/devkits/mono
+
 # Remote addresses.
 MASTER_SITES += http://go-mono.com/sources/$(GARNAME)/
 

Modified: trunk/release/garmono/gar.lib.mk
===================================================================
--- trunk/release/garmono/gar.lib.mk    2008-02-15 16:08:00 UTC (rev 95761)
+++ trunk/release/garmono/gar.lib.mk    2008-02-15 16:23:54 UTC (rev 95762)
@@ -735,7 +735,8 @@
 show-%s:
        @$(MAKE) -s DESTIMG=$(DESTIMG) deep-valueof-$* | sort | uniq
 
-include $(addprefix $(GARDIR)/,$(sort $(GAR_EXTRA_LIBS)))
+# Disable extra inclusions for now.
+#include $(addprefix $(GARDIR)/,$(sort $(GAR_EXTRA_LIBS)))
 
 # Mmm, yesssss.  cookies my preciousssss!  Mmm, yes downloads it
 # is!  We mustn't have nasty little gmakeses deleting our

Modified: trunk/release/garmono/linux/tasks/build/Makefile
===================================================================
--- trunk/release/garmono/linux/tasks/build/Makefile    2008-02-15 16:08:00 UTC 
(rev 95761)
+++ trunk/release/garmono/linux/tasks/build/Makefile    2008-02-15 16:23:54 UTC 
(rev 95762)
@@ -14,5 +14,5 @@
 endef
 
 # This should go before any hand-made rules.
-include ../../gar.mk
+include ../../../gar.mk
 

Modified: trunk/release/garmono/linux/tasks/build-full/Makefile
===================================================================
--- trunk/release/garmono/linux/tasks/build-full/Makefile       2008-02-15 
16:08:00 UTC (rev 95761)
+++ trunk/release/garmono/linux/tasks/build-full/Makefile       2008-02-15 
16:23:54 UTC (rev 95762)
@@ -14,5 +14,5 @@
 endef
 
 # This should go before any hand-made rules.
-include ../../gar.mk
+include ../../../gar.mk
 

Modified: trunk/release/garmono/linux/tasks/build-web/Makefile
===================================================================
--- trunk/release/garmono/linux/tasks/build-web/Makefile        2008-02-15 
16:08:00 UTC (rev 95761)
+++ trunk/release/garmono/linux/tasks/build-web/Makefile        2008-02-15 
16:23:54 UTC (rev 95762)
@@ -14,5 +14,5 @@
 endef
 
 # This should go before any hand-made rules.
-include ../../gar.mk
+include ../../../gar.mk
 

Modified: trunk/release/garmono/maemo/debs/mono/Makefile
===================================================================
--- trunk/release/garmono/maemo/debs/mono/Makefile      2008-02-15 16:08:00 UTC 
(rev 95761)
+++ trunk/release/garmono/maemo/debs/mono/Makefile      2008-02-15 16:23:54 UTC 
(rev 95762)
@@ -10,9 +10,9 @@
 endef
 
 ifeq ($(shell arch), arm)
-DPKG_PARAMS = -B
+DPKG_PARAMS = -tc -B
 else
-DPKG_PARAMS = 
+DPKG_PARAMS = -tc
 endif
 
 CONFIGURE_SCRIPTS = deb

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to