Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-02-10 09:38:37 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-10 09:39:08 +0300
commit1aec525a44f8aaa47030024a70c04a4dece23d3b (patch)
tree8e18a20bfcb964393cad60297d069482d362fef3 /newlib/libc
parente95c80b6d82b5f5aca578ae131faa6b7df965020 (diff)
newlib: delete unused autotool regen scripts
These don't work at all now that we've completely upgraded autotools.
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/sys/phoenix/machine/arm/regenerate.sh5
-rw-r--r--newlib/libc/sys/phoenix/machine/regenerate.sh5
-rw-r--r--newlib/libc/sys/phoenix/regenerate.sh5
3 files changed, 0 insertions, 15 deletions
diff --git a/newlib/libc/sys/phoenix/machine/arm/regenerate.sh b/newlib/libc/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/sys/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/phoenix/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