[kgtp] r980 committed - Add quickstart.txt to Makefile

  • From: kgtp@xxxxxxxxxxxxxx
  • To: kgtp@xxxxxxxxxxxxx
  • Date: Mon, 19 Mar 2012 03:45:43 +0000

Revision: 980
Author:   teawater
Date:     Sun Mar 18 20:45:19 2012
Log:      Add quickstart.txt to Makefile

http://code.google.com/p/kgtp/source/detail?r=980

Modified:
 /trunk/Makefile
 /trunk/UPDATE

=======================================
--- /trunk/Makefile     Wed Feb 29 04:28:19 2012
+++ /trunk/Makefile     Sun Mar 18 20:45:19 2012
@@ -85,6 +85,7 @@
 doc_install:
        mkdir -p /usr/share/kgtp/
        cp howto.txt /usr/share/kgtp/
+       cp quickstart.txt /usr/share/kgtp/

 doc_uninstall:
        rm -rf /usr/share/kgtp/
=======================================
--- /trunk/UPDATE       Sun Mar 18 20:32:20 2012
+++ /trunk/UPDATE       Sun Mar 18 20:45:19 2012
@@ -13,7 +13,7 @@

 * Add new debug switch GTP_DEBUG_V (just for developer).

-* Add new add-ons hotcode.py.  it can show the hotest code line
+* Add new add-ons hotcode.py.  It can show the hotest code line
   in the Kernel or user space program through parse and record
   the pc address in the interrupt handler.


Other related posts:

  • » [kgtp] r980 committed - Add quickstart.txt to Makefile - kgtp