aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-02-10 01:38:37 -0500
committerMike Frysinger <vapier@gentoo.org>2022-02-10 01:39:08 -0500
commit1aec525a44f8aaa47030024a70c04a4dece23d3b (patch)
tree8e18a20bfcb964393cad60297d069482d362fef3
parente95c80b6d82b5f5aca578ae131faa6b7df965020 (diff)
downloadnewlib-1aec525a44f8aaa47030024a70c04a4dece23d3b.zip
newlib-1aec525a44f8aaa47030024a70c04a4dece23d3b.tar.gz
newlib-1aec525a44f8aaa47030024a70c04a4dece23d3b.tar.bz2
newlib: delete unused autotool regen scripts
These don't work at all now that we've completely upgraded autotools.
-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 93d2f23..0000000
--- 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 b50534f..0000000
--- 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 92f5b96..0000000
--- 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