|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCH v2 3/3] build: `print-libs`, `print-objs`, `print-srcs` depend on `.config`
Hello Simon, This patch seems fine. Reviewed-by: Sharan Santhanam <sharan.santhanam@xxxxxxxxx> Thanks & Regards Sharan On 1/31/19 12:12 PM, Simon Kuenzer wrote: As soon as no configuration `.config` is available, the Make targets `print-libs`, `print-objs`, and `print-srcs` will return an error message. Without a configuration file these targets are not able to do any listing of which units are used or created by a build. Signed-off-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx> --- Makefile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 57567c1a..b9041f5b 100644 --- a/Makefile +++ b/Makefile @@ -556,7 +556,7 @@ clean:endif -.PHONY: print-vars print-libs help outputmakefile list-defconfigs+.PHONY: print-vars print-libs print-objs print-srcs help outputmakefile list-defconfigs# Configuration _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |