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

Object name truncated for source file with multiple extensions #78

Closed
ryan-phillips opened this issue Jun 22, 2016 · 1 comment
Closed

Comments

@ryan-phillips
Copy link
Contributor

When a source file name is converted to an object file name, up to two extensions are removed from the end of the file name. For example, hello.x.c is output to hello.o by the gnu toolset.

Furthermore, the checks for conflicting file names is performed before the second extension is removed, so bakefile will not recognize that hello.x.c and hello.y.c both compile to the same object.

@vslavik
Copy link
Owner

vslavik commented Jun 27, 2016

Closed in favour of #79. Please don’t create duplicate issues, one (the PR itself) is just fine.

@vslavik vslavik closed this as completed Jun 27, 2016
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

No branches or pull requests

2 participants