Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] usage of '-rm -f ...' in .mk files
@ 2007-10-08 22:28 Cristian Ionescu-Idbohrn
  2007-10-09  0:03 ` Alexander Kriegisch
  0 siblings, 1 reply; 2+ messages in thread
From: Cristian Ionescu-Idbohrn @ 2007-10-08 22:28 UTC (permalink / raw)
  To: buildroot

Is there a point (I'm missing) with that?  The rm manpage on my box
states:

       -f, --force
              ignore nonexistent files, never prompt

Shouldn't every occurence of '-rm -f' be replaced with just 'rm -f'?
Even files with permission 000 (owned by me) can be removed with 'rm -f'
with the exit status 0.  Of course one should not be able to remove files
owned by someone else (unless permission is given to so) and an error
status should be produced.

Isn't it so that we want to know if an attempt to remove unremovable files
occurs, instead of ignoring errors by using '-rm -f'?


Cheers,

-- 
Cristian

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-10-09  0:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-08 22:28 [Buildroot] usage of '-rm -f ...' in .mk files Cristian Ionescu-Idbohrn
2007-10-09  0:03 ` Alexander Kriegisch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox