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

Setup Default Filenames for Install Tree #168

Merged
merged 5 commits into from
Sep 7, 2015

Conversation

pbauman
Copy link
Member

@pbauman pbauman commented Sep 5, 2015

Before this PR, DefaultFilename always pointed toward the source tree of Antioch for the default data files, with nothing able to point to the install tree. This is fine if you always have the source tree lying around, but this is a restrictive assumption. Here, we rename DefaultFilename to DefaultSourceFilename (with a typedef for DefaultFilename for backward compatibility) and add DefaultInstallFilename.

I'd talked about this with @roystgnr in IM a week or two ago and we'd settled on something like this PR.

to ANTIOCH_DEFAULT_FILES_SOURCE_PATH. This is setting up for separating
notion of default files in the source tree and in the install tree
typedef for DefaultFilename for backward compatibility
Don't forget '/'
@roystgnr
Copy link
Contributor

roystgnr commented Sep 7, 2015

Looks good. One of these days we should add hooks for "make install prefix=something_else", though.

@pbauman
Copy link
Member Author

pbauman commented Sep 7, 2015

Huh. I didn't know that was a thing. Thanks!

pbauman added a commit that referenced this pull request Sep 7, 2015
Setup Default Filenames for Install Tree
@pbauman pbauman merged commit 8cdbb04 into libantioch:master Sep 7, 2015
@pbauman pbauman deleted the default-filename branch September 7, 2015 14:10
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.

2 participants