Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2019 14:32:04 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r351816 - head/sys/conf
Message-ID:  <201909041432.x84EW4e5046852@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans
Date: Wed Sep  4 14:32:04 2019
New Revision: 351816
URL: https://svnweb.freebsd.org/changeset/base/351816

Log:
  Back out r351799
  
  empty does not appear to work like I thought it did and it actively breaks
  real LOCAL_MODULES usage, of which I have none at the moment...

Modified:
  head/sys/conf/kern.post.mk

Modified: head/sys/conf/kern.post.mk
==============================================================================
--- head/sys/conf/kern.post.mk	Wed Sep  4 14:20:39 2019	(r351815)
+++ head/sys/conf/kern.post.mk	Wed Sep  4 14:32:04 2019	(r351816)
@@ -77,12 +77,10 @@ modules-${target}:
 	    ${target:S/^reinstall$/install/:S/^clobber$/cleandir/}
 .endif
 .for module in ${LOCAL_MODULES}
-.if !empty(module)
 	@${ECHODIR} "===> ${module} (${target:S/^reinstall$/install/:S/^clobber$/cleandir/})"
 	@cd ${LOCAL_MODULES_DIR}/${module}; ${MKMODULESENV} ${MAKE} \
 	    DIRPRFX="${module}/" \
 	    ${target:S/^reinstall$/install/:S/^clobber$/cleandir/}
-.endif
 .endfor
 .endif
 .endfor



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