Date: Tue, 26 Jun 2012 12:51:54 +0000 From: scher@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r238333 - soc2012/scher/par_ports/head/Mk Message-ID: <20120626125154.EF5F91065672@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: scher Date: Tue Jun 26 12:51:54 2012 New Revision: 238333 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=238333 Log: [fixed] new execution flow for options checking. (without debugging output) Modified: soc2012/scher/par_ports/head/Mk/bsd.parallel.mk Modified: soc2012/scher/par_ports/head/Mk/bsd.parallel.mk ============================================================================== --- soc2012/scher/par_ports/head/Mk/bsd.parallel.mk Tue Jun 26 12:45:12 2012 (r238332) +++ soc2012/scher/par_ports/head/Mk/bsd.parallel.mk Tue Jun 26 12:51:54 2012 (r238333) @@ -506,8 +506,6 @@ ( cd $${dir}; \ ${MAKE} "DEP_CHECK_CONFIG=$${already_checked_file}" config-recursive ); \ ${ECHO_CMD} $${dir} >> $${already_checked_file}; \ - else \ - ${ECHO_CMD} $${dir} has been configed; \ fi; \ done
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120626125154.EF5F91065672>