[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT/LIB-PCRE PATCH] Remove pcre_chartables.c from prepared dependencies
When included, the prepare step of Unikraft attempts to link the file, even if it exists via a partial or incomplete -build. The pcre_chartables.c dependeny is automatically evaluated by Make during compile time and so the prepare step need not include it. Signed-off-by: Alexander Jung <a.jung@xxxxxxxxxxx> --- Makefile.uk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.uk b/Makefile.uk index fee51c8..ca04d08 100644 --- a/Makefile.uk +++ b/Makefile.uk @@ -126,8 +126,7 @@ $(LIBPCRE_EXTRACTED)/pcre_chartables.c: $(LIBPCRE_EXTRACTED)/config.status cd $(LIBPCRE_EXTRACTED) && ln -s pcre_chartables.c.dist $@) LIBPCRE_PREPARED_DEPS = \ - $(LIBPCRE_EXTRACTED)/config.status \ - $(LIBPCRE_EXTRACTED)/pcre_chartables.c \ + $(LIBPCRE_EXTRACTED)/config.status $(LIBPCRE_BUILD)/.prepared: $(LIBPCRE_PREPARED_DEPS) -- 2.11.0 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |