[gstreamer-bugs] [Bug 150331] [build] uninstall of Gstreamer fails on Solaris due to non-gnu rmdir command in Makefile

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Nov 17 09:22:47 PST 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=150331

  GStreamer | gstreamer (core) | Ver: HEAD CVS




------- Comment #11 from Brian Cameron  2008-11-17 17:22 UTC -------

Wouldn't you want to do "rmdir -fR" to make sure that any subdirs in the
/opt/BGSgnome-2.6.2/share/gtk-doc/html/gstreamer-0.8/ directory also get
deleted?

I think the main advantage of "rmdir -p" is that it also removes empty parent
directories, so that if "gstreamer-0.8" is the only subdirectory in
"share/gtk-doc/html", then it will delete the "html" directory, and up the
stack.  However, I'm not sure this is really that useful since many modules
install gtk-docs, and users would typically install GStreamer to a directory
where there would be other docs and the "-p" wouldn't be useful.

In other words, this "-p" provides some benefit to users who install/uninstall
GStreamer to odd directories like /opt.  However, people who do things like
this are probably not novices and are clever enough to clean up after "make
uninstall" if it doesn't clean away common directories.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=150331.




More information about the Gstreamer-bugs mailing list