From 55ce0d1e76b0d88ef0fb62ac43bc66da031bfc5b Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Tue, 5 Apr 2016 11:30:03 -0700 Subject: [PATCH] Do not error when attempting to build ARM under wheezy. --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2e72a93a..743df60f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -############################################################ +########################################################### # # Work in progress. # @@ -55,8 +55,7 @@ onl-arm arm: arm_toolchain_check packages_base_all else onl-arm arm: - @/bin/echo -e "*\n* ERROR\n*\n* ARM Architecture support is only available in Jessie builds. Please use onbuilder -8.\n*" - @exit 1 + @/bin/echo -e "*\n* Warning\n*\n* ARM Architecture support is only available in Jessie builds. Please use onbuilder -8.\n*" endif