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

build: add 'plugins' phony target #1375

Merged
merged 1 commit into from
Jan 18, 2021

Conversation

paulmillar
Copy link
Contributor

Motivation:

Commands like 'xrdcp' and 'xrdfs' require plugins to provide some
functionality, perhaps most prominently when authenticating. However,
the list of required plugins and the names of these plugin's targets
changes over time.

It would be convenient if the build system were to automate building a
useful subset of plugins (perhaps all plugins) by using a constant
(phony) target 'plugins'. This would facilitate creating build-tree
binaries with a command like:

make plugins xrdcp xrdfs

Modification:

Add support for 'plugins' phony target to which plugins may add
themselves.

Add initial support for this 'plugins' target that builds XrdCryptossl,
XrdSecpwd, XrdSecsss, XrdSecunix, XrdSecgsi, XrdSecgsiGMAPDN and
XrdSecgsiAUTHZVO, and any dependencies thereof.

Result:

Is is easier to build functional client applications that run from
within the build-tree.

Motivation:

Commands like 'xrdcp' and 'xrdfs' require plugins to provide some
functionality, perhaps most prominently when authenticating.  However,
the list of required plugins and the names of these plugin's targets
changes over time.

It would be convenient if the build system were to automate building a
useful subset of plugins (perhaps all plugins) by using a constant
(phony) target 'plugins'.  This would facilitate creating build-tree
binaries with a command like:

    make plugins xrdcp xrdfs

Modification:

Add support for 'plugins' phony target to which plugins may add
themselves.

Add initial support for this 'plugins' target that builds XrdCryptossl,
XrdSecpwd, XrdSecsss, XrdSecunix, XrdSecgsi, XrdSecgsiGMAPDN and
XrdSecgsiAUTHZVO, and any dependencies thereof.

Result:

Is is easier to build functional client applications that run from
within the build-tree.
@simonmichal simonmichal merged commit 05778b5 into xrootd:master Jan 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants