<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/pepe2k/include/verbose.mk, branch v21.02.0</title>
<subtitle>Staging tree of Piotr Dymacz</subtitle>
<id>https://git.openwrt.org/openwrt/staging/pepe2k/atom?h=v21.02.0</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/pepe2k/atom?h=v21.02.0'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/'/>
<updated>2021-02-05T13:54:47Z</updated>
<entry>
<title>build: use SPDX license tags</title>
<updated>2021-02-05T13:54:47Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2020-09-22T02:48:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=a17b8eaa2e4b319b7069170398fe965786a813e9'/>
<id>urn:sha1:a17b8eaa2e4b319b7069170398fe965786a813e9</id>
<content type='text'>
The license folder is a core part of OpenWrt and all GPL-2.0 licensed.
Use SPDX license tags to allow machines to check licenses.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
[rebase, keep some Copyright lines, sharpen commit message]
Signed-off-by: Adrian Schmutzler &lt;freifunk@adrianschmutzler.de&gt;
</content>
</entry>
<entry>
<title>include/verbose.mk: Add sc to failure message</title>
<updated>2018-07-30T08:43:36Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2018-07-24T09:09:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=0aaa65075508035bdf6c8fc8fa9a79b94dc5eadc'/>
<id>urn:sha1:0aaa65075508035bdf6c8fc8fa9a79b94dc5eadc</id>
<content type='text'>
Add sc to build error message

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
</entry>
<entry>
<title>verbose.mk: quote SUBMAKE options</title>
<updated>2018-07-12T08:24:36Z</updated>
<author>
<name>李国</name>
</author>
<published>2018-07-06T10:03:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=671999157d6cd0b629304f86beec7d71fc998b09'/>
<id>urn:sha1:671999157d6cd0b629304f86beec7d71fc998b09</id>
<content type='text'>
build openwrt on centos 6 I should use devtoolset-3 to get gcc 4.9, but
it fail when make menuconfig. so I have to give option HOSTCC='gcc
-Wl,--copy-dt-needed-entries' to make. But it passed to sub make to
HOSTCC=gcc as micro SUBMAKE expand to HOSTCC=gcc
-Wl,--copy-dt-needed-entries. This patch fix this issue.

make -C build menuconfig HOSTCC='gcc -Wl,--copy-dt-needed-entries' V='1'
make: Entering directory `/work/openwrt/openwrt/build'
/opt/rh/devtoolset-3/root/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/ld:
lxdialog/checklist.o: undefined reference to symbol 'acs_map'
//lib64/libtinfo.so.5: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[1]: *** [mconf] Error 1
make -s -C scripts/config all CC=gcc -Wl,--copy-dt-needed-entries: build
failed. Please re-run make with -j1 V=s to see what's going on
make: *** [scripts/config/mconf] Error 1
make: Leaving directory `/work/openwrt/openwrt/build'

Signed-off-by: 李国 &lt;uxgood.org@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: tell users to do non-paralle builds on errors</title>
<updated>2015-04-16T12:18:26Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-04-16T12:18:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=a0ced5164a6180de55946565fb4a7237948c93bb'/>
<id>urn:sha1:a0ced5164a6180de55946565fb4a7237948c93bb</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 45457
</content>
</entry>
<entry>
<title>include: remove trailing whitespaces</title>
<updated>2015-03-29T07:29:18Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2015-03-29T07:29:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=7002f6326e9dcd4cb3272763ba9b9debd9f3a60d'/>
<id>urn:sha1:7002f6326e9dcd4cb3272763ba9b9debd9f3a60d</id>
<content type='text'>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 45127
</content>
</entry>
<entry>
<title>build: make the color of the 'configuration out of sync' warning red to make it harder for users to overlook</title>
<updated>2013-03-17T21:12:02Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2013-03-17T21:12:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=a4c8d4e3779af3169825c48b6de782a3620304f7'/>
<id>urn:sha1:a4c8d4e3779af3169825c48b6de782a3620304f7</id>
<content type='text'>
SVN-Revision: 36082
</content>
</entry>
<entry>
<title>build: fix bad file descriptor issues with the verbosity changes</title>
<updated>2012-04-26T18:13:17Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2012-04-26T18:13:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=6af6c0ae7605010717246349702e3c788ac9f171'/>
<id>urn:sha1:6af6c0ae7605010717246349702e3c788ac9f171</id>
<content type='text'>
SVN-Revision: 31486
</content>
</entry>
<entry>
<title>build: rework verbosity level selection</title>
<updated>2012-04-26T17:53:56Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2012-04-26T17:53:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=34ffb526a27dc3f1bf16cd6cdebbfa08c40a6d7a'/>
<id>urn:sha1:34ffb526a27dc3f1bf16cd6cdebbfa08c40a6d7a</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Allow colored output to be disabled when running a non-verbose build by setting NO_COLOR=1</title>
<updated>2010-02-08T22:28:19Z</updated>
<author>
<name>Lars-Peter Clausen</name>
</author>
<published>2010-02-08T22:28:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=6f3db147b68d6cb6557f6857b90bf6c67afbcf1f'/>
<id>urn:sha1:6f3db147b68d6cb6557f6857b90bf6c67afbcf1f</id>
<content type='text'>
SVN-Revision: 19560
</content>
</entry>
<entry>
<title>disable stdin unless make V=99; fixes bug where compilation can stall waiting for input</title>
<updated>2010-02-04T04:43:17Z</updated>
<author>
<name>Mike Baker</name>
</author>
<published>2010-02-04T04:43:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=129a1e0714dcb4c12681f162b52310b08e7a680c'/>
<id>urn:sha1:129a1e0714dcb4c12681f162b52310b08e7a680c</id>
<content type='text'>
SVN-Revision: 19511
</content>
</entry>
</feed>
