mirror of
https://github.com/darlinghq/darling.git
synced 2024-11-23 20:29:47 +00:00
Add system_cmds and build script for it
The commands within it are in one of these states: - Not built - Built but doesn't work - Built and works
This commit is contained in:
parent
6cb239e7a2
commit
56b34474db
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -175,3 +175,6 @@
|
||||
[submodule "src/external/tcsh"]
|
||||
path = src/external/tcsh
|
||||
url = ../darling-tcsh.git
|
||||
[submodule "src/external/system_cmds"]
|
||||
path = src/external/system_cmds
|
||||
url = ../darling-system_cmds.git
|
||||
|
@ -128,6 +128,7 @@ if (NOT DARLING_NO_EXECUTABLES)
|
||||
add_subdirectory(external/text_cmds)
|
||||
add_subdirectory(external/adv_cmds)
|
||||
add_subdirectory(external/network_cmds)
|
||||
add_subdirectory(external/system_cmds)
|
||||
add_subdirectory(external/bash)
|
||||
add_subdirectory(external/tcsh)
|
||||
add_subdirectory(external/less)
|
||||
|
1
src/external/system_cmds
vendored
Submodule
1
src/external/system_cmds
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit f0a52bcb477133daf73fd5e833c2229a0b67183a
|
Loading…
Reference in New Issue
Block a user