]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
doc: remove README.platforms
authorIker Pedrosa <ipedrosa@redhat.com>
Fri, 1 Sep 2023 14:11:06 +0000 (16:11 +0200)
committerSerge Hallyn <serge@hallyn.com>
Wed, 4 Oct 2023 18:31:38 +0000 (13:31 -0500)
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>
doc/Makefile.am
doc/README.platforms [deleted file]

index 2f519c62da5c8ed3ef59ddfb7768a8aec17f199a..2c71db5fe9a429e1f2ea4f40bd202d7039424b46 100644 (file)
@@ -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 (file)
index a069e89..0000000
+++ /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>