Skip to content

Commit 5814dd3

Browse files
authored
Merge pull request #8950 from oech3/Xname
Build {host,u}name on Windows
2 parents 85a7812 + 7ea323c commit 5814dd3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ PROGS := \
117117
fold \
118118
hashsum \
119119
head \
120+
hostname \
120121
join \
121122
link \
122123
ln \
@@ -155,6 +156,7 @@ PROGS := \
155156
true \
156157
truncate \
157158
tsort \
159+
uname \
158160
unexpand \
159161
uniq \
160162
vdir \
@@ -171,7 +173,6 @@ UNIX_PROGS := \
171173
du \
172174
groups \
173175
hostid \
174-
hostname \
175176
id \
176177
install \
177178
kill \
@@ -188,7 +189,6 @@ UNIX_PROGS := \
188189
timeout \
189190
touch \
190191
tty \
191-
uname \
192192
unlink \
193193
uptime \
194194
users \

0 commit comments

Comments
 (0)