PERFORCE change 122037 for review
Gabor Kovesdan
gabor at FreeBSD.org
Wed Jun 20 13:18:40 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=122037
Change 122037 by gabor at gabor_server on 2007/06/20 13:18:15
Fix dependency handling by adding a missing semicolon.
Spotted by: sat
Affected files ...
.. //depot/projects/soc2006/gabor_destdir/Mk/bsd.port.mk#18 edit
Differences ...
==== //depot/projects/soc2006/gabor_destdir/Mk/bsd.port.mk#18 (text+ko) ====
@@ -4745,7 +4745,7 @@
else \
(cd $$dir; ${MAKE} -DINSTALLS_DEPENDS $$target $$depends_args) ; \
fi; \
- ${ECHO_MSG} "===> Returning to build of ${PKGNAME}"
+ ${ECHO_MSG} "===> Returning to build of ${PKGNAME}";
.for deptype in EXTRACT PATCH FETCH BUILD RUN
${deptype:L}-depends:
@@ -4820,7 +4820,6 @@
notfound=1; \
fi; \
fi; \
-### FIXME: somehow it breaks after the two fi statements?
if [ $$notfound != 0 ]; then \
${ECHO_MSG} "===> Verifying $$target for $$prog in $$dir"; \
if [ ! -d "$$dir" ]; then \
More information about the p4-projects
mailing list