[Bug 791784] 'cp -u' is not supported on FreeBSD

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Dec 19 18:58:38 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=791784

Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicolas at ndufresne.ca

--- Comment #1 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
(In reply to Ting-Wei Lan from comment #0)
> Since 'cp -u' cannot be found in POSIX
> (http://pubs.opengroup.org/onlinepubs/9699919799/utilities/cp.html), can we
> simply remove -u from gtk-doc-plugins.mak?

That will slow down some developers work flow as it will copy files that don't
need to be copied. Instead you should abstract CP into a make variable and
change it's default argument base on the platform support. But then you need to
patch pretty much all projects with gtk-doc (this is a commonly copy pasted
make snippet). Maybe you could just create a cp wrapper that ignores the -u ?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list