mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
Buind {host,u}name on Windows
They were buildable on MSYS2.
This commit is contained in:
parent
85a7812501
commit
7ea323cf73
1 changed files with 2 additions and 2 deletions
|
|
@ -117,6 +117,7 @@ PROGS := \
|
|||
fold \
|
||||
hashsum \
|
||||
head \
|
||||
hostname \
|
||||
join \
|
||||
link \
|
||||
ln \
|
||||
|
|
@ -155,6 +156,7 @@ PROGS := \
|
|||
true \
|
||||
truncate \
|
||||
tsort \
|
||||
uname \
|
||||
unexpand \
|
||||
uniq \
|
||||
vdir \
|
||||
|
|
@ -171,7 +173,6 @@ UNIX_PROGS := \
|
|||
du \
|
||||
groups \
|
||||
hostid \
|
||||
hostname \
|
||||
id \
|
||||
install \
|
||||
kill \
|
||||
|
|
@ -188,7 +189,6 @@ UNIX_PROGS := \
|
|||
timeout \
|
||||
touch \
|
||||
tty \
|
||||
uname \
|
||||
unlink \
|
||||
uptime \
|
||||
users \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue