From 1427b02f2acf83073fd717a7ab47d56fd9b48e64 Mon Sep 17 00:00:00 2001
From: oharboe
Date: Mon, 25 Aug 2008 18:00:26 +0000
Subject: improved instructions on creating a patch
---
zpu/ChangeLog | 2 +-
zpu/docs/zpu_arch.html | 21 +++++++++++++++++----
2 files changed, 18 insertions(+), 5 deletions(-)
diff --git a/zpu/ChangeLog b/zpu/ChangeLog
index fd0c8ac..625573e 100644
--- a/zpu/ChangeLog
+++ b/zpu/ChangeLog
@@ -1,5 +1,5 @@
2008-08-25 Salvador Eduardo Tropea
- * Fix typo in zpu_arch.html w.r.t. ZPU UART/Debug channel
+ * zpu/docs/arch_html: Fix typo in zpu_arch.html w.r.t. ZPU UART/Debug channel
2008-08-18 Øyvind Harboe
* duplicated crt0.s and some other stuff from libgloss into
sw/startup. This makes it easier to tinker w/startup code.
diff --git a/zpu/docs/zpu_arch.html b/zpu/docs/zpu_arch.html
index 8230c69..832f822 100644
--- a/zpu/docs/zpu_arch.html
+++ b/zpu/docs/zpu_arch.html
@@ -1,5 +1,10 @@
+Latest version of this document
+This is a snapshot of the zpu_arch.html document in CVS. Please check out
+the latest version from CVS to get the latest version.
+
+$Id: zpu_arch.html,v 1.23 2008/08/25 18:00:27 oharboe Exp $
Index
Creating a patch
-
If you have an changes, modify the files locally, create a
-patch and email it to zylin-zpu mailing list. Attach it
-as an uncompressed .txt file:
-cd zpu
cvs diff -upN . > mypatch.txt
+
Please submit changes to the zylin-zpu mailing list as a patch.
+
+
+- Merge your changes with CVS HEAD.
+
- Update the FreeBSD or GPL copyright with your name in the case
+of non-trivial changes. If in doubt, add the copyright.
+
- Add an entry to zpu/ChangeLog with date, your name, email, the
+files you changed and a comment.
+
cd zpu
cvs diff -upN . > mypatch.txt
+- Email it to zylin-zpu mailing list. Attach it
+as an uncompressed .txt file
+
Getting help - mailing list
The place to get help is the zylin-zpu mailing list
--
cgit v1.1