You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/include
Matthias Schiffer 6fb212f293
build: don't add -j for parallel builds with Make 4.2+
Make usually passes -j and jobserver arguments as part of MAKEFLAGS. LEDE
removes MAKEFLAGS to have better control of the build, and re-adds the
jobserver arguments with -j to the Make commandline where desired.

Make 4.2+ behave differently with these arguments passed on the commandline
than in MAKEFLAGS: -j will override the jobserver argument and the job
count will be unlimited.

Moving the flags to MAKEFLAGS will need many packages to be changed and
tested; therefore, we opt for a less invasive change for now and just
remove -j for Make 4.2+, as the jobserver argument alone is enough to
enable parallel builds for these Make versions.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
8 years ago
..
site toolchain: add support of ARC architecture 9 years ago
autotools.mk include/autotools.mk: fix gettext installation path 9 years ago
cmake.mk include/cmake.mk: Add helper macro to handle conditionals for CMake boolean type variables 8 years ago
debug.mk include: remove trailing whitespaces 9 years ago
depends.mk include: remove trailing whitespaces 9 years ago
device_table.txt image: ensure that /dev/console exist in rootfs images 11 years ago
download.mk download.mk: use HTTPS for git.lede-project.org 8 years ago
feeds.mk include: remove unused FeedPackageDir macro arguments 8 years ago
hardening.mk hardening: make override variables more intuitive 9 years ago
host-build.mk build: don't add -j for parallel builds with Make 4.2+ 8 years ago
host.mk include: remove trailing whitespaces 9 years ago
image-commands.mk image.mk: split off all Build/* commands into image-commands.mk 8 years ago
image.mk image.mk: fix dependencies for legacy make prepare step 8 years ago
kernel-build.mk build system: have tar use $SOURCE_DATE_EPOCH for --mtime 8 years ago
kernel-defaults.mk build: split scripts/metadata.pl into target-metadata.pl and package-metadata.pl 8 years ago
kernel-version.mk kernel: update kernel 4.4 to version 4.4.13 8 years ago
kernel.mk build: split scripts/metadata.pl into target-metadata.pl and package-metadata.pl 8 years ago
netfilter.mk include/netfilter.mk: fix kmod-ipt-tee build with 4.3/4.4 9 years ago
nls.mk nls.mk: add -rpath-link when needed for NLS support 9 years ago
package-bin.mk include: remove trailing whitespaces 9 years ago
package-defaults.mk include: remove now unused PACKAGE_SUBDIR variable 8 years ago
package-dumpinfo.mk include: fix nonshared flag handling 8 years ago
package-ipkg.mk include: remove unused FeedPackageDir macro arguments 8 years ago
package-seccomp.mk include: add a seccomp filter install wrapper 9 years ago
package.mk build: don't add -j for parallel builds with Make 4.2+ 8 years ago
prereq-build.mk build: allow to build LEDE on latest MacOS X 8 years ago
prereq.mk build: do not overwrite already existing host commands 9 years ago
quilt.mk build: for refresh, override HOST_QUILT like QUILT 9 years ago
scan.awk build: propagate override information to .packageinfo 9 years ago
scan.mk build: ignore the linux package in the sdk only for generating package data, not for dependencies 9 years ago
scons.mk fix up scons vs ccache 12 years ago
shell.sh include: remove trailing whitespaces 9 years ago
subdir.mk build: add logging for package host builds 9 years ago
target.mk build: remove profile kernel/build system config override support 8 years ago
toolchain-build.mk include: remove trailing whitespaces 9 years ago
toplevel.mk build: split scripts/metadata.pl into target-metadata.pl and package-metadata.pl 8 years ago
uclibc++.mk toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ support mandatory - fixes recursive config symbol dependency issues 11 years ago
unpack.mk include: remove trailing whitespaces 9 years ago
verbose.mk build: tell users to do non-paralle builds on errors 9 years ago
version.mk include: move VERSION_DIST_SANITIZED to version.mk 8 years ago