bugzilla-daemon@bugzilla.netfilter.org
2006-Dec-31 03:37 UTC
[Bug 527] the check make target has a greedy debug grep
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=527 ------- Additional Comments From vapier@gentoo.org 2006-12-30 05:34 MET ------- Created an attachment (id=280) --> (https://bugzilla.netfilter.org/bugzilla/attachment.cgi?id=280&action=view) iptables-more-exact-check-grep.patch this tweaks the grep: egrep -e '(^|[[:space:]])(-g|-pg|-DIPTC_DEBUG)([[:space:]]|$)' that way the flag needs to appear either at the start or end or is bordered by whitespace ------- Additional Comments From vapier@gentoo.org 2006-12-31 03:37 MET ------- note that i had wanted to just use the simpler grep expression: egrep -e '\<(-g|-pg|-DIPTC_DEBUG)\>' > /dev/null but it didnt work for me when the stuff after \< started with a '-' ... maybe someone else can get it to work -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon@bugzilla.netfilter.org
2007-Jan-10 14:56 UTC
[Bug 527] the check make target has a greedy debug grep
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=527 kaber@trash.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From kaber@trash.net 2007-01-10 14:56 MET ------- Applied, thanks. -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon@bugzilla.netfilter.org
2007-Jan-10 14:56 UTC
[Bug 527] the check make target has a greedy debug grep
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=527 kaber@trash.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From kaber@trash.net 2007-01-10 14:56 MET ------- Applied, thanks. -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You reported the bug, or are watching the reporter.
Apparently Analagous Threads
- [Bug 527] New: the check make target has a greedy debug grep
- [Bug 713] New: CPPFLAGS are mishandled which breaks non-shared targets
- [Bug 559] Cannot use ULOG target
- [Bug 472] REDIRECT target translates all packets' destination to main IP of interface
- [Bug 633] New: No chain/target/match by that name