mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

326 lines
16 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/base/coreutils/no-broken-progs-in.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. --- ./Makefile.in.orig 2004-10-01 19:05:13.027154464 +0200
  20. +++ ./Makefile.in 2004-10-01 19:04:44.930425816 +0200
  21. @@ -127,7 +127,7 @@
  22. $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \
  23. $(top_srcdir)/m4/unicodeio.m4 $(top_srcdir)/m4/unistd-safer.m4 \
  24. $(top_srcdir)/m4/unlink-busy.m4 \
  25. - $(top_srcdir)/m4/unlocked-io.m4 $(top_srcdir)/m4/uptime.m4 \
  26. + $(top_srcdir)/m4/unlocked-io.m4 \
  27. $(top_srcdir)/m4/userspec.m4 $(top_srcdir)/m4/utimbuf.m4 \
  28. $(top_srcdir)/m4/utime.m4 $(top_srcdir)/m4/utimens.m4 \
  29. $(top_srcdir)/m4/utimes-null.m4 $(top_srcdir)/m4/utimes.m4 \
  30. --- ./configure.orig 2004-10-01 19:04:58.239402544 +0200
  31. +++ ./configure 2004-10-01 19:04:44.924426728 +0200
  32. @@ -47462,8 +47462,7 @@
  33. echo "$as_me:$LINENO: result: $gnulib_cv_have_boot_time" >&5
  34. echo "${ECHO_T}$gnulib_cv_have_boot_time" >&6
  35. if test $gnulib_cv_have_boot_time = yes; then
  36. - OPTIONAL_BIN_PROGS="$OPTIONAL_BIN_PROGS uptime\$(EXEEXT)"
  37. - MAN="$MAN uptime.1"
  38. +echo "uptime is surpressed"
  39. fi
  40. --- ./man/Makefile.in.orig 2004-10-01 19:05:24.542403880 +0200
  41. +++ ./man/Makefile.in 2004-10-01 19:05:56.565535624 +0200
  42. @@ -122,7 +122,7 @@
  43. $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \
  44. $(top_srcdir)/m4/unicodeio.m4 $(top_srcdir)/m4/unistd-safer.m4 \
  45. $(top_srcdir)/m4/unlink-busy.m4 \
  46. - $(top_srcdir)/m4/unlocked-io.m4 $(top_srcdir)/m4/uptime.m4 \
  47. + $(top_srcdir)/m4/unlocked-io.m4 \
  48. $(top_srcdir)/m4/userspec.m4 $(top_srcdir)/m4/utimbuf.m4 \
  49. $(top_srcdir)/m4/utime.m4 $(top_srcdir)/m4/utimens.m4 \
  50. $(top_srcdir)/m4/utimes-null.m4 $(top_srcdir)/m4/utimes.m4 \
  51. @@ -265,14 +265,14 @@
  52. dist_man_MANS = \
  53. basename.1 cat.1 chgrp.1 chmod.1 chown.1 chroot.1 cksum.1 comm.1 \
  54. cp.1 csplit.1 cut.1 date.1 dd.1 df.1 dir.1 dircolors.1 dirname.1 du.1 \
  55. - echo.1 env.1 expand.1 expr.1 factor.1 false.1 fmt.1 fold.1 groups.1 \
  56. - head.1 hostid.1 hostname.1 id.1 install.1 join.1 kill.1 \
  57. + echo.1 env.1 expand.1 expr.1 factor.1 false.1 fmt.1 fold.1 \
  58. + head.1 hostid.1 id.1 install.1 join.1 \
  59. link.1 ln.1 logname.1 \
  60. ls.1 md5sum.1 mkdir.1 mkfifo.1 mknod.1 mv.1 nice.1 nl.1 nohup.1 od.1 \
  61. paste.1 pathchk.1 pinky.1 pr.1 printenv.1 printf.1 ptx.1 pwd.1 readlink.1 \
  62. rm.1 rmdir.1 seq.1 sha1sum.1 shred.1 sleep.1 sort.1 split.1 stat.1 stty.1 \
  63. - su.1 sum.1 sync.1 tac.1 tail.1 tee.1 test.1 touch.1 tr.1 true.1 tsort.1 \
  64. - tty.1 uname.1 unexpand.1 uniq.1 unlink.1 uptime.1 users.1 vdir.1 wc.1 \
  65. + sum.1 sync.1 tac.1 tail.1 tee.1 test.1 touch.1 tr.1 true.1 tsort.1 \
  66. + tty.1 uname.1 unexpand.1 uniq.1 unlink.1 users.1 vdir.1 wc.1 \
  67. who.1 whoami.1 yes.1
  68. man_aux = $(dist_man_MANS:.1=.x)
  69. @@ -532,14 +532,11 @@
  70. false.1: $(common_dep) $(srcdir)/false.x ../src/false.c
  71. fmt.1: $(common_dep) $(srcdir)/fmt.x ../src/fmt.c
  72. fold.1: $(common_dep) $(srcdir)/fold.x ../src/fold.c
  73. -groups.1: $(common_dep) $(srcdir)/groups.x ../src/groups.sh
  74. head.1: $(common_dep) $(srcdir)/head.x ../src/head.c
  75. hostid.1: $(common_dep) $(srcdir)/hostid.x ../src/hostid.c
  76. -hostname.1: $(common_dep) $(srcdir)/hostname.x ../src/hostname.c
  77. id.1: $(common_dep) $(srcdir)/id.x ../src/id.c
  78. install.1: $(common_dep) $(srcdir)/install.x ../src/install.c
  79. join.1: $(common_dep) $(srcdir)/join.x ../src/join.c
  80. -kill.1: $(common_dep) $(srcdir)/kill.x ../src/kill.c
  81. link.1: $(common_dep) $(srcdir)/link.x ../src/link.c
  82. ln.1: $(common_dep) $(srcdir)/ln.x ../src/ln.c
  83. logname.1: $(common_dep) $(srcdir)/logname.x ../src/logname.c
  84. @@ -572,7 +569,6 @@
  85. split.1: $(common_dep) $(srcdir)/split.x ../src/split.c
  86. stat.1: $(common_dep) $(srcdir)/stat.x ../src/stat.c
  87. stty.1: $(common_dep) $(srcdir)/stty.x ../src/stty.c
  88. -su.1: $(common_dep) $(srcdir)/su.x ../src/su.c
  89. sum.1: $(common_dep) $(srcdir)/sum.x ../src/sum.c
  90. sync.1: $(common_dep) $(srcdir)/sync.x ../src/sync.c
  91. tac.1: $(common_dep) $(srcdir)/tac.x ../src/tac.c
  92. @@ -588,7 +584,6 @@
  93. unexpand.1: $(common_dep) $(srcdir)/unexpand.x ../src/unexpand.c
  94. uniq.1: $(common_dep) $(srcdir)/uniq.x ../src/uniq.c
  95. unlink.1: $(common_dep) $(srcdir)/unlink.x ../src/unlink.c
  96. -uptime.1: $(common_dep) $(srcdir)/uptime.x ../src/uptime.c
  97. users.1: $(common_dep) $(srcdir)/users.x ../src/users.c
  98. vdir.1: $(common_dep) $(srcdir)/vdir.x ../src/ls.c
  99. wc.1: $(common_dep) $(srcdir)/wc.x ../src/wc.c
  100. @@ -619,7 +614,7 @@
  101. check-x-vs-1:
  102. PATH=../src$(PATH_SEPARATOR)$$PATH; export PATH; \
  103. t=ls-files.$$$$; \
  104. - (cd $(srcdir) && ls -1 *.x) | sed 's/\.x$$//' | $(ASSORT) > $$t;\
  105. + (cd $(srcdir) && ls -1 *.x) | grep -v 'uptime.x' | grep -v 'kill.x' | sed 's/\.x$$//' | $(ASSORT) > $$t; \
  106. echo $(dist_man_MANS) | tr -s ' ' '\n' | sed 's/\.1$$//' \
  107. | $(ASSORT) | diff - $$t || { rm $$t; exit 1; }; \
  108. rm $$t
  109. --- ./src/Makefile.in.orig 2004-10-01 19:05:35.737701936 +0200
  110. +++ ./src/Makefile.in 2004-10-01 19:04:44.941424144 +0200
  111. @@ -16,7 +16,7 @@
  112. -SOURCES = $(__SOURCES) basename.c cat.c $(chgrp_SOURCES) chmod.c $(chown_SOURCES) chroot.c cksum.c comm.c $(cp_SOURCES) csplit.c cut.c date.c dd.c df.c $(dir_SOURCES) dircolors.c dirname.c du.c echo.c env.c expand.c expr.c factor.c false.c fmt.c fold.c $(ginstall_SOURCES) head.c hostid.c hostname.c id.c join.c kill.c link.c ln.c logname.c $(ls_SOURCES) $(md5sum_SOURCES) mkdir.c mkfifo.c mknod.c $(mv_SOURCES) nice.c nl.c nohup.c od.c paste.c pathchk.c pinky.c pr.c printenv.c printf.c ptx.c pwd.c readlink.c $(rm_SOURCES) rmdir.c seq.c setuidgid.c $(sha1sum_SOURCES) shred.c sleep.c sort.c split.c stat.c stty.c su.c sum.c sync.c tac.c tail.c tee.c test.c touch.c tr.c true.c tsort.c tty.c uname.c unexpand.c uniq.c unlink.c uptime.c users.c $(vdir_SOURCES) wc.c who.c whoami.c yes.c
  113. +SOURCES = $(__SOURCES) basename.c cat.c $(chgrp_SOURCES) chmod.c $(chown_SOURCES) chroot.c cksum.c comm.c $(cp_SOURCES) csplit.c cut.c date.c dd.c df.c $(dir_SOURCES) dircolors.c dirname.c du.c echo.c env.c expand.c expr.c factor.c false.c fmt.c fold.c $(ginstall_SOURCES) head.c hostid.c id.c join.c link.c ln.c logname.c $(ls_SOURCES) $(md5sum_SOURCES) mkdir.c mkfifo.c mknod.c $(mv_SOURCES) nice.c nl.c nohup.c od.c paste.c pathchk.c pinky.c pr.c printenv.c printf.c ptx.c pwd.c readlink.c $(rm_SOURCES) rmdir.c seq.c setuidgid.c $(sha1sum_SOURCES) shred.c sleep.c sort.c split.c stat.c stty.c su.c sum.c sync.c tac.c tail.c tee.c test.c touch.c tr.c true.c tsort.c tty.c uname.c unexpand.c uniq.c unlink.c users.c $(vdir_SOURCES) wc.c who.c whoami.c yes.c
  114. srcdir = @srcdir@
  115. top_srcdir = @top_srcdir@
  116. @@ -40,7 +40,7 @@
  117. host_triplet = @host@
  118. EXTRA_PROGRAMS = chroot$(EXEEXT) df$(EXEEXT) hostid$(EXEEXT) \
  119. nice$(EXEEXT) pinky$(EXEEXT) stty$(EXEEXT) su$(EXEEXT) \
  120. - uname$(EXEEXT) uptime$(EXEEXT) users$(EXEEXT) who$(EXEEXT)
  121. + uname$(EXEEXT) users$(EXEEXT) who$(EXEEXT)
  122. bin_PROGRAMS = [$(EXEEXT) chgrp$(EXEEXT) chown$(EXEEXT) chmod$(EXEEXT) \
  123. cp$(EXEEXT) dd$(EXEEXT) dircolors$(EXEEXT) du$(EXEEXT) \
  124. ginstall$(EXEEXT) link$(EXEEXT) ln$(EXEEXT) dir$(EXEEXT) \
  125. @@ -56,8 +56,8 @@
  126. tail$(EXEEXT) tr$(EXEEXT) tsort$(EXEEXT) unexpand$(EXEEXT) \
  127. uniq$(EXEEXT) wc$(EXEEXT) basename$(EXEEXT) date$(EXEEXT) \
  128. dirname$(EXEEXT) echo$(EXEEXT) env$(EXEEXT) expr$(EXEEXT) \
  129. - factor$(EXEEXT) false$(EXEEXT) hostname$(EXEEXT) id$(EXEEXT) \
  130. - kill$(EXEEXT) logname$(EXEEXT) pathchk$(EXEEXT) \
  131. + factor$(EXEEXT) false$(EXEEXT) id$(EXEEXT) \
  132. + logname$(EXEEXT) pathchk$(EXEEXT) \
  133. printenv$(EXEEXT) printf$(EXEEXT) pwd$(EXEEXT) seq$(EXEEXT) \
  134. sleep$(EXEEXT) tee$(EXEEXT) test$(EXEEXT) true$(EXEEXT) \
  135. tty$(EXEEXT) whoami$(EXEEXT) yes$(EXEEXT) $(am__EXEEXT_1) \
  136. @@ -151,7 +151,7 @@
  137. $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \
  138. $(top_srcdir)/m4/unicodeio.m4 $(top_srcdir)/m4/unistd-safer.m4 \
  139. $(top_srcdir)/m4/unlink-busy.m4 \
  140. - $(top_srcdir)/m4/unlocked-io.m4 $(top_srcdir)/m4/uptime.m4 \
  141. + $(top_srcdir)/m4/unlocked-io.m4 \
  142. $(top_srcdir)/m4/userspec.m4 $(top_srcdir)/m4/utimbuf.m4 \
  143. $(top_srcdir)/m4/utime.m4 $(top_srcdir)/m4/utimens.m4 \
  144. $(top_srcdir)/m4/utimes-null.m4 $(top_srcdir)/m4/utimes.m4 \
  145. @@ -320,11 +320,6 @@
  146. hostid_LDADD = $(LDADD)
  147. hostid_DEPENDENCIES = ../lib/libfetish.a $(am__DEPENDENCIES_1) \
  148. ../lib/libfetish.a
  149. -hostname_SOURCES = hostname.c
  150. -hostname_OBJECTS = hostname.$(OBJEXT)
  151. -hostname_LDADD = $(LDADD)
  152. -hostname_DEPENDENCIES = ../lib/libfetish.a $(am__DEPENDENCIES_1) \
  153. - ../lib/libfetish.a
  154. id_SOURCES = id.c
  155. id_OBJECTS = id.$(OBJEXT)
  156. id_LDADD = $(LDADD)
  157. @@ -335,11 +330,6 @@
  158. join_LDADD = $(LDADD)
  159. join_DEPENDENCIES = ../lib/libfetish.a $(am__DEPENDENCIES_1) \
  160. ../lib/libfetish.a
  161. -kill_SOURCES = kill.c
  162. -kill_OBJECTS = kill.$(OBJEXT)
  163. -kill_LDADD = $(LDADD)
  164. -kill_DEPENDENCIES = ../lib/libfetish.a $(am__DEPENDENCIES_1) \
  165. - ../lib/libfetish.a
  166. link_SOURCES = link.c
  167. link_OBJECTS = link.$(OBJEXT)
  168. link_LDADD = $(LDADD)
  169. @@ -574,9 +564,6 @@
  170. unlink_LDADD = $(LDADD)
  171. unlink_DEPENDENCIES = ../lib/libfetish.a $(am__DEPENDENCIES_1) \
  172. ../lib/libfetish.a
  173. -uptime_SOURCES = uptime.c
  174. -uptime_OBJECTS = uptime.$(OBJEXT)
  175. -uptime_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1)
  176. users_SOURCES = users.c
  177. users_OBJECTS = users.$(OBJEXT)
  178. users_LDADD = $(LDADD)
  179. @@ -625,9 +612,9 @@
  180. @AMDEP_TRUE@ ./$(DEPDIR)/factor.Po ./$(DEPDIR)/false.Po \
  181. @AMDEP_TRUE@ ./$(DEPDIR)/fmt.Po ./$(DEPDIR)/fold.Po \
  182. @AMDEP_TRUE@ ./$(DEPDIR)/head.Po ./$(DEPDIR)/hostid.Po \
  183. -@AMDEP_TRUE@ ./$(DEPDIR)/hostname.Po ./$(DEPDIR)/id.Po \
  184. +@AMDEP_TRUE@ ./$(DEPDIR)/id.Po \
  185. @AMDEP_TRUE@ ./$(DEPDIR)/install.Po ./$(DEPDIR)/join.Po \
  186. -@AMDEP_TRUE@ ./$(DEPDIR)/kill.Po ./$(DEPDIR)/lbracket.Po \
  187. +@AMDEP_TRUE@ ./$(DEPDIR)/lbracket.Po \
  188. @AMDEP_TRUE@ ./$(DEPDIR)/link.Po ./$(DEPDIR)/ln.Po \
  189. @AMDEP_TRUE@ ./$(DEPDIR)/logname.Po ./$(DEPDIR)/ls-dir.Po \
  190. @AMDEP_TRUE@ ./$(DEPDIR)/ls-ls.Po ./$(DEPDIR)/ls-vdir.Po \
  191. @@ -655,7 +642,7 @@
  192. @AMDEP_TRUE@ ./$(DEPDIR)/tsort.Po ./$(DEPDIR)/tty.Po \
  193. @AMDEP_TRUE@ ./$(DEPDIR)/uname.Po ./$(DEPDIR)/unexpand.Po \
  194. @AMDEP_TRUE@ ./$(DEPDIR)/uniq.Po ./$(DEPDIR)/unlink.Po \
  195. -@AMDEP_TRUE@ ./$(DEPDIR)/uptime.Po ./$(DEPDIR)/users.Po \
  196. +@AMDEP_TRUE@ ./$(DEPDIR)/users.Po \
  197. @AMDEP_TRUE@ ./$(DEPDIR)/wc.Po ./$(DEPDIR)/who.Po \
  198. @AMDEP_TRUE@ ./$(DEPDIR)/whoami.Po ./$(DEPDIR)/yes.Po
  199. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  200. @@ -666,29 +653,29 @@
  201. $(chown_SOURCES) chroot.c cksum.c comm.c $(cp_SOURCES) \
  202. csplit.c cut.c date.c dd.c df.c $(dir_SOURCES) dircolors.c \
  203. dirname.c du.c echo.c env.c expand.c expr.c factor.c false.c \
  204. - fmt.c fold.c $(ginstall_SOURCES) head.c hostid.c hostname.c \
  205. - id.c join.c kill.c link.c ln.c logname.c $(ls_SOURCES) \
  206. + fmt.c fold.c $(ginstall_SOURCES) head.c hostid.c \
  207. + id.c join.c link.c ln.c logname.c $(ls_SOURCES) \
  208. $(md5sum_SOURCES) mkdir.c mkfifo.c mknod.c $(mv_SOURCES) \
  209. nice.c nl.c nohup.c od.c paste.c pathchk.c pinky.c pr.c \
  210. printenv.c printf.c ptx.c pwd.c readlink.c $(rm_SOURCES) \
  211. rmdir.c seq.c setuidgid.c $(sha1sum_SOURCES) shred.c sleep.c \
  212. sort.c split.c stat.c stty.c su.c sum.c sync.c tac.c tail.c \
  213. tee.c test.c touch.c tr.c true.c tsort.c tty.c uname.c \
  214. - unexpand.c uniq.c unlink.c uptime.c users.c $(vdir_SOURCES) \
  215. + unexpand.c uniq.c unlink.c users.c $(vdir_SOURCES) \
  216. wc.c who.c whoami.c yes.c
  217. DIST_SOURCES = $(__SOURCES) basename.c cat.c $(chgrp_SOURCES) chmod.c \
  218. $(chown_SOURCES) chroot.c cksum.c comm.c $(cp_SOURCES) \
  219. csplit.c cut.c date.c dd.c df.c $(dir_SOURCES) dircolors.c \
  220. dirname.c du.c echo.c env.c expand.c expr.c factor.c false.c \
  221. - fmt.c fold.c $(ginstall_SOURCES) head.c hostid.c hostname.c \
  222. - id.c join.c kill.c link.c ln.c logname.c $(ls_SOURCES) \
  223. + fmt.c fold.c $(ginstall_SOURCES) head.c hostid.c \
  224. + id.c join.c link.c ln.c logname.c $(ls_SOURCES) \
  225. $(md5sum_SOURCES) mkdir.c mkfifo.c mknod.c $(mv_SOURCES) \
  226. nice.c nl.c nohup.c od.c paste.c pathchk.c pinky.c pr.c \
  227. printenv.c printf.c ptx.c pwd.c readlink.c $(rm_SOURCES) \
  228. rmdir.c seq.c setuidgid.c $(sha1sum_SOURCES) shred.c sleep.c \
  229. sort.c split.c stat.c stty.c su.c sum.c sync.c tac.c tail.c \
  230. tee.c test.c touch.c tr.c true.c tsort.c tty.c uname.c \
  231. - unexpand.c uniq.c unlink.c uptime.c users.c $(vdir_SOURCES) \
  232. + unexpand.c uniq.c unlink.c users.c $(vdir_SOURCES) \
  233. wc.c who.c whoami.c yes.c
  234. HEADERS = $(noinst_HEADERS)
  235. ETAGS = etags
  236. @@ -816,14 +803,14 @@
  237. sharedstatedir = @sharedstatedir@
  238. sysconfdir = @sysconfdir@
  239. target_alias = @target_alias@
  240. -bin_SCRIPTS = groups
  241. +bin_SCRIPTS =
  242. noinst_HEADERS = \
  243. system.h checksum.h copy.h cp-hash.h ls.h dircolors.h remove.h \
  244. chown-core.h fs.h \
  245. wheel.h wheel-size.h
  246. EXTRA_DIST = dcgen dircolors.hin tac-pipe.c \
  247. - groups.sh wheel-gen.pl extract-magic
  248. + wheel-gen.pl extract-magic
  249. CLEANFILES = $(SCRIPTS) su
  250. AM_CPPFLAGS = -I.. -I$(srcdir) -I$(top_srcdir)/lib -I../lib
  251. @@ -860,7 +847,6 @@
  252. sleep_LDADD = $(nanosec_libs)
  253. tail_LDADD = $(nanosec_libs)
  254. -uptime_LDADD = $(LDADD) $(GETLOADAVG_LIBS)
  255. su_LDADD = $(LDADD) $(LIB_CRYPT)
  256. SUFFIXES = .sh
  257. installed_su = $(DESTDIR)$(bindir)/`echo su|sed '$(transform)'`
  258. @@ -1083,18 +1069,12 @@
  259. hostid$(EXEEXT): $(hostid_OBJECTS) $(hostid_DEPENDENCIES)
  260. @rm -f hostid$(EXEEXT)
  261. $(LINK) $(hostid_LDFLAGS) $(hostid_OBJECTS) $(hostid_LDADD) $(LIBS)
  262. -hostname$(EXEEXT): $(hostname_OBJECTS) $(hostname_DEPENDENCIES)
  263. - @rm -f hostname$(EXEEXT)
  264. - $(LINK) $(hostname_LDFLAGS) $(hostname_OBJECTS) $(hostname_LDADD) $(LIBS)
  265. id$(EXEEXT): $(id_OBJECTS) $(id_DEPENDENCIES)
  266. @rm -f id$(EXEEXT)
  267. $(LINK) $(id_LDFLAGS) $(id_OBJECTS) $(id_LDADD) $(LIBS)
  268. join$(EXEEXT): $(join_OBJECTS) $(join_DEPENDENCIES)
  269. @rm -f join$(EXEEXT)
  270. $(LINK) $(join_LDFLAGS) $(join_OBJECTS) $(join_LDADD) $(LIBS)
  271. -kill$(EXEEXT): $(kill_OBJECTS) $(kill_DEPENDENCIES)
  272. - @rm -f kill$(EXEEXT)
  273. - $(LINK) $(kill_LDFLAGS) $(kill_OBJECTS) $(kill_LDADD) $(LIBS)
  274. link$(EXEEXT): $(link_OBJECTS) $(link_DEPENDENCIES)
  275. @rm -f link$(EXEEXT)
  276. $(LINK) $(link_LDFLAGS) $(link_OBJECTS) $(link_LDADD) $(LIBS)
  277. @@ -1242,9 +1222,6 @@
  278. unlink$(EXEEXT): $(unlink_OBJECTS) $(unlink_DEPENDENCIES)
  279. @rm -f unlink$(EXEEXT)
  280. $(LINK) $(unlink_LDFLAGS) $(unlink_OBJECTS) $(unlink_LDADD) $(LIBS)
  281. -uptime$(EXEEXT): $(uptime_OBJECTS) $(uptime_DEPENDENCIES)
  282. - @rm -f uptime$(EXEEXT)
  283. - $(LINK) $(uptime_LDFLAGS) $(uptime_OBJECTS) $(uptime_LDADD) $(LIBS)
  284. users$(EXEEXT): $(users_OBJECTS) $(users_DEPENDENCIES)
  285. @rm -f users$(EXEEXT)
  286. $(LINK) $(users_LDFLAGS) $(users_OBJECTS) $(users_LDADD) $(LIBS)
  287. @@ -1333,11 +1310,9 @@
  288. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fold.Po@am__quote@
  289. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/head.Po@am__quote@
  290. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostid.Po@am__quote@
  291. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostname.Po@am__quote@
  292. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id.Po@am__quote@
  293. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/install.Po@am__quote@
  294. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/join.Po@am__quote@
  295. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kill.Po@am__quote@
  296. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lbracket.Po@am__quote@
  297. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/link.Po@am__quote@
  298. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ln.Po@am__quote@
  299. @@ -1393,7 +1368,6 @@
  300. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unexpand.Po@am__quote@
  301. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uniq.Po@am__quote@
  302. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unlink.Po@am__quote@
  303. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uptime.Po@am__quote@
  304. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/users.Po@am__quote@
  305. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wc.Po@am__quote@
  306. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/who.Po@am__quote@
  307. @@ -1623,7 +1597,7 @@
  308. && can_create_suid_root_executable=yes; \
  309. rm -f $$TMPFILE; \
  310. if test $$can_create_suid_root_executable = yes; then \
  311. - $(INSTALL_SU); \
  312. + echo "Installation of su is surpressed"; \
  313. else \
  314. echo "WARNING: insufficient access; not installing su"; \
  315. echo "NOTE: to install su, run 'make install-root' as root"; \