pkg(python): remove forced -j64 in favor of MAKEFLAGS
This commit is contained in:
parent
cf67bd94e9
commit
99dee4c904
|
@ -15,8 +15,8 @@ ${ENV_FILE}:
|
||||||
|
|
||||||
${BIN_DIR}: ${BUILD_DIR}Python-${VERSION}/
|
${BIN_DIR}: ${BUILD_DIR}Python-${VERSION}/
|
||||||
cd $< && ./configure --prefix /
|
cd $< && ./configure --prefix /
|
||||||
$(MAKE) -j64 -C $<
|
$(MAKE) -C $<
|
||||||
DESTDIR=../${PKG_SLUG} $(MAKE) -j64 -C $< altinstall || true
|
DESTDIR=../${PKG_SLUG} $(MAKE) -C $< altinstall || true
|
||||||
|
|
||||||
${BUILD_DIR}Python-${VERSION}.tar.gz:
|
${BUILD_DIR}Python-${VERSION}.tar.gz:
|
||||||
curl "https://www.python.org/ftp/python/${VERSION}/Python-${VERSION}.tgz" -o $@
|
curl "https://www.python.org/ftp/python/${VERSION}/Python-${VERSION}.tgz" -o $@
|
||||||
|
|
Loading…
Reference in New Issue