diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-01-28 07:40:20 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-01-28 07:40:20 +0000 |
commit | 2dd789c8b0a9536ceca118023f77b0df6bbacba2 (patch) | |
tree | 87fd702b49cc5a48b825946ba9bb0e1925ce82b0 | |
parent | Replace BROKEN with IGNORE. (diff) |
Incorporate 1.523 from the master.
Notes
Notes:
svn path=/head/; revision=154631
-rw-r--r-- | devel/portmk/Mk/bsd.port.mk | 2 | ||||
-rw-r--r-- | ports-mgmt/portmk/Mk/bsd.port.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/portmk/Mk/bsd.port.mk b/devel/portmk/Mk/bsd.port.mk index 68e644936cfe..4f74d92a7f97 100644 --- a/devel/portmk/Mk/bsd.port.mk +++ b/devel/portmk/Mk/bsd.port.mk @@ -4713,7 +4713,7 @@ ALL-DEPENDS-LIST= \ continue; \ fi; \ ${ECHO_CMD} $$d; \ - if ! children=$$(${MAKE} -C $$d -V _DEPEND_DIRS); then\ + if ! children=$$(cd $$d && ${MAKE} -V _DEPEND_DIRS); then\ ${ECHO_MSG} "${PKGNAME}: \"$$d\" erroneous -- dependency list incomplete" >&2; \ continue; \ fi; \ diff --git a/ports-mgmt/portmk/Mk/bsd.port.mk b/ports-mgmt/portmk/Mk/bsd.port.mk index 68e644936cfe..4f74d92a7f97 100644 --- a/ports-mgmt/portmk/Mk/bsd.port.mk +++ b/ports-mgmt/portmk/Mk/bsd.port.mk @@ -4713,7 +4713,7 @@ ALL-DEPENDS-LIST= \ continue; \ fi; \ ${ECHO_CMD} $$d; \ - if ! children=$$(${MAKE} -C $$d -V _DEPEND_DIRS); then\ + if ! children=$$(cd $$d && ${MAKE} -V _DEPEND_DIRS); then\ ${ECHO_MSG} "${PKGNAME}: \"$$d\" erroneous -- dependency list incomplete" >&2; \ continue; \ fi; \ |