diff options
author | dsmith <dsmith> | 2006-06-02 17:21:32 +0000 |
---|---|---|
committer | dsmith <dsmith> | 2006-06-02 17:21:32 +0000 |
commit | 988b22347d6598de909457326d9a7a470e3f631c (patch) | |
tree | 268eb6ed9220ca5bcbd677ab7e68d246428fd0bb | |
parent | 277c1957c614aa4c56a5e192e893471e3a964cc4 (diff) | |
download | systemtap-steved-988b22347d6598de909457326d9a7a470e3f631c.tar.gz systemtap-steved-988b22347d6598de909457326d9a7a470e3f631c.tar.xz systemtap-steved-988b22347d6598de909457326d9a7a470e3f631c.zip |
2006-06-02 David Smith <dsmith@redhat.com>
* .cvsignore: Added more files to ignore.
-rw-r--r-- | .cvsignore | 3 | ||||
-rw-r--r-- | ChangeLog | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1 +1,2 @@ -autom4te.* cscope*out +autom4te.* cscope*out Makefile config.h config.log config.status *.[15] +.deps loc2c-test stamp-h1 stap stpd stp_check systemtap.spec testresults @@ -1,5 +1,7 @@ 2006-06-02 David Smith <dsmith@redhat.com> + * .cvsignore: Added more files to ignore. + * main.cxx (usage): Added exitcode parameter. (main): Improved a few error messages. Also, when an error is given, stap now always exits with a status of 1. |