mirror of
https://github.com/uutils/coreutils
synced 2024-11-14 00:47:11 +00:00
pinky: Add entries
This commit is contained in:
parent
61cf4e4fba
commit
50fcfac5d1
3 changed files with 4 additions and 2 deletions
|
@ -23,6 +23,7 @@ unix = [
|
||||||
"nice",
|
"nice",
|
||||||
"nohup",
|
"nohup",
|
||||||
"pathchk",
|
"pathchk",
|
||||||
|
"pinky",
|
||||||
"stat",
|
"stat",
|
||||||
"stdbuf",
|
"stdbuf",
|
||||||
"timeout",
|
"timeout",
|
||||||
|
@ -143,6 +144,7 @@ nproc = { optional=true, path="src/nproc" }
|
||||||
od = { optional=true, path="src/od" }
|
od = { optional=true, path="src/od" }
|
||||||
paste = { optional=true, path="src/paste" }
|
paste = { optional=true, path="src/paste" }
|
||||||
pathchk = { optional=true, path="src/pathchk" }
|
pathchk = { optional=true, path="src/pathchk" }
|
||||||
|
pinky = { optional=true, path="src/pinky" }
|
||||||
printenv = { optional=true, path="src/printenv" }
|
printenv = { optional=true, path="src/printenv" }
|
||||||
printf = { optional=true, path="src/printf" }
|
printf = { optional=true, path="src/printf" }
|
||||||
ptx = { optional=true, path="src/ptx" }
|
ptx = { optional=true, path="src/ptx" }
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -115,6 +115,7 @@ UNIX_PROGS := \
|
||||||
nice \
|
nice \
|
||||||
nohup \
|
nohup \
|
||||||
pathchk \
|
pathchk \
|
||||||
|
pinky \
|
||||||
stat \
|
stat \
|
||||||
stdbuf \
|
stdbuf \
|
||||||
timeout \
|
timeout \
|
||||||
|
@ -162,6 +163,7 @@ TEST_PROGS := \
|
||||||
od \
|
od \
|
||||||
paste \
|
paste \
|
||||||
pathchk \
|
pathchk \
|
||||||
|
pinky \
|
||||||
printf \
|
printf \
|
||||||
ptx \
|
ptx \
|
||||||
pwd \
|
pwd \
|
||||||
|
|
|
@ -149,7 +149,6 @@ To do
|
||||||
|
|
||||||
- chcon
|
- chcon
|
||||||
- chgrp
|
- chgrp
|
||||||
- chown
|
|
||||||
- copy
|
- copy
|
||||||
- cp (not much done)
|
- cp (not much done)
|
||||||
- csplit
|
- csplit
|
||||||
|
@ -164,7 +163,6 @@ To do
|
||||||
- mv (almost done, one more option)
|
- mv (almost done, one more option)
|
||||||
- numfmt
|
- numfmt
|
||||||
- od (in progress, needs lots of work)
|
- od (in progress, needs lots of work)
|
||||||
- pinky
|
|
||||||
- pr
|
- pr
|
||||||
- printf
|
- printf
|
||||||
- remove
|
- remove
|
||||||
|
|
Loading…
Reference in a new issue