Skip to content

Added explicit forward dependencies for libraries - #6

Open
jeremybarnes wants to merge 5 commits into
tcmalloc-fixesfrom
explicit_forward_dependencies
Open

Added explicit forward dependencies for libraries#6
jeremybarnes wants to merge 5 commits into
tcmalloc-fixesfrom
explicit_forward_dependencies

Conversation

@jeremybarnes

Copy link
Copy Markdown

Allow a forward dependency for a library to be specified like so:

$(eval $(call library,mylib,...,laterlib))
$(eval $(call library_forward_dependency,mylib,laterlib))
...
$(eval $(call library,laterlib,...))

It works because after the $(call libary,mylib...) is eval'd, its so name is in LIB_mylib_SO, and so the dependency can be fully specified.

@jeremybarnes

Copy link
Copy Markdown
Author

@RAttab please review

@RAttab

RAttab commented Nov 30, 2014

Copy link
Copy Markdown

+1

jraby and others added 4 commits February 6, 2015 10:18
this should change in the future...
Also split altroot preparation (build)from actual docker creation
 - Fail on first error
 - cd in the altroot directory and copy everything as is at the root
   of the container
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.

3 participants