info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: log message in the source file


From: ajlu
Subject: Re: log message in the source file
Date: 15 Dec 2006 20:40:23 -0800
User-agent: G2/1.0

ajlu wrote:
> On Dec 16, 1:02 am, "Mark E. Hamilton" <address@hidden> wrote:
> > ajlu wrote:
> > > Hi all, I am new to CVS, I wish to add the log message in the source
> > > file, When ever I commit.  let me know the command to achieve 
> > > this.http://ximbiot.com/cvs/manual/cvs-1.11.22/cvs_16.html#SEC126
> >
> > http://ximbiot.com/cvs/manual/cvs-1.11.22/cvs.html
> >
> > --
> > ----------------
> > Mark E. Hamilton
> > Orion International Technologies, Inc.
> > Sandia National Laboratory, NM.
> > 505-844-7666
>
>
> Thanks....
>
> ***ajlu***

Hi Mark...

Thanks for your reply, I think i didnt explain my query properly, I
need to add the log message (changes made by me) in the source file,
which was committed by me.  How to add these log messages each time
while committing.

For example I gave one file for your ref (this is not a full file)

# Revision 1.4  1999/06/28 21:41:28  ajlu
#
# more make file fixes
#
# Revision 1.3  1999/06/09 04:08:58  ajlu
#
# This makefile now correctly does diving makes.
#
# Revision 1.2  1999/06/09 03:47:14  ajlu
# new makefile included
#
#

************************************************
How can I create the above log messages
each time while commit  ( the below part
is section of the source file neglect it)
*************************************************
include $(BUILD)/Makefile.pre


MAKE_NOJ = $(patsubst %-j4,%, $(patsubst %-j2,%, $(MAKE)))

cleantest:
        -rm testall.log

test: rtp_test util_test mgcp_test sip_test sdp_test  ua_test

tdiff_correct.log:
        find . -name 'T_RESULTS.bin*' -print | xargs -icat_results cat
cat_results >> T_RESULTS.all
        tools/test-analyzer -d T_RESULTS.all > tdiff_correct.log

test_report_manual: tdiff_correct.log
        echo "Generating test report from current testall.log"
        tools/test-analyzer -d testall.log > tdiff.log
        echo "Test report for " `date` > TEST_REPORT.txt
        echo "If there are changes, they will appear below this line:" >>
TEST_REPORT.txt
        echo
"----------------------------------------------------------------------"
>> TEST_REPORT.txt
        diff -c tdiff_correct.log tdiff.log >> TEST_REPORT.txt

test_report:
        -make -k test
        make test_report_manual

Thanks...

***ajlu***



reply via email to

[Prev in Thread] Current Thread [Next in Thread]