forked from remote/site-ffmuc
Use ${MAKE} instead of calling make
This commit is contained in:
6
Makefile
6
Makefile
@@ -20,14 +20,14 @@ GLUON_MAKE := ${MAKE} -j ${JOBS} -C ${GLUON_BUILD_DIR} \
|
|||||||
GLUON_BRANCH=${GLUON_BRANCH}
|
GLUON_BRANCH=${GLUON_BRANCH}
|
||||||
|
|
||||||
all: gluon-clean
|
all: gluon-clean
|
||||||
make manifest
|
${MAKE} manifest
|
||||||
make gluon-clean
|
${MAKE} gluon-clean
|
||||||
|
|
||||||
build: gluon-prepare
|
build: gluon-prepare
|
||||||
${GLUON_MAKE}
|
${GLUON_MAKE}
|
||||||
|
|
||||||
images: build
|
images: build
|
||||||
make images-clean
|
${MAKE} images-clean
|
||||||
mv ${GLUON_BUILD_DIR}/images .
|
mv ${GLUON_BUILD_DIR}/images .
|
||||||
|
|
||||||
manifest: images
|
manifest: images
|
||||||
|
|||||||
Reference in New Issue
Block a user