- Timestamp:
- Nov 20, 2006, 10:49:48 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 3e6d6ad3
- Parents:
- ad4134f
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
patches/coreutils-6.5-suppress_uptime_kill_su-1.patch
rad4134f r01f18dc9 1 1 Submitted By: Matthew Burgess <matthew at linuxfromscratch dot org> 2 Date: 2006-1 0-223 Initial Package Version: 6. 42 Date: 2006-11-20 3 Initial Package Version: 6.5 4 4 Origin: original suppress_hotname_uptame_kill_su patch (Robert Connolly) 5 5 Upstream Status: N/A 6 6 Description: This patch supresses the building of uptime, and kill. The su 7 7 command is built so the testsuite can run, use './src/su', but 8 it will not be installed. Also see:8 it will not be installed. 9 9 10 Updated for 6.3 and 6.4by Jim Gifford10 Updated for 6.3, 6.4, and 6.5 by Jim Gifford 11 11 12 diff -Naur coreutils-6. 4.orig/AUTHORS coreutils-6.4/AUTHORS13 --- coreutils-6. 4.orig/AUTHORS 2006-10-22 09:54:15.000000000 -070014 +++ coreutils-6. 4/AUTHORS 2006-10-22 20:47:10.000000000 -070012 diff -Naur coreutils-6.5.orig/AUTHORS coreutils-6.5/AUTHORS 13 --- coreutils-6.5.orig/AUTHORS 2006-10-22 09:54:15.000000000 -0700 14 +++ coreutils-6.5/AUTHORS 2006-11-20 10:40:52.000000000 -0800 15 15 @@ -35,7 +35,6 @@ 16 16 hostname: Jim Meyering … … 29 29 vdir: Richard Stallman, David MacKenzie 30 30 wc: Paul Rubin, David MacKenzie 31 diff -Naur coreutils-6.4.orig/configure coreutils-6.4/configure 32 --- coreutils-6.4.orig/configure 2006-10-22 13:36:16.000000000 -0700 33 +++ coreutils-6.4/configure 2006-10-22 20:47:10.000000000 -0700 34 @@ -49517,8 +49517,7 @@ 35 { echo "$as_me:$LINENO: result: $gnulib_cv_have_boot_time" >&5 36 echo "${ECHO_T}$gnulib_cv_have_boot_time" >&6; } 37 if test $gnulib_cv_have_boot_time = yes; then 38 - OPTIONAL_BIN_PROGS="$OPTIONAL_BIN_PROGS uptime\$(EXEEXT)" 39 - MAN="$MAN uptime.1" 40 +echo "uptime is suppressed" 41 fi 42 43 44 diff -Naur coreutils-6.4.orig/Makefile.in coreutils-6.4/Makefile.in 45 --- coreutils-6.4.orig/Makefile.in 2006-10-22 13:36:28.000000000 -0700 46 +++ coreutils-6.4/Makefile.in 2006-10-22 20:47:10.000000000 -0700 47 @@ -175,7 +175,7 @@ 48 $(top_srcdir)/m4/tzset.m4 $(top_srcdir)/m4/unicodeio.m4 \ 49 $(top_srcdir)/m4/unistd-safer.m4 $(top_srcdir)/m4/unistd_h.m4 \ 50 $(top_srcdir)/m4/unlink-busy.m4 $(top_srcdir)/m4/unlinkdir.m4 \ 51 - $(top_srcdir)/m4/unlocked-io.m4 $(top_srcdir)/m4/uptime.m4 \ 52 + $(top_srcdir)/m4/unlocked-io.m4 \ 53 $(top_srcdir)/m4/userspec.m4 $(top_srcdir)/m4/utimbuf.m4 \ 54 $(top_srcdir)/m4/utime.m4 $(top_srcdir)/m4/utimecmp.m4 \ 55 $(top_srcdir)/m4/utimens.m4 $(top_srcdir)/m4/utimes-null.m4 \ 56 diff -Naur coreutils-6.4.orig/man/Makefile.in coreutils-6.4/man/Makefile.in 57 --- coreutils-6.4.orig/man/Makefile.in 2006-10-22 13:36:24.000000000 -0700 58 +++ coreutils-6.4/man/Makefile.in 2006-10-22 20:47:10.000000000 -0700 59 @@ -170,7 +170,7 @@ 60 $(top_srcdir)/m4/tzset.m4 $(top_srcdir)/m4/unicodeio.m4 \ 61 $(top_srcdir)/m4/unistd-safer.m4 $(top_srcdir)/m4/unistd_h.m4 \ 62 $(top_srcdir)/m4/unlink-busy.m4 $(top_srcdir)/m4/unlinkdir.m4 \ 63 - $(top_srcdir)/m4/unlocked-io.m4 $(top_srcdir)/m4/uptime.m4 \ 64 + $(top_srcdir)/m4/unlocked-io.m4 \ 65 $(top_srcdir)/m4/userspec.m4 $(top_srcdir)/m4/utimbuf.m4 \ 66 $(top_srcdir)/m4/utime.m4 $(top_srcdir)/m4/utimecmp.m4 \ 67 $(top_srcdir)/m4/utimens.m4 $(top_srcdir)/m4/utimes-null.m4 \ 68 @@ -380,14 +380,14 @@ 69 base64.1 basename.1 cat.1 chgrp.1 chmod.1 chown.1 chroot.1 cksum.1 comm.1 \ 70 cp.1 csplit.1 cut.1 date.1 dd.1 df.1 dir.1 dircolors.1 dirname.1 du.1 \ 71 echo.1 env.1 expand.1 expr.1 factor.1 false.1 fmt.1 fold.1 groups.1 \ 72 - head.1 hostid.1 hostname.1 id.1 install.1 join.1 kill.1 \ 73 + head.1 hostid.1 hostname.1 id.1 install.1 join.1 \ 74 link.1 ln.1 logname.1 \ 75 ls.1 md5sum.1 mkdir.1 mkfifo.1 mknod.1 mv.1 nice.1 nl.1 nohup.1 od.1 \ 76 paste.1 pathchk.1 pinky.1 pr.1 printenv.1 printf.1 ptx.1 pwd.1 readlink.1 \ 77 rm.1 rmdir.1 seq.1 sha1sum.1 sha224sum.1 sha256sum.1 sha384sum.1 sha512sum.1 \ 78 shred.1 shuf.1 sleep.1 sort.1 split.1 stat.1 stty.1 \ 79 - su.1 sum.1 sync.1 tac.1 tail.1 tee.1 test.1 touch.1 tr.1 true.1 tsort.1 \ 80 - tty.1 uname.1 unexpand.1 uniq.1 unlink.1 uptime.1 users.1 vdir.1 wc.1 \ 81 + sum.1 sync.1 tac.1 tail.1 tee.1 test.1 touch.1 tr.1 true.1 tsort.1 \ 82 + tty.1 uname.1 unexpand.1 uniq.1 unlink.1 users.1 vdir.1 wc.1 \ 83 who.1 whoami.1 yes.1 84 85 man_aux = $(dist_man_MANS:.1=.x) 86 @@ -663,7 +663,6 @@ 87 id.1: $(common_dep) $(srcdir)/id.x ../src/id.c 88 install.1: $(common_dep) $(srcdir)/install.x ../src/install.c 89 join.1: $(common_dep) $(srcdir)/join.x ../src/join.c 90 -kill.1: $(common_dep) $(srcdir)/kill.x ../src/kill.c 91 link.1: $(common_dep) $(srcdir)/link.x ../src/link.c 92 ln.1: $(common_dep) $(srcdir)/ln.x ../src/ln.c 93 logname.1: $(common_dep) $(srcdir)/logname.x ../src/logname.c 94 @@ -701,7 +700,6 @@ 95 split.1: $(common_dep) $(srcdir)/split.x ../src/split.c 96 stat.1: $(common_dep) $(srcdir)/stat.x ../src/stat.c 97 stty.1: $(common_dep) $(srcdir)/stty.x ../src/stty.c 98 -su.1: $(common_dep) $(srcdir)/su.x ../src/su.c 99 sum.1: $(common_dep) $(srcdir)/sum.x ../src/sum.c 100 sync.1: $(common_dep) $(srcdir)/sync.x ../src/sync.c 101 tac.1: $(common_dep) $(srcdir)/tac.x ../src/tac.c 102 @@ -717,7 +715,6 @@ 103 unexpand.1: $(common_dep) $(srcdir)/unexpand.x ../src/unexpand.c 104 uniq.1: $(common_dep) $(srcdir)/uniq.x ../src/uniq.c 105 unlink.1: $(common_dep) $(srcdir)/unlink.x ../src/unlink.c 106 -uptime.1: $(common_dep) $(srcdir)/uptime.x ../src/uptime.c 107 users.1: $(common_dep) $(srcdir)/users.x ../src/users.c 108 vdir.1: $(common_dep) $(srcdir)/vdir.x ../src/ls.c 109 wc.1: $(common_dep) $(srcdir)/wc.x ../src/wc.c 110 @@ -749,7 +746,7 @@ 111 check-x-vs-1: 112 PATH=../src$(PATH_SEPARATOR)$$PATH; export PATH; \ 113 t=ls-files.$$$$; \ 114 - (cd $(srcdir) && ls -1 *.x) | sed 's/\.x$$//' | $(ASSORT) > $$t;\ 115 + (cd $(srcdir) && ls -1 *.x) | grep -v -e 'kill.x' -e 'su.x' -e 'uptime.x' | sed 's/\.x$$//' | $(ASSORT) > $$t;\ 116 echo $(dist_man_MANS) | tr -s ' ' '\n' | sed 's/\.1$$//' \ 117 | $(ASSORT) | diff - $$t || { rm $$t; exit 1; }; \ 118 rm $$t 119 diff -Naur coreutils-6.4.orig/README coreutils-6.4/README 120 --- coreutils-6.4.orig/README 2006-10-22 09:54:15.000000000 -0700 121 +++ coreutils-6.4/README 2006-10-22 20:47:10.000000000 -0700 31 diff -Naur coreutils-6.5.orig/Makefile.in coreutils-6.5/Makefile.in 32 --- coreutils-6.5.orig/Makefile.in 2006-11-19 02:10:23.000000000 -0800 33 +++ coreutils-6.5/Makefile.in 2006-11-20 10:41:25.000000000 -0800 34 @@ -177,7 +177,7 @@ 35 $(top_srcdir)/m4/unicodeio.m4 $(top_srcdir)/m4/unistd-safer.m4 \ 36 $(top_srcdir)/m4/unistd_h.m4 $(top_srcdir)/m4/unlink-busy.m4 \ 37 $(top_srcdir)/m4/unlinkdir.m4 $(top_srcdir)/m4/unlocked-io.m4 \ 38 - $(top_srcdir)/m4/uptime.m4 $(top_srcdir)/m4/userspec.m4 \ 39 + $(top_srcdir)/m4/userspec.m4 \ 40 $(top_srcdir)/m4/utimbuf.m4 $(top_srcdir)/m4/utime.m4 \ 41 $(top_srcdir)/m4/utimecmp.m4 $(top_srcdir)/m4/utimens.m4 \ 42 $(top_srcdir)/m4/utimes-null.m4 $(top_srcdir)/m4/utimes.m4 \ 43 diff -Naur coreutils-6.5.orig/README coreutils-6.5/README 44 --- coreutils-6.5.orig/README 2006-10-22 09:54:15.000000000 -0700 45 +++ coreutils-6.5/README 2006-11-20 10:40:52.000000000 -0800 122 46 @@ -9,11 +9,11 @@ 123 47 … … 134 58 135 59 See the file NEWS for a list of major changes in the current release. 136 diff -Naur coreutils-6.4.orig/src/Makefile.in coreutils-6.4/src/Makefile.in 137 --- coreutils-6.4.orig/src/Makefile.in 2006-10-22 14:41:18.000000000 -0700 138 +++ coreutils-6.4/src/Makefile.in 2006-10-22 20:48:20.000000000 -0700 60 diff -Naur coreutils-6.5.orig/configure coreutils-6.5/configure 61 --- coreutils-6.5.orig/configure 2006-11-19 02:10:10.000000000 -0800 62 +++ coreutils-6.5/configure 2006-11-20 10:40:52.000000000 -0800 63 @@ -49467,8 +49467,7 @@ 64 { echo "$as_me:$LINENO: result: $gnulib_cv_have_boot_time" >&5 65 echo "${ECHO_T}$gnulib_cv_have_boot_time" >&6; } 66 if test $gnulib_cv_have_boot_time = yes; then 67 - OPTIONAL_BIN_PROGS="$OPTIONAL_BIN_PROGS uptime\$(EXEEXT)" 68 - MAN="$MAN uptime.1" 69 +echo "uptime is suppressed" 70 fi 71 72 73 diff -Naur coreutils-6.5.orig/man/Makefile.in coreutils-6.5/man/Makefile.in 74 --- coreutils-6.5.orig/man/Makefile.in 2006-11-19 02:10:19.000000000 -0800 75 +++ coreutils-6.5/man/Makefile.in 2006-11-20 10:43:26.000000000 -0800 76 @@ -172,7 +172,7 @@ 77 $(top_srcdir)/m4/unicodeio.m4 $(top_srcdir)/m4/unistd-safer.m4 \ 78 $(top_srcdir)/m4/unistd_h.m4 $(top_srcdir)/m4/unlink-busy.m4 \ 79 $(top_srcdir)/m4/unlinkdir.m4 $(top_srcdir)/m4/unlocked-io.m4 \ 80 - $(top_srcdir)/m4/uptime.m4 $(top_srcdir)/m4/userspec.m4 \ 81 + $(top_srcdir)/m4/userspec.m4 \ 82 $(top_srcdir)/m4/utimbuf.m4 $(top_srcdir)/m4/utime.m4 \ 83 $(top_srcdir)/m4/utimecmp.m4 $(top_srcdir)/m4/utimens.m4 \ 84 $(top_srcdir)/m4/utimes-null.m4 $(top_srcdir)/m4/utimes.m4 \ 85 @@ -382,13 +382,13 @@ 86 base64.1 basename.1 cat.1 chgrp.1 chmod.1 chown.1 cksum.1 comm.1 \ 87 cp.1 csplit.1 cut.1 date.1 dd.1 df.1 dir.1 dircolors.1 dirname.1 du.1 \ 88 echo.1 env.1 expand.1 expr.1 factor.1 false.1 fmt.1 fold.1 groups.1 \ 89 - head.1 hostname.1 id.1 install.1 join.1 kill.1 \ 90 + head.1 hostname.1 id.1 install.1 join.1 \ 91 link.1 ln.1 logname.1 \ 92 ls.1 md5sum.1 mkdir.1 mkfifo.1 mknod.1 mv.1 nl.1 nohup.1 od.1 \ 93 paste.1 pathchk.1 pr.1 printenv.1 printf.1 ptx.1 pwd.1 readlink.1 \ 94 rm.1 rmdir.1 seq.1 sha1sum.1 sha224sum.1 sha256sum.1 sha384sum.1 sha512sum.1 \ 95 shred.1 shuf.1 sleep.1 sort.1 split.1 stat.1 \ 96 - su.1 sum.1 sync.1 tac.1 tail.1 tee.1 test.1 touch.1 tr.1 true.1 tsort.1 \ 97 + sum.1 sync.1 tac.1 tail.1 tee.1 test.1 touch.1 tr.1 true.1 tsort.1 \ 98 tty.1 unexpand.1 uniq.1 unlink.1 vdir.1 wc.1 \ 99 whoami.1 yes.1 $(MAN) 100 101 @@ -668,7 +668,6 @@ 102 id.1: $(common_dep) $(srcdir)/id.x ../src/id.c 103 install.1: $(common_dep) $(srcdir)/install.x ../src/install.c 104 join.1: $(common_dep) $(srcdir)/join.x ../src/join.c 105 -kill.1: $(common_dep) $(srcdir)/kill.x ../src/kill.c 106 link.1: $(common_dep) $(srcdir)/link.x ../src/link.c 107 ln.1: $(common_dep) $(srcdir)/ln.x ../src/ln.c 108 logname.1: $(common_dep) $(srcdir)/logname.x ../src/logname.c 109 @@ -706,7 +705,6 @@ 110 split.1: $(common_dep) $(srcdir)/split.x ../src/split.c 111 stat.1: $(common_dep) $(srcdir)/stat.x ../src/stat.c 112 stty.1: $(common_dep) $(srcdir)/stty.x ../src/stty.c 113 -su.1: $(common_dep) $(srcdir)/su.x ../src/su.c 114 sum.1: $(common_dep) $(srcdir)/sum.x ../src/sum.c 115 sync.1: $(common_dep) $(srcdir)/sync.x ../src/sync.c 116 tac.1: $(common_dep) $(srcdir)/tac.x ../src/tac.c 117 @@ -722,7 +720,6 @@ 118 unexpand.1: $(common_dep) $(srcdir)/unexpand.x ../src/unexpand.c 119 uniq.1: $(common_dep) $(srcdir)/uniq.x ../src/uniq.c 120 unlink.1: $(common_dep) $(srcdir)/unlink.x ../src/unlink.c 121 -uptime.1: $(common_dep) $(srcdir)/uptime.x ../src/uptime.c 122 users.1: $(common_dep) $(srcdir)/users.x ../src/users.c 123 vdir.1: $(common_dep) $(srcdir)/vdir.x ../src/ls.c 124 wc.1: $(common_dep) $(srcdir)/wc.x ../src/wc.c 125 @@ -754,7 +751,7 @@ 126 check-x-vs-1: 127 PATH=../src$(PATH_SEPARATOR)$$PATH; export PATH; \ 128 t=ls-files.$$$$; \ 129 - (cd $(srcdir) && ls -1 *.x) | sed 's/\.x$$//' | $(ASSORT) > $$t;\ 130 + (cd $(srcdir) && ls -1 *.x) | grep -v -e 'kill.x' -e 'su.x' -e 'uptime.x' | sed 's/\.x$$//' | $(ASSORT) > $$t;\ 131 echo $(dist_man_MANS) | tr -s ' ' '\n' | sed 's/\.1$$//' \ 132 | $(ASSORT) | diff - $$t || { rm $$t; exit 1; }; \ 133 rm $$t 134 diff -Naur coreutils-6.5.orig/src/Makefile.in coreutils-6.5/src/Makefile.in 135 --- coreutils-6.5.orig/src/Makefile.in 2006-11-19 04:59:23.000000000 -0800 136 +++ coreutils-6.5/src/Makefile.in 2006-11-20 10:44:00.000000000 -0800 139 137 @@ -35,7 +35,7 @@ 140 138 host_triplet = @host@ … … 155 153 pwd$(EXEEXT) seq$(EXEEXT) sleep$(EXEEXT) tee$(EXEEXT) \ 156 154 test$(EXEEXT) true$(EXEEXT) tty$(EXEEXT) whoami$(EXEEXT) \ 157 @@ -1 78,7 +178,7 @@158 $(top_srcdir)/m4/ tzset.m4 $(top_srcdir)/m4/unicodeio.m4 \159 $(top_srcdir)/m4/unistd -safer.m4 $(top_srcdir)/m4/unistd_h.m4 \160 $(top_srcdir)/m4/unlink -busy.m4 $(top_srcdir)/m4/unlinkdir.m4 \161 - $(top_srcdir)/m4/u nlocked-io.m4 $(top_srcdir)/m4/uptime.m4 \162 + $(top_srcdir)/m4/u nlocked-io.m4 \163 $(top_srcdir)/m4/u serspec.m4 $(top_srcdir)/m4/utimbuf.m4 \164 $(top_srcdir)/m4/utime .m4 $(top_srcdir)/m4/utimecmp.m4 \165 $(top_srcdir)/m4/utime ns.m4 $(top_srcdir)/m4/utimes-null.m4 \166 @@ -36 4,11 +364,6 @@155 @@ -180,7 +180,7 @@ 156 $(top_srcdir)/m4/unicodeio.m4 $(top_srcdir)/m4/unistd-safer.m4 \ 157 $(top_srcdir)/m4/unistd_h.m4 $(top_srcdir)/m4/unlink-busy.m4 \ 158 $(top_srcdir)/m4/unlinkdir.m4 $(top_srcdir)/m4/unlocked-io.m4 \ 159 - $(top_srcdir)/m4/uptime.m4 $(top_srcdir)/m4/userspec.m4 \ 160 + $(top_srcdir)/m4/userspec.m4 \ 161 $(top_srcdir)/m4/utimbuf.m4 $(top_srcdir)/m4/utime.m4 \ 162 $(top_srcdir)/m4/utimecmp.m4 $(top_srcdir)/m4/utimens.m4 \ 163 $(top_srcdir)/m4/utimes-null.m4 $(top_srcdir)/m4/utimes.m4 \ 164 @@ -366,11 +366,6 @@ 167 165 join_LDADD = $(LDADD) 168 166 join_DEPENDENCIES = ../lib/libcoreutils.a $(am__DEPENDENCIES_1) \ … … 176 174 link_OBJECTS = link.$(OBJEXT) 177 175 link_LDADD = $(LDADD) 178 @@ -61 7,10 +612,6 @@176 @@ -619,10 +614,6 @@ 179 177 unlink_LDADD = $(LDADD) 180 178 unlink_DEPENDENCIES = ../lib/libcoreutils.a $(am__DEPENDENCIES_1) \ … … 187 185 users_OBJECTS = users.$(OBJEXT) 188 186 users_LDADD = $(LDADD) 189 @@ -66 4,7 +655,7 @@187 @@ -666,7 +657,7 @@ 190 188 csplit.c cut.c date.c dd.c df.c $(dir_SOURCES) dircolors.c \ 191 189 dirname.c du.c echo.c env.c expand.c expr.c factor.c false.c \ … … 196 194 nice.c nl.c nohup.c od.c paste.c pathchk.c pinky.c pr.c \ 197 195 printenv.c printf.c ptx.c pwd.c readlink.c $(rm_SOURCES) \ 198 @@ -67 3,14 +664,14 @@196 @@ -675,14 +666,14 @@ 199 197 $(sha512sum_SOURCES) shred.c shuf.c sleep.c sort.c split.c \ 200 198 stat.c stty.c su.c sum.c sync.c tac.c tail.c tee.c test.c \ … … 213 211 nice.c nl.c nohup.c od.c paste.c pathchk.c pinky.c pr.c \ 214 212 printenv.c printf.c ptx.c pwd.c readlink.c $(rm_SOURCES) \ 215 @@ -6 89,7 +680,7 @@213 @@ -691,7 +682,7 @@ 216 214 $(sha512sum_SOURCES) shred.c shuf.c sleep.c sort.c split.c \ 217 215 stat.c stty.c su.c sum.c sync.c tac.c tail.c tee.c test.c \ … … 222 220 HEADERS = $(noinst_HEADERS) 223 221 ETAGS = etags 224 @@ -94 7,7 +938,6 @@222 @@ -949,7 +940,6 @@ 225 223 tail_LDADD = $(nanosec_libs) 226 224 … … 230 228 SUFFIXES = .sh 231 229 installed_su = $(DESTDIR)$(bindir)/`echo su|sed '$(transform)'` 232 @@ -119 4,9 +1184,6 @@230 @@ -1196,9 +1186,6 @@ 233 231 join$(EXEEXT): $(join_OBJECTS) $(join_DEPENDENCIES) 234 232 @rm -f join$(EXEEXT) … … 240 238 @rm -f link$(EXEEXT) 241 239 $(LINK) $(link_OBJECTS) $(link_LDADD) $(LIBS) 242 @@ -13 59,9 +1346,6 @@240 @@ -1361,9 +1348,6 @@ 243 241 unlink$(EXEEXT): $(unlink_OBJECTS) $(unlink_DEPENDENCIES) 244 242 @rm -f unlink$(EXEEXT) … … 250 248 @rm -f users$(EXEEXT) 251 249 $(LINK) $(users_OBJECTS) $(users_LDADD) $(LIBS) 252 @@ -145 6,7 +1440,6 @@250 @@ -1458,7 +1442,6 @@ 253 251 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id.Po@am__quote@ 254 252 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/install.Po@am__quote@ … … 258 256 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/link.Po@am__quote@ 259 257 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ln.Po@am__quote@ 260 @@ -151 6,7 +1499,6 @@258 @@ -1518,7 +1501,6 @@ 261 259 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unexpand.Po@am__quote@ 262 260 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uniq.Po@am__quote@ … … 266 264 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wc.Po@am__quote@ 267 265 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/who.Po@am__quote@ 268 @@ -183 7,7 +1819,7 @@266 @@ -1839,7 +1821,7 @@ 269 267 && can_create_suid_root_executable=yes; \ 270 268 rm -f $$TMPFILE; \ … … 275 273 echo "WARNING: insufficient access; not installing su"; \ 276 274 echo "NOTE: to install su, run 'make install-root' as root"; \ 277 diff -Naur coreutils-6.4.orig/src/Makefile.in.rej coreutils-6.4/src/Makefile.in.rej278 --- coreutils-6.4.orig/src/Makefile.in.rej 1969-12-31 16:00:00.000000000 -0800279 +++ coreutils-6.4/src/Makefile.in.rej 2006-10-22 20:47:10.000000000 -0700280 @@ -0,0 +1,36 @@281 +***************282 +*** 1196,1204 ****283 + join$(EXEEXT): $(join_OBJECTS) $(join_DEPENDENCIES)284 + @rm -f join$(EXEEXT)285 + $(LINK) $(join_LDFLAGS) $(join_OBJECTS) $(join_LDADD) $(LIBS)286 +- kill$(EXEEXT): $(kill_OBJECTS) $(kill_DEPENDENCIES)287 +- @rm -f kill$(EXEEXT)288 +- $(LINK) $(kill_LDFLAGS) $(kill_OBJECTS) $(kill_LDADD) $(LIBS)289 + link$(EXEEXT): $(link_OBJECTS) $(link_DEPENDENCIES)290 + @rm -f link$(EXEEXT)291 + $(LINK) $(link_LDFLAGS) $(link_OBJECTS) $(link_LDADD) $(LIBS)292 +--- 1186,1191 ----293 + join$(EXEEXT): $(join_OBJECTS) $(join_DEPENDENCIES)294 + @rm -f join$(EXEEXT)295 + $(LINK) $(join_LDFLAGS) $(join_OBJECTS) $(join_LDADD) $(LIBS)296 + link$(EXEEXT): $(link_OBJECTS) $(link_DEPENDENCIES)297 + @rm -f link$(EXEEXT)298 + $(LINK) $(link_LDFLAGS) $(link_OBJECTS) $(link_LDADD) $(LIBS)299 +***************300 +*** 1361,1369 ****301 + unlink$(EXEEXT): $(unlink_OBJECTS) $(unlink_DEPENDENCIES)302 + @rm -f unlink$(EXEEXT)303 + $(LINK) $(unlink_LDFLAGS) $(unlink_OBJECTS) $(unlink_LDADD) $(LIBS)304 +- uptime$(EXEEXT): $(uptime_OBJECTS) $(uptime_DEPENDENCIES)305 +- @rm -f uptime$(EXEEXT)306 +- $(LINK) $(uptime_LDFLAGS) $(uptime_OBJECTS) $(uptime_LDADD) $(LIBS)307 + users$(EXEEXT): $(users_OBJECTS) $(users_DEPENDENCIES)308 + @rm -f users$(EXEEXT)309 + $(LINK) $(users_LDFLAGS) $(users_OBJECTS) $(users_LDADD) $(LIBS)310 +--- 1348,1353 ----311 + unlink$(EXEEXT): $(unlink_OBJECTS) $(unlink_DEPENDENCIES)312 + @rm -f unlink$(EXEEXT)313 + $(LINK) $(unlink_LDFLAGS) $(unlink_OBJECTS) $(unlink_LDADD) $(LIBS)314 + users$(EXEEXT): $(users_OBJECTS) $(users_DEPENDENCIES)315 + @rm -f users$(EXEEXT)316 + $(LINK) $(users_LDFLAGS) $(users_OBJECTS) $(users_LDADD) $(LIBS)
Note:
See TracChangeset
for help on using the changeset viewer.