[Debootloaders-devel] r221 - in /trunk/emile: Makefile debian/changelog

wouter at alioth.debian.org wouter at alioth.debian.org
Mon Feb 4 17:37:24 UTC 2008


Author: wouter
Date: Mon Feb  4 17:37:24 2008
New Revision: 221

URL: http://svn.debian.org/wsvn/debootloaders/?sc=1&rev=221
Log:
Make it build on non-m68k

Modified:
    trunk/emile/Makefile
    trunk/emile/debian/changelog

Modified: trunk/emile/Makefile
URL: http://svn.debian.org/wsvn/debootloaders/trunk/emile/Makefile?rev=221&op=diff
==============================================================================
--- trunk/emile/Makefile (original)
+++ trunk/emile/Makefile Mon Feb  4 17:37:24 2008
@@ -49,7 +49,7 @@
   M68K_GCC_VERSION=$(shell $(M68K_CROSS_COMPILE)gcc -dumpversion 2> /dev/null)
 endif
 ifeq ($(M68K_GCC_VERSION), )
-$(error Cannot find m68k cross-compiler $(M68K_GCC_VERSION))
+$(warning Cannot find m68k cross-compiler $(M68K_GCC_VERSION))
 endif
 $(info m68k cross-compiler is $(M68K_CROSS_COMPILE)gcc $(M68K_GCC_VERSION))
 endif

Modified: trunk/emile/debian/changelog
URL: http://svn.debian.org/wsvn/debootloaders/trunk/emile/debian/changelog?rev=221&op=diff
==============================================================================
--- trunk/emile/debian/changelog (original)
+++ trunk/emile/debian/changelog Mon Feb  4 17:37:24 2008
@@ -1,6 +1,7 @@
-emile (0.11-2) UNRELEASED; urgency=low
+emile (0.11-2) unstable; urgency=low
 
-  * 
+  * Change $(error) in Makefile to $(warning), otherwise we can't build the
+    binaries when we don't have a crosscompiler.
 
  -- Wouter Verhelst <wouter at debian.org>  Mon, 04 Feb 2008 17:54:02 +0100
 




More information about the Debootloaders-devel mailing list