openwrt-Ansuel/include
Felix Fietkau 34ffb526a2 build: rework verbosity level selection
V=99 and V=1 are now deprecated in favor of a new verbosity class system,
though the old flags are still supported.
You can set the V variable on the command line (or OPENWRT_VERBOSE in the
environment) to one or more of the following characters:

- s: stdout+stderr (equal to the old V=99)
- c: commands (for build systems that suppress commands by default, e.g. kbuild)
- w: warnings/errors only (equal to the old V=1)

SVN-Revision: 31484
2012-04-26 17:53:56 +00:00
..
site
autotools.mk
cmake.mk
debug.mk
depends.mk
download.mk
host-build.mk
host.mk
image.mk
kernel-build.mk
kernel-defaults.mk build: rework verbosity level selection 2012-04-26 17:53:56 +00:00
kernel-version.mk kernel: update linux 3.3 to 3.3.3 2012-04-24 09:25:38 +00:00
kernel.mk
netfilter.mk
nls.mk
package-bin.mk
package-defaults.mk
package-dumpinfo.mk
package-ipkg.mk
package-version-override.mk
package.mk
prereq-build.mk Add git version check to prerequisite check (#11229) 2012-04-06 12:05:59 +00:00
prereq.mk
quilt.mk
scan.mk
shell.sh
subdir.mk
target.mk ensure that profile Makefiles are sourced in alphabetical order Since make 3.82 does not guarantee file ordering anymore, target profiles might get included in random order, leading to bad default values when only selecting the toplevel target and populating the .config with defconfig. This commit should also fix the ar71xx snapshot builds. 2012-04-23 16:10:25 +00:00
toolchain-build.mk
toplevel.mk
unpack.mk
verbose.mk build: rework verbosity level selection 2012-04-26 17:53:56 +00:00
version.mk don't overwrite version.mk, substitute REVISION instead 2012-04-13 10:47:45 +00:00