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 b990406 commit 9a4f5c4Copy full SHA for 9a4f5c4
GNUmakefile
@@ -107,6 +107,7 @@ PROGS := \
107
dir \
108
dircolors \
109
dirname \
110
+ du \
111
echo \
112
env \
113
expand \
@@ -151,6 +152,7 @@ PROGS := \
151
152
tail \
153
tee \
154
test \
155
+ touch \
156
tr \
157
true \
158
truncate \
@@ -168,7 +170,6 @@ UNIX_PROGS := \
168
170
chmod \
169
171
chown \
172
chroot \
- du \
173
groups \
174
hostid \
175
hostname \
@@ -186,7 +187,6 @@ UNIX_PROGS := \
186
187
stdbuf \
188
stty \
189
timeout \
- touch \
190
tty \
191
uname \
192
unlink \
0 commit comments