summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--SPECIFICATION21
2 files changed, 1 insertions, 22 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ea8c88fd..28b66613a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
2007-03-09 Robert Schwebel <r.schwebel@pengutronix.de>
* COMPILE-TEST: removed because it is obsolete
-
+ * SPECIFICATION: removed (also obsolete)
2007-01-28 Robert Schwebel <r.schwebel@pengutronix.de>
diff --git a/SPECIFICATION b/SPECIFICATION
deleted file mode 100644
index a5ac20ba5..000000000
--- a/SPECIFICATION
+++ /dev/null
@@ -1,21 +0,0 @@
-Release Process Specification for PTXdist 2005-08-08-1 RSC
------------------------------------------
-
-- Update all repositories to the latest versions (ptxdist,
- ptxdist-projects).
-
-- Run 'make config-test' to check if all configurations are consistent.
- If you have to answer questions, check if all defaults are sane, which
- means that programs which are not useful for most people are set to N
- by default.
-
-- Check in all changes of the .ptxconfig files after reviewing the patch
- carefully.
-
-- Run the 'make toolchains' part, to check if all toolchains are being
- built correctly. Until now it is not possible to build into a custom
- directory, so move the old toolchain dir in /opt away (for example to
- -orig), recreate crosstool-x.y and donate it to the user running the
- test. Then start with 'make toolchains'.
-
-