Bug #76
Don't distribute swig generated files in release tarball
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | Johnathan Corgan | % Done: | 0% |
|
| Category: | build | |||
| Target version: | release-3.0 | |||
| Resolution: | fixed |
Description
In a few components, the lines in Makefile.am that remove the swig generated .py and .cc files from the distribution tarball were either omitted during the build system upgrade, or were never there. This results in several large generated files being included in the release tarball.
History
Updated by Johnathan Corgan over 6 years ago
Components affected on trunk only:
gr-atsc
gr-comedi
gr-error-correcting-codes
Components affected for release 3.0:
gr-audio-alsa
gr-audio-osx
gr-audio-portaudio
gr-trellis
gr-audio-windows
gr-video-sdl
Updated by Johnathan Corgan over 6 years ago
Partial fix in r3676 on trunk. Fixes the affected components that will be in release 3.0.
Updated by Johnathan Corgan over 6 years ago
- Status changed from New to Closed
- Resolution set to fixed
Final fix in r3678, which takes care of the remaining components on the trunk.