Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 135137 Details for
Bug 198024
[patch] gendepends.awk -- slight efficiency improvement
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gendepends.awk.diff
gendepends.awk.diff (text/plain), 1.05 KB, created by
Steve L
on 2007-11-04 07:18:12 UTC
(
hide
)
Description:
gendepends.awk.diff
Filename:
MIME Type:
Creator:
Steve L
Created:
2007-11-04 07:18:12 UTC
Size:
1.05 KB
patch
obsolete
>--- /lib/rcscripts/awk/gendepends.awk 2007-04-14 08:31:58.000000000 +0100 >+++ gendepends.awk 2007-11-04 07:16:46.000000000 +0000 >@@ -420,44 +420,32 @@ > RC_NUMBER++ > > DEPTREE[RC_NUMBER,NAME] = $2 >- } >- >- if ($1 == "NEED") { >+ } else if ($1 == "NEED") { > sub(/NEED[[:space:]]*/, "") > > if ($0 != "") > add_deptree_item(RC_NUMBER, NEED, $0) >- } >- >- if ($1 == "USE") { >+ } else if ($1 == "USE") { > sub(/USE[[:space:]]*/, "") > > if ($0 != "") > add_deptree_item(RC_NUMBER, USE, $0) >- } >- >- if ($1 == "BEFORE") { >+ } else if ($1 == "BEFORE") { > sub(/BEFORE[[:space:]]*/, "") > > if ($0 != "") > add_deptree_item(RC_NUMBER, BEFORE, $0) >- } >- >- if ($1 == "AFTER") { >+ } else if ($1 == "AFTER") { > sub(/AFTER[[:space:]]*/, "") > > if ($0 != "") > add_deptree_item(RC_NUMBER, AFTER, $0) >- } >- >- if ($1 == "PROVIDE") { >+ } else if ($1 == "PROVIDE") { > sub(/PROVIDE[[:space:]]*/, "") > > if ($0 != "") > add_deptree_item(RC_NUMBER, PROVIDE, $0) >- } >- >- if ($1 == "MTIME") { >+ } else if ($1 == "MTIME") { > sub(/MTIME[[:space:]]*/, "") > > if ($0 != "") {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 198024
: 135137