Author: imp
Date: Tue Jun 16 20:58:33 2015
New Revision: 284464
URL: https://svnweb.freebsd.org/changeset/base/284464

Log:
  Remove old fmake. It wasn't built by default for some time. Users that
  really need it can find it in the devel/fmake port or pkg install fmake.
  Note: This commit is orthogonal to the question 'can we fmake buildworld'.
  
  Differential Revision: https://reviews.freebsd.org/D2840

Deleted:
  head/usr.bin/make/
Modified:
  head/UPDATING
  head/share/mk/src.opts.mk
  head/usr.bin/Makefile

Modified: head/UPDATING
==============================================================================
--- head/UPDATING       Tue Jun 16 20:34:39 2015        (r284463)
+++ head/UPDATING       Tue Jun 16 20:58:33 2015        (r284464)
@@ -31,6 +31,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11
        disable the most expensive debugging functionality run
        "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
 
+20150616:
+       FreeBSD's old make (fmake) has been removed from the system. It is
+       available as the devel/fmake port or via pkg install fmake.
+       
 20150615:
        The fix for the issue described in the 20150614 sendmail entry
        below has been been committed in revision 284436.  The work

Modified: head/share/mk/src.opts.mk
==============================================================================
--- head/share/mk/src.opts.mk   Tue Jun 16 20:34:39 2015        (r284463)
+++ head/share/mk/src.opts.mk   Tue Jun 16 20:58:33 2015        (r284464)
@@ -179,7 +179,6 @@ __DEFAULT_NO_OPTIONS = \
     BSD_GREP \
     CLANG_EXTRAS \
     EISA \
-    FMAKE \
     HESIOD \
     LLDB \
     NAND \

Modified: head/usr.bin/Makefile
==============================================================================
--- head/usr.bin/Makefile       Tue Jun 16 20:34:39 2015        (r284463)
+++ head/usr.bin/Makefile       Tue Jun 16 20:58:33 2015        (r284464)
@@ -253,10 +253,6 @@ SUBDIR+=   file
 SUBDIR+=       finger
 .endif
 
-.if ${MK_FMAKE} != "no"
-SUBDIR+=       make
-.endif
-
 .if ${MK_FTP} != "no"
 SUBDIR+=       ftp
 .endif
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to