You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Thom May <th...@planetarytramp.net> on 2002/12/08 18:08:46 UTC

Re: cvs commit: apr/build Makefile.in

Hmmph. The log message should've said:
Added ltcf-c.sh to cvsignore and to extraclean targets.

* thommay@apache.org (thommay@apache.org) wrote :
> thommay     2002/12/08 09:16:25
> 
>   Modified:    .        .cvsignore
>                build    Makefile.in
>   Log:
>   
>   
>   Revision  Changes    Path
>   1.16      +1 -0      apr/.cvsignore
>   
>   Index: .cvsignore
>   ===================================================================
>   RCS file: /home/cvs/apr/.cvsignore,v
>   retrieving revision 1.15
>   retrieving revision 1.16
>   diff -u -r1.15 -r1.16
>   --- .cvsignore	14 Aug 2002 17:15:15 -0000	1.15
>   +++ .cvsignore	8 Dec 2002 17:16:25 -0000	1.16
>   @@ -30,3 +30,4 @@
>    *.sto
>    *.vcproj
>    autom4te.cache
>   +ltcf-c.sh
>   
>   
>   
>   1.5       +1 -0      apr/build/Makefile.in
>   
>   Index: Makefile.in
>   ===================================================================
>   RCS file: /home/cvs/apr/build/Makefile.in,v
>   retrieving revision 1.4
>   retrieving revision 1.5
>   diff -u -r1.4 -r1.5
>   --- Makefile.in	22 Apr 2002 01:24:49 -0000	1.4
>   +++ Makefile.in	8 Dec 2002 17:16:25 -0000	1.5
>   @@ -4,6 +4,7 @@
>    TARGETS=
>    INCLUDES=
>    DISTCLEAN_TARGETS = rules.mk
>   +EXTRACLEAN_TARGETS = ltcf-c.sh
>    
>    # bring in rules.mk for standard functionality
>    @INCLUDE_RULES@
>   
>   
>