FreeBSD Bugzilla – Attachment 58114 Details for
Bug 87642
Contrary to ports(7) there is no target "showconfig-recursive"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-1.diff.txt
patch-1.diff.txt (text/plain), 900 bytes, created by
Andy Kosela
on 2007-07-01 22:10:17 UTC
(
hide
)
Description:
patch-1.diff.txt
Filename:
MIME Type:
Creator:
Andy Kosela
Created:
2007-07-01 22:10:17 UTC
Size:
900 bytes
patch
obsolete
>--- bsd.port.mk Fri Jun 29 16:09:39 2007 >+++ bsd.port.mk Sun Jul 1 22:33:21 2007 >@@ -771,6 +771,7 @@ > # config-recursive > # - Configure options for this port for this port and all dependencies. > # showconfig - Display options config for this port. >+# showconfig-recursive - Display options config for this port and all dependencies. > # rmconfig - Remove the options config for this port. > # rmconfig-recursive > # - Remove the options config for this port and all dependencies. >@@ -6166,6 +6167,14 @@ > done > @${ECHO_MSG} "===> Use 'make config' to modify these settings" > .endif >+.endif >+ >+.if !target(showconfig-recursive) >+showconfig-recursive: >+ @${ECHO_MSG} "===> The following configuration options are available for ${PKGNAME} and dependencies"; >+ @for dir in ${.CURDIR} $$(${ALL-DEPENDS-LIST}); do \ >+ (cd $$dir; ${MAKE} showconfig); \ >+ done > .endif > > .if !target(rmconfig)
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 87642
:
58113
| 58114