Skip to content

Commit cd27f69

Browse files
authored
Merge pull request #8926 from cakebaker/gnumakefile_move_du_and_touch
GNUmakefile: move `du` & `touch` to `PROGS`
2 parents 5814dd3 + 9a4f5c4 commit cd27f69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ PROGS := \
107107
dir \
108108
dircolors \
109109
dirname \
110+
du \
110111
echo \
111112
env \
112113
expand \
@@ -152,6 +153,7 @@ PROGS := \
152153
tail \
153154
tee \
154155
test \
156+
touch \
155157
tr \
156158
true \
157159
truncate \
@@ -170,7 +172,6 @@ UNIX_PROGS := \
170172
chmod \
171173
chown \
172174
chroot \
173-
du \
174175
groups \
175176
hostid \
176177
id \
@@ -187,7 +188,6 @@ UNIX_PROGS := \
187188
stdbuf \
188189
stty \
189190
timeout \
190-
touch \
191191
tty \
192192
unlink \
193193
uptime \

0 commit comments

Comments
 (0)