Skip to content

Conversation

@jeremybarnes
Copy link

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
Author

@RAttab please review

@RAttab
Copy link

RAttab commented Nov 30, 2014

+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.

4 participants