We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa194b commit e6a6720Copy full SHA for e6a6720
.gitmodules
@@ -0,0 +1,3 @@
1
+[submodule "sbase"]
2
+ path = sbase
3
+ url = https://github.com/StarchLinux/sbase.git
Makefile
@@ -1,4 +1,4 @@
-SUBDIR = dc dd expr hash mktemp sed test tr xargs
+SUBDIR = dc dd expr hash mktemp sbase sed test tr xargs
CPPFLAGS += -D'__dead=' -D'QUAD_MAX=((quad_t)(-1))' -D'SIZE_T_MAX=((size_t)(-1))' -D'REG_BASIC=0'
4
LDADD += -lbsd
sbase
0 commit comments