diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2010-02-17 15:43:55 -0800 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2010-02-17 15:46:31 -0800 |
commit | 6d7056ed0062e6df2db3c99176ce0e918ccf4b4d (patch) | |
tree | 476a478aadaa808844ec9a6a151dbb4ecb12da41 /xts5 | |
parent | b059bff95ff941ce3c0ee97c573f4a46bcd3db0e (diff) |
xts5: Build and install vswrpt report analyzer
This will be renamed to xts-report, but it has some clever argv[0]
matching that prevents it for now.
Also fixes a broken comment from an RCS ID removal.
Diffstat (limited to 'xts5')
-rw-r--r-- | xts5/src/bin/Makefile.am | 2 | ||||
-rw-r--r-- | xts5/src/bin/reports/.gitignore | 1 | ||||
-rw-r--r-- | xts5/src/bin/reports/Makefile.am | 1 | ||||
-rw-r--r-- | xts5/src/bin/reports/Makefile.old (renamed from xts5/src/bin/reports/Makefile) | 0 | ||||
-rw-r--r-- | xts5/src/bin/reports/vswrpt.c | 1 |
5 files changed, 4 insertions, 1 deletions
diff --git a/xts5/src/bin/Makefile.am b/xts5/src/bin/Makefile.am index d6d106b3..a3edbda0 100644 --- a/xts5/src/bin/Makefile.am +++ b/xts5/src/bin/Makefile.am @@ -1 +1 @@ -SUBDIRS = mc +SUBDIRS = mc reports diff --git a/xts5/src/bin/reports/.gitignore b/xts5/src/bin/reports/.gitignore new file mode 100644 index 00000000..2174a1ab --- /dev/null +++ b/xts5/src/bin/reports/.gitignore @@ -0,0 +1 @@ +vswrpt diff --git a/xts5/src/bin/reports/Makefile.am b/xts5/src/bin/reports/Makefile.am new file mode 100644 index 00000000..c7e90066 --- /dev/null +++ b/xts5/src/bin/reports/Makefile.am @@ -0,0 +1 @@ +bin_PROGRAMS = vswrpt diff --git a/xts5/src/bin/reports/Makefile b/xts5/src/bin/reports/Makefile.old index 0368ed23..0368ed23 100644 --- a/xts5/src/bin/reports/Makefile +++ b/xts5/src/bin/reports/Makefile.old diff --git a/xts5/src/bin/reports/vswrpt.c b/xts5/src/bin/reports/vswrpt.c index f73c4fdb..670935f9 100644 --- a/xts5/src/bin/reports/vswrpt.c +++ b/xts5/src/bin/reports/vswrpt.c @@ -19,6 +19,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/* * * (C) Copyright 2000-2001 The Open Group * (C) Copyright 1996 Applied Testing Technology, Inc. |