Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multibuild BSD fixes #489

Closed
wants to merge 3 commits into from
Closed

Conversation

mgorny
Copy link
Member

@mgorny mgorny commented Dec 19, 2015

Fix to https://bugs.gentoo.org/show_bug.cgi?id=568692 + BSD improvements for copying

Use 'cp -R' for multibuild_copy_sources() as the '-r' option triggers
triggers undesired '-L' behavior wrt symbolic links.

Fixes: https://bugs.gentoo.org/show_bug.cgi?id=568692
Grep output of 'cp --help' to determine which options are supported,
rather than relying on parameter checking with '--version'. Neither
'--version' nor '--help' is supported on BSD, though, but the usage
error triggers help output. Which just incidentally has '-a'
in the right place.
After fixing the non-BSD code to be more BSD-compatible, reuse it on all
supported platforms.
@mgorny
Copy link
Member Author

mgorny commented Dec 19, 2015

@nigoro, please test ;-).

@mgorny mgorny closed this Dec 19, 2015
@mgorny mgorny deleted the multibuild-bsd-fixes branch December 22, 2015 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants