patch-test_Makefile 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- atftp-0.7.orig/test/Makefile 2004-03-16 02:53:37.000000000 +0100
  3. +++ atftp-0.7/test/Makefile 2008-10-09 11:58:55.000000000 +0200
  4. @@ -13,9 +13,9 @@
  5. # PARTICULAR PURPOSE.
  6. -srcdir = .
  7. -top_srcdir = ..
  8. -
  9. +srcdir = /home/wbrodkorb/adk-glibc/build_x86/w-atftp-0.7-2/atftp-0.7/test
  10. +top_srcdir = /home/wbrodkorb/adk-glibc/build_x86/w-atftp-0.7-2/atftp-0.7
  11. +VPATH = /home/wbrodkorb/adk-glibc/build_x86/w-atftp-0.7-2/atftp-0.7/test
  12. pkgdatadir = $(datadir)/atftp
  13. pkglibdir = $(libdir)/atftp
  14. pkgincludedir = $(includedir)/atftp
  15. @@ -33,7 +33,7 @@ POST_INSTALL = :
  16. NORMAL_UNINSTALL = :
  17. PRE_UNINSTALL = :
  18. POST_UNINSTALL = :
  19. -host_triplet = i686-pc-linux-gnu
  20. +host_triplet = i586-pc-linux-gnu
  21. subdir = test
  22. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  23. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  24. @@ -46,24 +46,24 @@ CONFIG_CLEAN_FILES =
  25. SOURCES =
  26. DIST_SOURCES =
  27. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  28. -ACLOCAL = ${SHELL} /home/jp/projets/sources/atftp/atftp-0.7/atftp/missing --run aclocal-1.8
  29. -AMDEP_FALSE = #
  30. -AMDEP_TRUE =
  31. -AMTAR = ${SHELL} /home/jp/projets/sources/atftp/atftp-0.7/atftp/missing --run tar
  32. -AUTOCONF = ${SHELL} /home/jp/projets/sources/atftp/atftp-0.7/atftp/missing --run autoconf
  33. -AUTOHEADER = ${SHELL} /home/jp/projets/sources/atftp/atftp-0.7/atftp/missing --run autoheader
  34. -AUTOMAKE = ${SHELL} /home/jp/projets/sources/atftp/atftp-0.7/atftp/missing --run automake-1.8
  35. +ACLOCAL = ${SHELL} /home/wbrodkorb/adk-glibc/build_x86/w-atftp-0.7-2/atftp-0.7/missing --run aclocal-1.8
  36. +AMDEP_FALSE =
  37. +AMDEP_TRUE = #
  38. +AMTAR = ${SHELL} /home/wbrodkorb/adk-glibc/build_x86/w-atftp-0.7-2/atftp-0.7/missing --run tar
  39. +AUTOCONF = ${SHELL} /home/wbrodkorb/adk-glibc/build_x86/w-atftp-0.7-2/atftp-0.7/missing --run autoconf
  40. +AUTOHEADER = ${SHELL} /home/wbrodkorb/adk-glibc/build_x86/w-atftp-0.7-2/atftp-0.7/missing --run autoheader
  41. +AUTOMAKE = ${SHELL} /home/wbrodkorb/adk-glibc/build_x86/w-atftp-0.7-2/atftp-0.7/missing --run automake-1.8
  42. AWK = gawk
  43. -CC = gcc
  44. -CCDEPMODE = depmode=gcc3
  45. +CC = /home/wbrodkorb/adk-glibc/cross_x86/host/bin/i586-linux-gnu-gcc
  46. +CCDEPMODE = depmode=none
  47. CFLAGS = -g -Wall -D_REENTRANT -O2
  48. -CPP = gcc -E
  49. -CPPFLAGS =
  50. +CPP = /home/wbrodkorb/adk-glibc/cross_x86/host/bin/i586-linux-gnu-gcc -E
  51. +CPPFLAGS = -isystem /home/wbrodkorb/adk-glibc/cross_x86/target/include -isystem /home/wbrodkorb/adk-glibc/cross_x86/target/usr/include -DNDEBUG
  52. CYGPATH_W = echo
  53. DEFS = -DHAVE_CONFIG_H
  54. DEPDIR = .deps
  55. -ECHO_C =
  56. -ECHO_N = -n
  57. +ECHO_C = \c
  58. +ECHO_N =
  59. ECHO_T =
  60. EGREP = grep -E
  61. EXEEXT =
  62. @@ -71,17 +71,17 @@ INSTALL_DATA = ${INSTALL} -m 644
  63. INSTALL_PROGRAM = ${INSTALL}
  64. INSTALL_SCRIPT = ${INSTALL}
  65. INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
  66. -ISODATE = 2004-03-15
  67. -LDFLAGS =
  68. +ISODATE = 2008-10-09
  69. +LDFLAGS = -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbrodkorb/adk-glibc/cross_x86/target/usr/lib -L/home/wbrodkorb/adk-glibc/cross_x86/target/lib -L/home/wbrodkorb/adk-glibc/cross_x86/target/usr/lib
  70. LIBOBJS =
  71. -LIBPCRE = -lpcre
  72. +LIBPCRE =
  73. LIBPTHREAD = -lpthread
  74. LIBREADLINE = -lreadline
  75. LIBS =
  76. -LIBTERMCAP =
  77. -LIBWRAP = -lnsl -lwrap
  78. +LIBTERMCAP = -lncurses
  79. +LIBWRAP =
  80. LTLIBOBJS =
  81. -MAKEINFO = ${SHELL} /home/jp/projets/sources/atftp/atftp-0.7/atftp/missing --run makeinfo
  82. +MAKEINFO = ${SHELL} /home/wbrodkorb/adk-glibc/build_x86/w-atftp-0.7-2/atftp-0.7/missing --run makeinfo
  83. OBJEXT = o
  84. PACKAGE = atftp
  85. PACKAGE_BUGREPORT =
  86. @@ -90,46 +90,46 @@ PACKAGE_STRING =
  87. PACKAGE_TARNAME =
  88. PACKAGE_VERSION =
  89. PATH_SEPARATOR = :
  90. -PLATFORM = pc-i686-linux-gnu
  91. +PLATFORM = pc-i586-linux-gnu
  92. SET_MAKE =
  93. SHELL = /bin/sh
  94. -STRIP =
  95. +STRIP = i586-linux-strip
  96. VERSION = 0.7
  97. -ac_ct_CC = gcc
  98. +ac_ct_CC =
  99. ac_ct_STRIP =
  100. -am__fastdepCC_FALSE = #
  101. -am__fastdepCC_TRUE =
  102. +am__fastdepCC_FALSE =
  103. +am__fastdepCC_TRUE = #
  104. am__include = include
  105. am__leading_dot = .
  106. am__quote =
  107. bindir = ${exec_prefix}/bin
  108. build = i686-pc-linux-gnu
  109. -build_alias =
  110. +build_alias = i686-linux-gnu
  111. build_cpu = i686
  112. build_os = linux-gnu
  113. build_vendor = pc
  114. -datadir = ${prefix}/share
  115. +datadir = /usr/share
  116. exec_prefix = ${prefix}
  117. -host = i686-pc-linux-gnu
  118. -host_alias =
  119. -host_cpu = i686
  120. +host = i586-pc-linux-gnu
  121. +host_alias = i586-linux
  122. +host_cpu = i586
  123. host_os = linux-gnu
  124. host_vendor = pc
  125. includedir = ${prefix}/include
  126. infodir = ${prefix}/info
  127. -install_sh = /home/jp/projets/sources/atftp/atftp-0.7/atftp/install-sh
  128. +install_sh = /home/wbrodkorb/adk-glibc/build_x86/w-atftp-0.7-2/atftp-0.7/install-sh
  129. libdir = ${exec_prefix}/lib
  130. -libexecdir = ${exec_prefix}/libexec
  131. -localstatedir = ${prefix}/var
  132. -mandir = ${prefix}/man
  133. +libexecdir = /usr/lib
  134. +localstatedir = /var
  135. +mandir = /usr/share/man
  136. mkdir_p = mkdir -p -- .
  137. oldincludedir = /usr/include
  138. -prefix = /usr/local
  139. -program_transform_name = s,x,x,
  140. +prefix = /usr
  141. +program_transform_name = s,$$,,;s,^,,
  142. sbindir = ${exec_prefix}/sbin
  143. sharedstatedir = ${prefix}/com
  144. -sysconfdir = ${prefix}/etc
  145. -target_alias =
  146. +sysconfdir = /etc
  147. +target_alias = i586-linux
  148. TESTS = test.sh
  149. CLEANFILES = *~
  150. all: all-am