From 4240653787318f2bf62f5dfd94046d7debb5ae9a Mon Sep 17 00:00:00 2001 From: radius Date: Sun, 28 Aug 2016 16:45:49 -0500 Subject: [PATCH] add MAKE variable --- recipes/apple/cores-ios-generic.conf | 1 + recipes/apple/cores-ios9-generic.conf | 1 + recipes/apple/cores-osx-x64-generic.conf | 1 + recipes/blackberry/cores-qnx-generic.conf | 1 + recipes/linux/cores-linux-armhf-generic.conf | 1 + recipes/linux/cores-linux-x64-cross.conf | 1 + recipes/linux/cores-linux-x64-generic.conf | 1 + recipes/linux/cores-linux-x86-generic.conf | 1 + recipes/nintendo/3ds.conf | 1 + recipes/nintendo/gamecube.conf | 1 + recipes/nintendo/wii.conf | 1 + recipes/playstation/ps3.conf | 1 + recipes/playstation/psp.conf | 1 + recipes/playstation/vita-cross.conf | 1 + recipes/playstation/vita.conf | 1 + 15 files changed, 15 insertions(+) diff --git a/recipes/apple/cores-ios-generic.conf b/recipes/apple/cores-ios-generic.conf index 96c1a0e8..a0e1333c 100644 --- a/recipes/apple/cores-ios-generic.conf +++ b/recipes/apple/cores-ios-generic.conf @@ -1,3 +1,4 @@ platform ios PLATFORM ios CORE_JOB YES +MAKE make diff --git a/recipes/apple/cores-ios9-generic.conf b/recipes/apple/cores-ios9-generic.conf index e33f1831..7f8a3049 100644 --- a/recipes/apple/cores-ios9-generic.conf +++ b/recipes/apple/cores-ios9-generic.conf @@ -1,3 +1,4 @@ platform ios9 PLATFORM ios9 CORE_JOB YES +MAKE make diff --git a/recipes/apple/cores-osx-x64-generic.conf b/recipes/apple/cores-osx-x64-generic.conf index 376fbd17..da27cf1d 100644 --- a/recipes/apple/cores-osx-x64-generic.conf +++ b/recipes/apple/cores-osx-x64-generic.conf @@ -1,3 +1,4 @@ platform osx PLATFORM osx CORE_JOB YES +MAKE make diff --git a/recipes/blackberry/cores-qnx-generic.conf b/recipes/blackberry/cores-qnx-generic.conf index f677398a..3a27c66d 100644 --- a/recipes/blackberry/cores-qnx-generic.conf +++ b/recipes/blackberry/cores-qnx-generic.conf @@ -1,3 +1,4 @@ platform qnx PLATFORM qnx CORE_JOB YES +MAKE make diff --git a/recipes/linux/cores-linux-armhf-generic.conf b/recipes/linux/cores-linux-armhf-generic.conf index 596e42cc..f798af28 100644 --- a/recipes/linux/cores-linux-armhf-generic.conf +++ b/recipes/linux/cores-linux-armhf-generic.conf @@ -2,3 +2,4 @@ platform unix PLATFORM unix MAKEPORTABLE YES CORE_JOB YES +MAKE make diff --git a/recipes/linux/cores-linux-x64-cross.conf b/recipes/linux/cores-linux-x64-cross.conf index e66e5b2e..0e7923c9 100644 --- a/recipes/linux/cores-linux-x64-cross.conf +++ b/recipes/linux/cores-linux-x64-cross.conf @@ -2,3 +2,4 @@ platform linux PLATFORM linux MAKEPORTABLE YES CORE_JOB YES +MAKE make diff --git a/recipes/linux/cores-linux-x64-generic.conf b/recipes/linux/cores-linux-x64-generic.conf index 596e42cc..f798af28 100644 --- a/recipes/linux/cores-linux-x64-generic.conf +++ b/recipes/linux/cores-linux-x64-generic.conf @@ -2,3 +2,4 @@ platform unix PLATFORM unix MAKEPORTABLE YES CORE_JOB YES +MAKE make diff --git a/recipes/linux/cores-linux-x86-generic.conf b/recipes/linux/cores-linux-x86-generic.conf index 596e42cc..f798af28 100644 --- a/recipes/linux/cores-linux-x86-generic.conf +++ b/recipes/linux/cores-linux-x86-generic.conf @@ -2,3 +2,4 @@ platform unix PLATFORM unix MAKEPORTABLE YES CORE_JOB YES +MAKE make diff --git a/recipes/nintendo/3ds.conf b/recipes/nintendo/3ds.conf index 09ba6b6d..ea4eac2e 100644 --- a/recipes/nintendo/3ds.conf +++ b/recipes/nintendo/3ds.conf @@ -8,3 +8,4 @@ AEMSTRO /home/buildbot/tools/devkitpro/aemstro RA YES CORE_JOB YES JOBS 4 +MAKE make diff --git a/recipes/nintendo/gamecube.conf b/recipes/nintendo/gamecube.conf index 6b63c416..062d8a44 100644 --- a/recipes/nintendo/gamecube.conf +++ b/recipes/nintendo/gamecube.conf @@ -9,3 +9,4 @@ DEVKITPPC /home/buildbot/tools/devkitpro/devkitPPC RA YES JOBS 4 CORE_JOB YES +MAKE make diff --git a/recipes/nintendo/wii.conf b/recipes/nintendo/wii.conf index f4fdd4a4..8608dd12 100644 --- a/recipes/nintendo/wii.conf +++ b/recipes/nintendo/wii.conf @@ -10,3 +10,4 @@ DEVKITPPC_ROOT_DIR /home/buildbot/tools/devkitpro/devkitPPC RA YES JOBS 4 CORE_JOB YES +MAKE make diff --git a/recipes/playstation/ps3.conf b/recipes/playstation/ps3.conf index b7c045a1..d30eadba 100644 --- a/recipes/playstation/ps3.conf +++ b/recipes/playstation/ps3.conf @@ -10,3 +10,4 @@ RA YES JOBS 4 CORE_JOB YES DISPLAY :999 +MAKE make diff --git a/recipes/playstation/psp.conf b/recipes/playstation/psp.conf index 8bd90fb8..93b113a0 100644 --- a/recipes/playstation/psp.conf +++ b/recipes/playstation/psp.conf @@ -8,3 +8,4 @@ CXX psp-g++ MAKE /usr/bin/make RA YES CORE_JOB YES +MAKE make diff --git a/recipes/playstation/vita-cross.conf b/recipes/playstation/vita-cross.conf index f2a0df4e..04f20f2a 100644 --- a/recipes/playstation/vita-cross.conf +++ b/recipes/playstation/vita-cross.conf @@ -5,3 +5,4 @@ VITASDK /home/buildbot/tools/vita/ JOBS 4 CORE_JOB YES LIBSUFFIX _vita +MAKE make diff --git a/recipes/playstation/vita.conf b/recipes/playstation/vita.conf index aaf1e0ff..da5d5c59 100644 --- a/recipes/playstation/vita.conf +++ b/recipes/playstation/vita.conf @@ -5,3 +5,4 @@ VITASDK /home/buildbot/tools/vita/ RA YES JOBS 4 CORE_JOB YES +MAKE make