Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jun 2007 13:18:39 GMT
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 122037 for review
Message-ID:  <200706201318.l5KDIdhq059664@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=122037

Change 122037 by gabor@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706201318.l5KDIdhq059664>