Re: [patch] new_build.git - avoid failing on 'rm' of nonexistent file

2011-01-09 Thread Peter D.
on Sat, 8 Jan 2011 03:23 in the Usenet newsgroup gmane.linux.drivers.video-input-infrastructure Jarod Wilson wrote: > On Jan 7, 2011, at 6:53 AM, Vincent McIntyre wrote: > >> While attempting to build recently I have found the 'make distclean' >> target fails if 'rm' tries to remove a file that i

Re: [patch] new_build.git - avoid failing on 'rm' of nonexistent file

2011-01-07 Thread Jarod Wilson
On Jan 7, 2011, at 6:53 AM, Vincent McIntyre wrote: > While attempting to build recently I have found the 'make distclean' > target fails if 'rm' tries to remove a file that is not there. The > attached patch fixes the issue for me (by using rm -f). > I converted all the other 'rm' calls to 'rm -f

[patch] new_build.git - avoid failing on 'rm' of nonexistent file

2011-01-07 Thread Vincent McIntyre
While attempting to build recently I have found the 'make distclean' target fails if 'rm' tries to remove a file that is not there. The attached patch fixes the issue for me (by using rm -f). I converted all the other 'rm' calls to 'rm -f' along the way. Please consider applying this. Cheers Vinc