#383: 'make realclean' doesn't remove generated t/dynpmc/*.t files
--------------------+-------------------------------------------------------
 Reporter:  coke    |       Owner:     
     Type:  bug     |      Status:  new
 Priority:  normal  |   Milestone:     
Component:  none    |     Version:     
 Severity:  low     |    Keywords:     
     Lang:          |       Patch:     
 Platform:          |  
--------------------+-------------------------------------------------------
Description changed by coke:

Old description:

> $ svn st --no-ignore | wc -l
>        0
> $ perl Configure.pl
> $ svn st --no-ignore | wc -l
>      108
> $ make -j3 realclean
> $ svn st --no-ignore
> I      t/dynpmc/md2.t
> I      t/dynpmc/md4.t
> I      t/dynpmc/md5.t
> I      t/dynpmc/sha1.t
> I      t/dynpmc/sha512.t
> I      t/dynpmc/ripemd160.t
> I      t/dynpmc/sha256.t
> I      t/dynpmc/sha.t

New description:

 {{{
 $ svn st --no-ignore | wc -l
        0
 $ perl Configure.pl
 $ svn st --no-ignore | wc -l
      108
 $ make -j3 realclean
 $ svn st --no-ignore
 I      t/dynpmc/md2.t
 I      t/dynpmc/md4.t
 I      t/dynpmc/md5.t
 I      t/dynpmc/sha1.t
 I      t/dynpmc/sha512.t
 I      t/dynpmc/ripemd160.t
 I      t/dynpmc/sha256.t
 I      t/dynpmc/sha.t
 }}}

--

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/383#comment:1>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to