mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #8926 from cakebaker/gnumakefile_move_du_and_touch
GNUmakefile: move `du` & `touch` to `PROGS`
This commit is contained in:
+2
-2
@@ -107,6 +107,7 @@ PROGS := \
|
||||
dir \
|
||||
dircolors \
|
||||
dirname \
|
||||
du \
|
||||
echo \
|
||||
env \
|
||||
expand \
|
||||
@@ -152,6 +153,7 @@ PROGS := \
|
||||
tail \
|
||||
tee \
|
||||
test \
|
||||
touch \
|
||||
tr \
|
||||
true \
|
||||
truncate \
|
||||
@@ -170,7 +172,6 @@ UNIX_PROGS := \
|
||||
chmod \
|
||||
chown \
|
||||
chroot \
|
||||
du \
|
||||
groups \
|
||||
hostid \
|
||||
id \
|
||||
@@ -187,7 +188,6 @@ UNIX_PROGS := \
|
||||
stdbuf \
|
||||
stty \
|
||||
timeout \
|
||||
touch \
|
||||
tty \
|
||||
unlink \
|
||||
uptime \
|
||||
|
||||
Reference in New Issue
Block a user