anilgkts / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

build.xml should clean up uncompressed .tar files #841

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please delete the uncompressed .tar files on "ant clean".

Here's a patch.

Original issue reported on code.google.com by paul.sto...@gmail.com on 3 Mar 2012 at 1:22

Attachments:

GoogleCodeExporter commented 9 years ago
What about your other suggestion of adding the right command line argument to 
tar so it never generates the intermediate files in the first place?  Wouldn't 
that be a better solution?

Original comment by dmel...@gmail.com on 11 Mar 2012 at 5:01

GoogleCodeExporter commented 9 years ago
Yes, that's probably best, to avoid writing the uncompressed .tar in the first 
place.

A couple weeks ago I was building the code several times to test recent changes 
on various versions of linux, and this patch was the quickest way to deal with 
the .tar files being left behind.

Original comment by paul.sto...@gmail.com on 11 Mar 2012 at 5:16

GoogleCodeExporter commented 9 years ago
https://github.com/arduino/Arduino/commit/8cd670bee3b8b6388fe005b2f3974a68409487
49
https://github.com/arduino/Arduino/commit/34d7925f2736bd0cf7ee8142268040b48b5bc8
cb

Original comment by dmel...@gmail.com on 11 Mar 2012 at 7:59