mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2026-01-10 17:21:46 +00:00
Do not error when attempting to build ARM under wheezy.
This commit is contained in:
5
Makefile
5
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user