Date: Sun, 22 Mar 2015 08:47:36 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r280341 - stable/10 Message-ID: <201503220847.t2M8la59064133@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Sun Mar 22 08:47:35 2015 New Revision: 280341 URL: https://svnweb.freebsd.org/changeset/base/280341 Log: Remove dependency between usr.bin/m4 and lib/libohash libohash doesn't exist on stable/10 (only head) Not sure why my make buildworld didn't catch any issues This is a direct commit to stable/10 as a followup to r280340 Modified: stable/10/Makefile.inc1 Modified: stable/10/Makefile.inc1 ============================================================================== --- stable/10/Makefile.inc1 Sun Mar 22 08:42:44 2015 (r280340) +++ stable/10/Makefile.inc1 Sun Mar 22 08:47:35 2015 (r280341) @@ -1250,8 +1250,6 @@ _sed= usr.bin/sed .if ${BOOTSTRAPPING} < 1000002 _m4= usr.bin/m4 - -${_bt}-usr.bin/m4: ${_bt}-lib/libohash .endif .if ${BOOTSTRAPPING} < 1000013
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503220847.t2M8la59064133>