From owner-svn-src-all@freebsd.org Thu Feb 25 21:05:06 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2965AAB4469; Thu, 25 Feb 2016 21:05:06 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2B8A7F; Thu, 25 Feb 2016 21:05:05 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1PL5495085896; Thu, 25 Feb 2016 21:05:04 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1PL54jw085892; Thu, 25 Feb 2016 21:05:04 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201602252105.u1PL54jw085892@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 25 Feb 2016 21:05:04 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r296068 - in head/share/i18n: csmapper esdb X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 21:05:06 -0000 Author: bdrewery Date: Thu Feb 25 21:05:04 2016 New Revision: 296068 URL: https://svnweb.freebsd.org/changeset/base/296068 Log: Remove realall references from initial NetBSD import in r219019. We've never had a realall. Sponsored by: EMC / Isilon Storage Division Modified: head/share/i18n/csmapper/Makefile head/share/i18n/csmapper/Makefile.part head/share/i18n/esdb/Makefile head/share/i18n/esdb/Makefile.part Modified: head/share/i18n/csmapper/Makefile ============================================================================== --- head/share/i18n/csmapper/Makefile Thu Feb 25 21:04:52 2016 (r296067) +++ head/share/i18n/csmapper/Makefile Thu Feb 25 21:05:04 2016 (r296068) @@ -32,7 +32,6 @@ FILES+= charset.pivot charset.pivot.pvdb CLEANFILES+= charset.pivot charset.pivot.pvdb all: ${FILES} -realall: ${FILES} .include "./Makefile.inc" .include Modified: head/share/i18n/csmapper/Makefile.part ============================================================================== --- head/share/i18n/csmapper/Makefile.part Thu Feb 25 21:04:52 2016 (r296067) +++ head/share/i18n/csmapper/Makefile.part Thu Feb 25 21:05:04 2016 (r296068) @@ -73,7 +73,6 @@ FILES+= ${MAPS} CLEANFILES+= ${MAPS} .endif -realall: all all: ${FILES} mapper.dir.${ESUBDIR} charset.pivot.${ESUBDIR} .include "./Makefile.inc" Modified: head/share/i18n/esdb/Makefile ============================================================================== --- head/share/i18n/esdb/Makefile Thu Feb 25 21:04:52 2016 (r296067) +++ head/share/i18n/esdb/Makefile Thu Feb 25 21:05:04 2016 (r296068) @@ -29,7 +29,6 @@ esdb.alias.db: esdb.alias ${MKESDB} -m -o ${.TARGET} ${.ALLSRC} all: ${FILES} -realall: ${FILES} .include "./Makefile.inc" .include Modified: head/share/i18n/esdb/Makefile.part ============================================================================== --- head/share/i18n/esdb/Makefile.part Thu Feb 25 21:04:52 2016 (r296067) +++ head/share/i18n/esdb/Makefile.part Thu Feb 25 21:05:04 2016 (r296068) @@ -60,8 +60,7 @@ esdb.alias.${ESUBDIR}: ${PARTFILE} ${ALI .endfor echo >>${.TARGET} -all: realall -realall: esdb.dir.${ESUBDIR} esdb.alias.${ESUBDIR} codesets +all: esdb.dir.${ESUBDIR} esdb.alias.${ESUBDIR} codesets codesets: ${ESDB} .if !defined(NO_PREPROC)