[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT/NEWLIB PATCH 2/2] syslog.c: Fix file location
Files imported from musl should have the same location, relative to musl-imported/ subdirectory. However, this was not applied when syslog.c was imported. Signed-off-by: Costin Lupu <costin.lupu@xxxxxxxxx> --- Makefile.uk | 2 +- musl-imported/src/{ => misc}/syslog.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename musl-imported/src/{ => misc}/syslog.c (100%) diff --git a/Makefile.uk b/Makefile.uk index 7e72da4..3330960 100644 --- a/Makefile.uk +++ b/Makefile.uk @@ -124,7 +124,7 @@ LIBNEWLIBGLUE_SRCS-y += $(LIBNEWLIBC_BASE)/dev.c LIBNEWLIBGLUE_SRCS-y += $(LIBNEWLIBC_BASE)/signal.c LIBNEWLIBGLUE_SRCS-y += $(LIBNEWLIBC_BASE)/link.c LIBNEWLIBGLUE_SRCS-y += $(LIBNEWLIBC_BASE)/mntent.c -LIBNEWLIBGLUE_SRCS-y += $(LIBNEWLIBC_BASE)/musl-imported/src/syslog.c +LIBNEWLIBGLUE_SRCS-y += $(LIBNEWLIBC_BASE)/musl-imported/src//misc/syslog.c LIBNEWLIBGLUE_SRCS-y += $(LIBNEWLIBC_BASE)/musl-imported/src/termios/tcsetattr.c LIBNEWLIBGLUE_SRCS-y += $(LIBNEWLIBC_BASE)/musl-imported/src/termios/tcgetattr.c diff --git a/musl-imported/src/syslog.c b/musl-imported/src/misc/syslog.c similarity index 100% rename from musl-imported/src/syslog.c rename to musl-imported/src/misc/syslog.c -- 2.20.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |