summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIker Pedrosa <ipedrosa@redhat.com>2023-09-01 16:11:06 +0200
committerSerge Hallyn <serge@hallyn.com>2023-10-04 13:31:38 -0500
commitbc35dfe4ecfdea64e5b9ffaf05724c2ce59bcb0b (patch)
tree63bebc29e47ecdca6ddcd9f081373b2091b7a772
parent2cfa1743d3a6560692266940464f918638e55be1 (diff)
doc: remove README.platforms
I remove this file with sadness, as it contains data from old times. Unfortunately, this data is no longer relevant. The source code management tool will keep it in memory. Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
-rw-r--r--doc/Makefile.am3
-rw-r--r--doc/README.platforms33
2 files changed, 1 insertions, 35 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 2f519c62..2c71db5f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,4 @@
# This is a dummy Makefile.am to get automake work flawlessly,
# and also cooperate to make a distribution for `make dist'
-EXTRA_DIST = HOWTO README.limits \
- README.platforms WISHLIST
+EXTRA_DIST = HOWTO README.limits WISHLIST
diff --git a/doc/README.platforms b/doc/README.platforms
deleted file mode 100644
index a069e899..00000000
--- a/doc/README.platforms
+++ /dev/null
@@ -1,33 +0,0 @@
-# $Id$
-#
-# This is the current (still incomplete) list of platforms this
-# package has been verified to work on. Additions (preferably
-# in the format as described below) are welcome. Thanks!
-#
-# V: last version reported to work
-# H: host type
-# L: Linux libc version
-# D: Linux distribution, or other OS name and version
-# C: changes (if any)
-# R: reported by
-
-V: 980529
-H: sparc-unknown-linux-gnu
-L: glibc-2.0.7
-D: Ultrapenguin-1.0.9
-C: had to explicitly disable desrpc.
-R: Bjorn Christianson <bjorn@cascade.psychology.mcmaster.ca>
-
-V: 980724
-H: i486-pc-linux-gnulibc1
-L: libc-5.4.33
-D: Debian-1.3.1.r6
-C: none (use dpkg-buildpackage)
-R: Marek Michalkiewicz <marekm@linux.org.pl>
-
-V: current
-H: i686-pc-linux-gnu
-L: glibc-2.0.7.19981211
-D: Debian-2.1
-C: none (use dpkg-buildpackage)
-R: Marek Michalkiewicz <marekm@linux.org.pl>