Fix out-of-tree libelf, libmachista and tests builds
modified .gitignore
@@ -45,6 +45,7 @@ scripts/sbin/pkg2ng
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -78,10 +79,11 @@ scripts/sbin/pkg2ng
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|
deleted Kyuafile
@@ -1,4 +0,0 @@
| - | |
| - | |
| - | |
| - | |
added Kyuafile.in
@@ -0,0 +1,4 @@
| + | |
| + | |
| + | |
| + | |
modified Makefile.autosetup
@@ -5,6 +5,9 @@ DIRS+= tests
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -14,7 +17,11 @@ clean-profiles:
|
|
|
|
|
|
| + | |
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified auto.def
@@ -359,4 +359,4 @@ foreach dir [list external/blake2 external/picosat \
|
|
|
|
|
|
| - | |
| + | |
modified external/libelf/Makefile.autosetup
@@ -61,6 +61,8 @@ SRCS= elf_begin.c \
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified external/libmachista/Makefile.autosetup
@@ -3,4 +3,6 @@ LIB= machista
|
|
|
|
|
|
| + | |
| + | |
|
modified mk/common.mk
@@ -6,9 +6,16 @@ CFLAGS+= $(CPPFLAGS)
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -21,3 +28,6 @@ CFLAGS+= -Werror=return-type
|
|
|
|
|
|
| + | |
| + | |
| + | |
modified tests/Makefile.autosetup
@@ -64,6 +64,10 @@ TESTS_SH= \
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -102,6 +106,7 @@ LOCAL_CFLAGS= -I$(top_srcdir)/compat \
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -139,7 +144,9 @@ OTHER_LIBS+= -lresolv
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -151,7 +158,7 @@ lib/pkg_printf.c: $(top_srcdir)/libpkg/pkg_printf.c
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -162,7 +169,7 @@ Kyuafile: $(TESTS)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|