mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
sys-libs/newlib: drop comment mentioning prepallstrip()
The comment still manages to confuse people. Let's drop it. Bug: https://bugs.gentoo.org/587298 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="4"
|
||||
@@ -62,7 +62,6 @@ src_compile() {
|
||||
src_install() {
|
||||
cd "${NEWLIBBUILD}"
|
||||
emake -j1 DESTDIR="${D}" install
|
||||
# env -uRESTRICT CHOST=${CTARGET} prepallstrip
|
||||
# minor hack to keep things clean
|
||||
rm -fR "${D}"/usr/share/info
|
||||
rm -fR "${D}"/usr/info
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="4"
|
||||
@@ -67,7 +67,6 @@ src_compile() {
|
||||
src_install() {
|
||||
cd "${NEWLIBBUILD}"
|
||||
emake -j1 DESTDIR="${D}" install
|
||||
# env -uRESTRICT CHOST=${CTARGET} prepallstrip
|
||||
# minor hack to keep things clean
|
||||
rm -fR "${D}"/usr/share/info
|
||||
rm -fR "${D}"/usr/info
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="4"
|
||||
@@ -74,7 +74,6 @@ src_compile() {
|
||||
src_install() {
|
||||
cd "${NEWLIBBUILD}"
|
||||
emake -j1 DESTDIR="${D}" install
|
||||
# env -uRESTRICT CHOST=${CTARGET} prepallstrip
|
||||
# minor hack to keep things clean
|
||||
rm -fR "${D}"/usr/share/info
|
||||
rm -fR "${D}"/usr/info
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="4"
|
||||
@@ -75,7 +75,6 @@ src_compile() {
|
||||
src_install() {
|
||||
cd "${NEWLIBBUILD}"
|
||||
emake -j1 DESTDIR="${D}" install
|
||||
# env -uRESTRICT CHOST=${CTARGET} prepallstrip
|
||||
# minor hack to keep things clean
|
||||
rm -fR "${D}"/usr/share/info
|
||||
rm -fR "${D}"/usr/info
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="4"
|
||||
@@ -74,7 +74,6 @@ src_compile() {
|
||||
src_install() {
|
||||
cd "${NEWLIBBUILD}"
|
||||
emake -j1 DESTDIR="${D}" install
|
||||
# env -uRESTRICT CHOST=${CTARGET} prepallstrip
|
||||
# minor hack to keep things clean
|
||||
rm -fR "${D}"/usr/share/info
|
||||
rm -fR "${D}"/usr/info
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="4"
|
||||
@@ -79,7 +79,6 @@ src_compile() {
|
||||
src_install() {
|
||||
cd "${NEWLIBBUILD}"
|
||||
emake -j1 DESTDIR="${D}" install
|
||||
# env -uRESTRICT CHOST=${CTARGET} prepallstrip
|
||||
# minor hack to keep things clean
|
||||
rm -fR "${D}"/usr/share/info
|
||||
rm -fR "${D}"/usr/info
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="6"
|
||||
@@ -115,7 +115,6 @@ src_compile() {
|
||||
src_install() {
|
||||
cd "${NEWLIBBUILD}" || die
|
||||
emake -j1 DESTDIR="${D}" install
|
||||
# env -uRESTRICT CHOST=${CTARGET} prepallstrip
|
||||
|
||||
if use nano ; then
|
||||
cd "${NEWLIBNANOBUILD}" || die
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="6"
|
||||
@@ -115,7 +115,6 @@ src_compile() {
|
||||
src_install() {
|
||||
cd "${NEWLIBBUILD}" || die
|
||||
emake -j1 DESTDIR="${D}" install
|
||||
# env -uRESTRICT CHOST=${CTARGET} prepallstrip
|
||||
|
||||
if use nano ; then
|
||||
cd "${NEWLIBNANOBUILD}" || die
|
||||
|
||||
Reference in New Issue
Block a user