svn commit: r278565 - in head: . share/info

Baptiste Daroussin bapt at FreeBSD.org
Wed Feb 11 08:26:38 UTC 2015


Author: bapt
Date: Wed Feb 11 08:26:36 2015
New Revision: 278565
URL: https://svnweb.freebsd.org/changeset/base/278565

Log:
  Remove remnant from texinfo

Deleted:
  head/share/info/
Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Wed Feb 11 08:20:07 2015	(r278564)
+++ head/Makefile.inc1	Wed Feb 11 08:26:36 2015	(r278565)
@@ -50,10 +50,6 @@
 .include <bsd.arch.inc.mk>
 .include <bsd.compiler.mk>
 
-# We must do share/info early so that installation of info `dir'
-# entries works correctly.  Do it first since it is less likely to
-# grow dependencies on include and lib than vice versa.
-#
 # We must do lib/ and libexec/ before bin/, because if installworld
 # installs a new /bin/sh, the 'make' command will *immediately*
 # use that new version.  And the new (dynamically-linked) /bin/sh
@@ -63,7 +59,7 @@ SRCDIR?=	${.CURDIR}
 .if defined(SUBDIR_OVERRIDE)
 SUBDIR=	${SUBDIR_OVERRIDE}
 .else
-SUBDIR=	share/info lib libexec
+SUBDIR=	lib libexec
 SUBDIR+=bin
 .if ${MK_GAMES} != "no"
 SUBDIR+=games


More information about the svn-src-all mailing list