Re: rm -f *.obj exits with error on nonexisting file

2006-08-22 Thread Sascha Kolb
2006/8/17, Daniel <[EMAIL PROTECTED]>: Am Mittwoch, 16. August 2006 19:56 schrieb Sascha Kolb: > Hi I am wondering, > > I have different versions of rm.exe with exits with error if I use > wildcards with -f parameter and there is no file existing. > > RM:= rm -f > &

rm -f *.obj exits with error on nonexisting file

2006-08-16 Thread Sascha Kolb
Hi I am wondering, I have different versions of rm.exe with exits with error if I use wildcards with -f parameter and there is no file existing. RM:= rm -f We have many clean targets that make $(RM) *.obj on the first rebuild after fetching the source code it is really anoying that we get s