[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Minios-devel] [UNIKRAFT/MUSL PATCH V2 02/28] Call configure after patching



Update Makefile.uk to run the configure script after patching.

Signed-off-by: Gaulthier Gain <gaulthier.gain@xxxxxxxxx>
---
 Makefile.uk | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/Makefile.uk b/Makefile.uk
index 3937993..8838db0 100644
--- a/Makefile.uk
+++ b/Makefile.uk
@@ -68,9 +68,11 @@ CXXINCLUDES-y  += $(LIBMUSL_GLOBAL_INCLUDES-y)
 # Musl-specific Targets
 
################################################################################
 # generate alltypes.h through musl sed script                        
-$(LIBMUSL)/arch/$(ARCH)/bits/alltypes.h:
-                             $(call verbose_cmd,CONFIGURE,libmusl: $@,\
-                             sed -f $(LIBMUSL)/tools/mkalltypes.sed 
$(LIBMUSL)/arch/$(ARCH)/bits/alltypes.h.in $(LIBMUSL)/include/alltypes.h.in > 
$@ && \
+$(LIBMUSL)/arch/$(ARCH)/bits/alltypes.h: $(LIBMUSL_BUILD)/.patched
+                             $(call verbose_cmd,CONFIGURE,libmusl: $(notdir 
$@),\
+                             sed -f $(LIBMUSL)/tools/mkalltypes.sed \
+                             $(LIBMUSL)/arch/$(ARCH)/bits/alltypes.h.in \
+                             $(LIBMUSL)/include/alltypes.h.in > $@ && \
                              $(TOUCH) $@)
 
 # generate syscall.h
-- 
2.20.1


_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.