Ticket #383 (closed bug: fixed)
'make realclean' doesn't remove generated t/dynpmc/*.t files
| Reported by: | coke | Owned by: | jkeenan |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | none | Version: | |
| Severity: | low | Keywords: | svn ignore |
| Cc: | Language: | ||
| Patch status: | applied | Platform: | all |
Description (last modified by coke) (diff)
$ 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
Change History
Note: See
TracTickets for help on using
tickets.
