This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 1/2] Remove the bulk of the NaCl port.
- From: Florian Weimer <fweimer at redhat dot com>
- To: Zack Weinberg <zackw at panix dot com>
- Cc: libc-alpha at sourceware dot org, joseph at codesourcery dot com, roland at hack dot frob dot com
- Date: Fri, 12 May 2017 08:21:08 +0200
- Subject: Re: [PATCH 1/2] Remove the bulk of the NaCl port.
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx05.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx05.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=fweimer at redhat dot com
- Dkim-filter: OpenDKIM Filter v2.11.0 mx1.redhat.com B1DEE37E65
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com B1DEE37E65
- References: <20170512003750.27215-1-zackw@panix.com>
On 05/12/2017 02:37 AM, Zack Weinberg wrote:
* NEWS: NaCl port has been removed.
* abi-tags: Remove .*-.*-nacl.* entry.
* sysdeps/arm/nacl: Remove directory and contents.
* sysdeps/nacl: Likewise.
We don't reference NEWS updates in the ChangeLog. You could use this:
Remove the NaCl port.
* abi-tags: Remove .*-.*-nacl.* entry.
…
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch zack/scrap-nacl
# Changes to be committed:
Something went wrong there, I think.
The removal itself looks okay, assuming that the directory trees are
indeed gone after the patch has been applied. I replicated this
locally, and there aren't any nacl/ path references left afterwards, so
this should not impact any other architecture.
Thanks,
Florian