From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id 506B53858D35; Thu, 10 Feb 2022 06:39:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 506B53858D35 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Frysinger To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] newlib: delete unused autotool regen scripts X-Act-Checkin: newlib-cygwin X-Git-Author: Mike Frysinger X-Git-Refname: refs/heads/master X-Git-Oldrev: e95c80b6d82b5f5aca578ae131faa6b7df965020 X-Git-Newrev: 1aec525a44f8aaa47030024a70c04a4dece23d3b Message-Id: <20220210063923.506B53858D35@sourceware.org> Date: Thu, 10 Feb 2022 06:39:23 +0000 (GMT) X-BeenThere: newlib-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib GIT logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2022 06:39:23 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D1aec525a44f= 8aaa47030024a70c04a4dece23d3b commit 1aec525a44f8aaa47030024a70c04a4dece23d3b Author: Mike Frysinger Date: Thu Feb 10 01:38:37 2022 -0500 newlib: delete unused autotool regen scripts =20 These don't work at all now that we've completely upgraded autotools. Diff: --- newlib/libc/sys/phoenix/machine/arm/regenerate.sh | 5 ----- newlib/libc/sys/phoenix/machine/regenerate.sh | 5 ----- newlib/libc/sys/phoenix/regenerate.sh | 5 ----- 3 files changed, 15 deletions(-) diff --git a/newlib/libc/sys/phoenix/machine/arm/regenerate.sh b/newlib/lib= c/sys/phoenix/machine/arm/regenerate.sh deleted file mode 100644 index 93d2f2343..000000000 --- a/newlib/libc/sys/phoenix/machine/arm/regenerate.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -aclocal-1.11 -I ../../../../../ -I ../../../../../../ -/usr/local/bin/autoconf -automake-1.11 --cygnus Makefile diff --git a/newlib/libc/sys/phoenix/machine/regenerate.sh b/newlib/libc/sy= s/phoenix/machine/regenerate.sh deleted file mode 100644 index b50534fca..000000000 --- a/newlib/libc/sys/phoenix/machine/regenerate.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -aclocal-1.11 -I ../../../../ -I ../../../../../ -/usr/local/bin/autoconf -automake-1.11 --cygnus Makefile diff --git a/newlib/libc/sys/phoenix/regenerate.sh b/newlib/libc/sys/phoeni= x/regenerate.sh deleted file mode 100644 index 92f5b96cf..000000000 --- a/newlib/libc/sys/phoenix/regenerate.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -aclocal-1.11 -I ../../../ -I ../../../../ -/usr/local/bin/autoconf -automake-1.11 --cygnus Makefile