Morriar/box

Makefile inclusion

Closed this issue · 1 comments

Each box Makefile defines several targets that can be factorized.

They should include a main Makefile and redefine the required targets.

I faced two problems when trying this solution:

  1. How to get rid of the makefile overriding target warning without making the client makefile hard to read/write?

  2. How to deal with the makefile inclusion when executing the box in a jail?

I shared the boxme file using the PATH.

Most of the redundant targets will be replaced by calls to boxme functions.