patch-Makefile_in 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  1. $OpenBSD: patch-Makefile_in,v 1.2 2013/01/20 02:23:40 tobiasu Exp $
  2. --- Makefile.in.orig Mon Jan 2 12:02:10 2012
  3. +++ Makefile.in Sun Dec 30 13:19:21 2012
  4. @@ -2866,7 +2866,7 @@ install:
  5. @: $(MAKE); $(unstage)
  6. @r=`${PWD_COMMAND}`; export r; \
  7. s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
  8. - $(MAKE) $(RECURSE_FLAGS_TO_PASS) installdirs install-host install-target
  9. + $(MAKE) $(RECURSE_FLAGS_TO_PASS) -j1 installdirs install-host install-target
  10. .PHONY: install-host-nogcc
  11. install-host-nogcc: \
  12. @@ -3256,7 +3256,7 @@ configure-build-libiberty:
  13. srcdiroption="--srcdir=$${topdir}/libiberty"; \
  14. libsrcdir="$$s/libiberty"; \
  15. rm -f no-such-file || : ; \
  16. - CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
  17. + $(SHELL) $${libsrcdir}/configure \
  18. $(BUILD_CONFIGARGS) --build=${build_alias} --host=${build_alias} \
  19. --target=${target_alias} $${srcdiroption} \
  20. || exit 1
  21. @@ -3312,7 +3312,7 @@ configure-build-bison:
  22. srcdiroption="--srcdir=$${topdir}/bison"; \
  23. libsrcdir="$$s/bison"; \
  24. rm -f no-such-file || : ; \
  25. - CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
  26. + $(SHELL) $${libsrcdir}/configure \
  27. $(BUILD_CONFIGARGS) --build=${build_alias} --host=${build_alias} \
  28. --target=${target_alias} $${srcdiroption} \
  29. || exit 1
  30. @@ -3368,7 +3368,7 @@ configure-build-byacc:
  31. srcdiroption="--srcdir=$${topdir}/byacc"; \
  32. libsrcdir="$$s/byacc"; \
  33. rm -f no-such-file || : ; \
  34. - CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
  35. + $(SHELL) $${libsrcdir}/configure \
  36. $(BUILD_CONFIGARGS) --build=${build_alias} --host=${build_alias} \
  37. --target=${target_alias} $${srcdiroption} \
  38. || exit 1
  39. @@ -3424,7 +3424,7 @@ configure-build-flex:
  40. srcdiroption="--srcdir=$${topdir}/flex"; \
  41. libsrcdir="$$s/flex"; \
  42. rm -f no-such-file || : ; \
  43. - CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
  44. + $(SHELL) $${libsrcdir}/configure \
  45. $(BUILD_CONFIGARGS) --build=${build_alias} --host=${build_alias} \
  46. --target=${target_alias} $${srcdiroption} \
  47. || exit 1
  48. @@ -3480,7 +3480,7 @@ configure-build-m4:
  49. srcdiroption="--srcdir=$${topdir}/m4"; \
  50. libsrcdir="$$s/m4"; \
  51. rm -f no-such-file || : ; \
  52. - CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
  53. + $(SHELL) $${libsrcdir}/configure \
  54. $(BUILD_CONFIGARGS) --build=${build_alias} --host=${build_alias} \
  55. --target=${target_alias} $${srcdiroption} \
  56. || exit 1
  57. @@ -3536,7 +3536,7 @@ configure-build-texinfo:
  58. srcdiroption="--srcdir=$${topdir}/texinfo"; \
  59. libsrcdir="$$s/texinfo"; \
  60. rm -f no-such-file || : ; \
  61. - CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
  62. + $(SHELL) $${libsrcdir}/configure \
  63. $(BUILD_CONFIGARGS) --build=${build_alias} --host=${build_alias} \
  64. --target=${target_alias} $${srcdiroption} \
  65. || exit 1
  66. @@ -3592,7 +3592,7 @@ configure-build-fixincludes:
  67. srcdiroption="--srcdir=$${topdir}/fixincludes"; \
  68. libsrcdir="$$s/fixincludes"; \
  69. rm -f no-such-file || : ; \
  70. - CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
  71. + $(SHELL) $${libsrcdir}/configure \
  72. $(BUILD_CONFIGARGS) --build=${build_alias} --host=${build_alias} \
  73. --target=${target_alias} $${srcdiroption} \
  74. || exit 1
  75. @@ -46136,7 +46136,7 @@ configure-target-libstdc++-v3:
  76. srcdiroption="--srcdir=$${topdir}/libstdc++-v3"; \
  77. libsrcdir="$$s/libstdc++-v3"; \
  78. rm -f no-such-file || : ; \
  79. - CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
  80. + $(SHELL) $${libsrcdir}/configure \
  81. $(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
  82. --target=${target_alias} $${srcdiroption} \
  83. || exit 1
  84. @@ -47120,7 +47120,7 @@ configure-target-libmudflap:
  85. srcdiroption="--srcdir=$${topdir}/libmudflap"; \
  86. libsrcdir="$$s/libmudflap"; \
  87. rm -f no-such-file || : ; \
  88. - CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
  89. + $(SHELL) $${libsrcdir}/configure \
  90. $(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
  91. --target=${target_alias} $${srcdiroption} \
  92. || exit 1
  93. @@ -47577,7 +47577,7 @@ configure-target-libssp:
  94. srcdiroption="--srcdir=$${topdir}/libssp"; \
  95. libsrcdir="$$s/libssp"; \
  96. rm -f no-such-file || : ; \
  97. - CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
  98. + $(SHELL) $${libsrcdir}/configure \
  99. $(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
  100. --target=${target_alias} $${srcdiroption} \
  101. || exit 1
  102. @@ -48034,7 +48034,7 @@ configure-target-newlib:
  103. srcdiroption="--srcdir=$${topdir}/newlib"; \
  104. libsrcdir="$$s/newlib"; \
  105. rm -f no-such-file || : ; \
  106. - CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
  107. + $(SHELL) $${libsrcdir}/configure \
  108. $(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
  109. --target=${target_alias} $${srcdiroption} \
  110. || exit 1
  111. @@ -48490,7 +48490,7 @@ configure-target-libgcc:
  112. srcdiroption="--srcdir=$${topdir}/libgcc"; \
  113. libsrcdir="$$s/libgcc"; \
  114. rm -f no-such-file || : ; \
  115. - CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
  116. + $(SHELL) $${libsrcdir}/configure \
  117. $(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
  118. --target=${target_alias} $${srcdiroption} \
  119. || exit 1
  120. @@ -49469,7 +49469,7 @@ configure-target-libquadmath:
  121. srcdiroption="--srcdir=$${topdir}/libquadmath"; \
  122. libsrcdir="$$s/libquadmath"; \
  123. rm -f no-such-file || : ; \
  124. - CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
  125. + $(SHELL) $${libsrcdir}/configure \
  126. $(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
  127. --target=${target_alias} $${srcdiroption} \
  128. || exit 1
  129. @@ -49926,7 +49926,7 @@ configure-target-libgfortran:
  130. srcdiroption="--srcdir=$${topdir}/libgfortran"; \
  131. libsrcdir="$$s/libgfortran"; \
  132. rm -f no-such-file || : ; \
  133. - CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
  134. + $(SHELL) $${libsrcdir}/configure \
  135. $(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
  136. --target=${target_alias} $${srcdiroption} \
  137. || exit 1
  138. @@ -50383,7 +50383,7 @@ configure-target-libobjc:
  139. srcdiroption="--srcdir=$${topdir}/libobjc"; \
  140. libsrcdir="$$s/libobjc"; \
  141. rm -f no-such-file || : ; \
  142. - CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
  143. + $(SHELL) $${libsrcdir}/configure \
  144. $(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
  145. --target=${target_alias} $${srcdiroption} \
  146. || exit 1
  147. @@ -50840,7 +50840,7 @@ configure-target-libgo:
  148. srcdiroption="--srcdir=$${topdir}/libgo"; \
  149. libsrcdir="$$s/libgo"; \
  150. rm -f no-such-file || : ; \
  151. - CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
  152. + $(SHELL) $${libsrcdir}/configure \
  153. $(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
  154. --target=${target_alias} $${srcdiroption} \
  155. || exit 1
  156. @@ -51297,7 +51297,7 @@ configure-target-libtermcap:
  157. srcdiroption="--srcdir=$${topdir}/libtermcap"; \
  158. libsrcdir="$$s/libtermcap"; \
  159. rm -f no-such-file || : ; \
  160. - CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
  161. + $(SHELL) $${libsrcdir}/configure \
  162. $(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
  163. --target=${target_alias} $${srcdiroption} \
  164. || exit 1
  165. @@ -51689,7 +51689,7 @@ configure-target-winsup:
  166. srcdiroption="--srcdir=$${topdir}/winsup"; \
  167. libsrcdir="$$s/winsup"; \
  168. rm -f no-such-file || : ; \
  169. - CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
  170. + $(SHELL) $${libsrcdir}/configure \
  171. $(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
  172. --target=${target_alias} $${srcdiroption} \
  173. || exit 1
  174. @@ -52146,7 +52146,7 @@ configure-target-libgloss:
  175. srcdiroption="--srcdir=$${topdir}/libgloss"; \
  176. libsrcdir="$$s/libgloss"; \
  177. rm -f no-such-file || : ; \
  178. - CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
  179. + $(SHELL) $${libsrcdir}/configure \
  180. $(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
  181. --target=${target_alias} $${srcdiroption} \
  182. || exit 1
  183. @@ -52598,7 +52598,7 @@ configure-target-gperf:
  184. srcdiroption="--srcdir=$${topdir}/gperf"; \
  185. libsrcdir="$$s/gperf"; \
  186. rm -f no-such-file || : ; \
  187. - CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
  188. + $(SHELL) $${libsrcdir}/configure \
  189. $(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
  190. --target=${target_alias} $${srcdiroption} \
  191. || exit 1
  192. @@ -53055,7 +53055,7 @@ configure-target-examples:
  193. srcdiroption="--srcdir=$${topdir}/examples"; \
  194. libsrcdir="$$s/examples"; \
  195. rm -f no-such-file || : ; \
  196. - CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
  197. + $(SHELL) $${libsrcdir}/configure \
  198. $(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
  199. --target=${target_alias} $${srcdiroption} \
  200. || exit 1
  201. @@ -53497,7 +53497,7 @@ configure-target-libffi:
  202. srcdiroption="--srcdir=$${topdir}/libffi"; \
  203. libsrcdir="$$s/libffi"; \
  204. rm -f no-such-file || : ; \
  205. - CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
  206. + $(SHELL) $${libsrcdir}/configure \
  207. $(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
  208. --target=${target_alias} $${srcdiroption} \
  209. || exit 1
  210. @@ -53954,7 +53954,7 @@ configure-target-libjava:
  211. srcdiroption="--srcdir=$${topdir}/libjava"; \
  212. libsrcdir="$$s/libjava"; \
  213. rm -f no-such-file || : ; \
  214. - CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
  215. + $(SHELL) $${libsrcdir}/configure \
  216. $(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
  217. --target=${target_alias} $${srcdiroption} \
  218. || exit 1
  219. @@ -54411,7 +54411,7 @@ configure-target-zlib:
  220. srcdiroption="--srcdir=$${topdir}/zlib"; \
  221. libsrcdir="$$s/zlib"; \
  222. rm -f no-such-file || : ; \
  223. - CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
  224. + $(SHELL) $${libsrcdir}/configure \
  225. $(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
  226. --target=${target_alias} $${srcdiroption} \
  227. || exit 1
  228. @@ -54868,7 +54868,7 @@ configure-target-boehm-gc:
  229. srcdiroption="--srcdir=$${topdir}/boehm-gc"; \
  230. libsrcdir="$$s/boehm-gc"; \
  231. rm -f no-such-file || : ; \
  232. - CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
  233. + $(SHELL) $${libsrcdir}/configure \
  234. $(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
  235. --target=${target_alias} $${srcdiroption} \
  236. || exit 1
  237. @@ -55325,7 +55325,7 @@ configure-target-qthreads:
  238. srcdiroption="--srcdir=$${topdir}/qthreads"; \
  239. libsrcdir="$$s/qthreads"; \
  240. rm -f no-such-file || : ; \
  241. - CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
  242. + $(SHELL) $${libsrcdir}/configure \
  243. $(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
  244. --target=${target_alias} $${srcdiroption} \
  245. || exit 1
  246. @@ -55782,7 +55782,7 @@ configure-target-rda:
  247. srcdiroption="--srcdir=$${topdir}/rda"; \
  248. libsrcdir="$$s/rda"; \
  249. rm -f no-such-file || : ; \
  250. - CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
  251. + $(SHELL) $${libsrcdir}/configure \
  252. $(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
  253. --target=${target_alias} $${srcdiroption} \
  254. || exit 1
  255. @@ -56239,7 +56239,7 @@ configure-target-libada:
  256. srcdiroption="--srcdir=$${topdir}/libada"; \
  257. libsrcdir="$$s/libada"; \
  258. rm -f no-such-file || : ; \
  259. - CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
  260. + $(SHELL) $${libsrcdir}/configure \
  261. $(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
  262. --target=${target_alias} $${srcdiroption} \
  263. || exit 1
  264. @@ -56695,7 +56695,7 @@ configure-target-libgomp:
  265. srcdiroption="--srcdir=$${topdir}/libgomp"; \
  266. libsrcdir="$$s/libgomp"; \
  267. rm -f no-such-file || : ; \
  268. - CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
  269. + $(SHELL) $${libsrcdir}/configure \
  270. $(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
  271. --target=${target_alias} $${srcdiroption} \
  272. || exit 1