Ticket #383 (closed bug: fixed)

Opened 13 years ago

Last modified 13 years ago

'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

  Changed 13 years ago by coke

  • description modified (diff)

  Changed 13 years ago by jkeenan

  • status changed from new to assigned
  • owner set to jkeenan
  • platform set to all
  • keywords svn ignore added
  • patch set to applied

This was done in r37048.

But there are other files and directories whose svn status is I that I am puzzled about:

I      .DS_Store
I      installable_parrot_config
I      Makefile_20216.out.tmp
I      src/asmfun.s
I      compilers/imcc/imcc.l.flag
I      languages/.DS_Store
I      languages/hq9plus
I      languages/lua
I      languages/markdown
I      languages/pipp
I      languages/lisp/.DS_Store

How shall we handle these?

follow-up: ↓ 4   Changed 13 years ago by rg

unfortunately there's a \ (backslash) too much in line 1743 of r37048. Let's hope nobody tries to clean as root.

in reply to: ↑ 3   Changed 13 years ago by jkeenan

Replying to rg:

unfortunately there's a \ (backslash) too much in line 1743 of r37048. Let's hope nobody tries to clean as root.

Thanks for that catch, rg. Fixed in r37055.

  Changed 13 years ago by coke

  • status changed from assigned to closed
  • resolution set to fixed

The original issue has been resolved. Closing ticket.

To briefly address the ignore status : many languages are ignored; I think fperrad was doing this as the languages were removed; .DS_Store files mean you opened that directory in Finder on OS X. installable_parrot_config is a generated file, as is src/asmfun.s

Note: See TracTickets for help on using tickets.