Merge: nitpackage: create and check Makefile
authorJean Privat <jean@pryen.org>
Tue, 15 May 2018 16:51:40 +0000 (12:51 -0400)
committerJean Privat <jean@pryen.org>
Tue, 15 May 2018 16:51:40 +0000 (12:51 -0400)
commit18c0c147a5ae762b7b249c61bcf688f7ef087eed
tree0c6dc1d8ca4cdbca7ab7cb5d7737d66e73465c8e
parent5bee1d3cc4a8b663a39e7e122cd0452449b4d7d4
parentc6d0874f0f1ac366bc8142a80d062a8ebf6b4ebb
Merge: nitpackage: create and check Makefile

This PR adds two new features to `nitpackage`:
* `--check-makefile`: check Makefiles existence for packages and executable modules
* `--gen-makefile`: create Makefiles for packages and executable modules

As example I added new Makefiles (4f948e3) to all lib/ project if none was found.
I also updated some Makefiles from my projects (dbacfc0).

Please only consider the 4 last commits as the rest belongs to #2652, #2653, #2656 and #2657.

Pull-Request: #2662
Reviewed-by: Jean Privat <jean@pryen.org>