mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-13 06:45:24 +01:00
Remove factor binary (issue #176)
Only coreutils 5 is affected. We don't build factor in coreutils 6 and coreutils 8.32 does not use pregenerated headers in its implementation of factor.
This commit is contained in:
parent
4923a79a70
commit
45924ae12a
4 changed files with 3 additions and 4 deletions
|
|
@ -8,7 +8,6 @@ e6ad1161cf415388cfe8a8ef141c0d940ffc0c2556addcc0fd379b630a31ba12 /usr/bin/cspli
|
|||
5d3a8ecbd8a3a469aef1790ed52d26dff413a41d58abbf86ff1b2b5659c27882 /usr/bin/cut
|
||||
0eb0840c1f0725a90d7dc8e412d2faee6e960cbf042ceec00257d57319b325f1 /usr/bin/echo
|
||||
e22a60043741672709988cfef9ffd245b2b8330ab4bdf2c2a12869a72830b915 /usr/bin/expand
|
||||
9b4d7b5a490488c7665f3a019fcf4d272e44be828e09646a1598a9e828bc78e6 /usr/bin/factor
|
||||
42ffc8da7125316bd836f77bec55fc2449308437130af51e74f45330988a6a50 /usr/bin/false
|
||||
45207ddb955812cb4450d3f0e530dc003f90074de58b5690f2e83246d7734b4a /usr/bin/fmt
|
||||
167c3d5244df8d055e13c7eecdf2519a20f9a2cc2c56a1ef5d2c401ae54a17c7 /usr/bin/fold
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ CFLAGS = -I . -I lib \
|
|||
|
||||
SRC_DIR=src
|
||||
|
||||
COREUTILS = basename cat chmod cksum csplit cut echo expand factor false fmt fold head id join kill link ln logname mkfifo mkdir mknod nl od paste pathchk printf ptx pwd readlink rmdir seq sleep split sum tail tee tr tsort unexpand unlink wc whoami test touch true yes
|
||||
COREUTILS = basename cat chmod cksum csplit cut echo expand false fmt fold head id join kill link ln logname mkfifo mkdir mknod nl od paste pathchk printf ptx pwd readlink rmdir seq sleep split sum tail tee tr tsort unexpand unlink wc whoami test touch true yes
|
||||
|
||||
BINARIES = $(addprefix $(SRC_DIR)/, $(COREUTILS))
|
||||
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ CFLAGS = -I . -I lib \
|
|||
|
||||
SRC_DIR=src
|
||||
|
||||
COREUTILS = basename cat chmod chroot cksum comm csplit cut dd dirname echo env expand expr factor false fmt fold head id join kill link ln logname mkfifo mkdir mknod nl od paste pathchk printf ptx pwd readlink rmdir seq sleep sort split sum sync tail tee touch tr tsort uname unexpand uniq unlink wc whoami test true yes
|
||||
COREUTILS = basename cat chmod chroot cksum comm csplit cut dd dirname echo env expand expr false fmt fold head id join kill link ln logname mkfifo mkdir mknod nl od paste pathchk printf ptx pwd readlink rmdir seq sleep sort split sum sync tail tee touch tr tsort uname unexpand uniq unlink wc whoami test true yes
|
||||
|
||||
BINARIES = $(addprefix $(SRC_DIR)/, $(COREUTILS))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue