mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #8958 from oech3/win-unlink-arch
build: Move unlink and arch to PROGS
This commit is contained in:
+2
-2
@@ -91,6 +91,7 @@ endif
|
||||
|
||||
# Possible programs
|
||||
PROGS := \
|
||||
arch \
|
||||
base32 \
|
||||
base64 \
|
||||
basenc \
|
||||
@@ -161,13 +162,13 @@ PROGS := \
|
||||
uname \
|
||||
unexpand \
|
||||
uniq \
|
||||
unlink \
|
||||
vdir \
|
||||
wc \
|
||||
whoami \
|
||||
yes
|
||||
|
||||
UNIX_PROGS := \
|
||||
arch \
|
||||
chgrp \
|
||||
chmod \
|
||||
chown \
|
||||
@@ -189,7 +190,6 @@ UNIX_PROGS := \
|
||||
stty \
|
||||
timeout \
|
||||
tty \
|
||||
unlink \
|
||||
uptime \
|
||||
users \
|
||||
who
|
||||
|
||||
Reference in New Issue
Block a user