Opened 9 months ago
Closed 8 months ago
#10895 closed defect (fixed)
'make clean' does not remove all object files
Reported by: | Sean McGovern | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avcodec |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
How to reproduce:
% configure <whatever options> % make % make clean % find . -type f -name '*.o'
Results:
./libavcodec/x86/h26x/h2656dsp.o ./libavcodec/x86/h26x/h2656_inter.o
Change History (2)
comment:1 by , 9 months ago
comment:2 by , 8 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in cd420c2949413bcd93cd47c683dfe2349aea25ae. Thanks!
Note:
See TracTickets
for help on using tickets.
Duplicate of #6939? I mean, does not look like it...