Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Feb 2015 08:28:57 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r278567 - in projects/building-blocks: . share/info
Message-ID:  <201502110828.t1B8Sw0K046027@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Wed Feb 11 08:28:57 2015
New Revision: 278567
URL: https://svnweb.freebsd.org/changeset/base/278567

Log:
  MFhead @ r278566

Deleted:
  projects/building-blocks/share/info/
Modified:
  projects/building-blocks/Makefile.inc1
Directory Properties:
  projects/building-blocks/   (props changed)
  projects/building-blocks/contrib/llvm/   (props changed)
  projects/building-blocks/share/   (props changed)

Modified: projects/building-blocks/Makefile.inc1
==============================================================================
--- projects/building-blocks/Makefile.inc1	Wed Feb 11 08:27:07 2015	(r278566)
+++ projects/building-blocks/Makefile.inc1	Wed Feb 11 08:28:57 2015	(r278567)
@@ -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



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