ChangeLog 33 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028
  1. 2008-06-03 Zoltan Varga <[email protected]>
  2. * rules.make (PROFILE): Reapply the PROFILE=net_2_0 change. One can still
  3. build 1.1 libraries using make PROFILE=default.
  4. 2008-05-27 Raja R Harinath <[email protected]>
  5. * executable.make ($(PROGRAM_config)): Depend on directory
  6. creation stamp.
  7. 2008-04-09 Gert Driesen <[email protected]>
  8. * library.make: hidden -bootstrap option for gacutil is no longer
  9. necessary.
  10. 2008-03-24 Zoltan Varga <[email protected]>
  11. * library.make (check): Add a standard check target and make it the same as
  12. run-test.
  13. 2008-03-22 Zoltan Varga <[email protected]>
  14. * profiles/net_3_5.make (PROFILE_MCS_FLAGS): Get rid of obsolete
  15. -langversion:linq option.
  16. Fri Mar 14 09:31:59 CET 2008 Paolo Molaro <[email protected]>
  17. * rules.make, library.make: move GACUTIL definition into rules.make as
  18. it's used also by the tools. Add the hidden -bootstrap option.
  19. 2008-02-18 Raja R Harinath <[email protected]>
  20. * rules.make (%/.stamp): Unify all directory creation targets here.
  21. 2008-02-17 Raja R Harinath <[email protected]>
  22. * profiles/net_2_1_bootstrap.make: New.
  23. * profiles/net_2_1_raw.make: New. The untuned 2.1 profile.
  24. * profiles/net_2_1.make: New. The tuned 2.1 profile.
  25. * Makefile (PROFILES): Update.
  26. 2007-12-06 Atsushi Enomoto <[email protected]>
  27. * profiles/net_3_5.make : fixed net_2_0 path.
  28. 2007-12-03 Marek Safar <[email protected]>
  29. * Makefile.make: Distribute 3.5 profile
  30. 2007-11-08 Wade Berrier <[email protected]>
  31. * config-default.make: add sysconfdir dir (for mconfig/config.xml)
  32. 2007-11-01 Marek Safar <[email protected]>
  33. * corcompare.make: Build corcompare into same directory.
  34. 2007-10-27 Marek Safar <[email protected]>
  35. * profiles/net_2_0_bootstrap.make: Fixed generics compiler name.
  36. 2007-10-27 Marek Safar <[email protected]>
  37. * rules.make: Changed gmcs location.
  38. 2007-10-27 Marek Safar <[email protected]>
  39. * executable.make: Added KEEP_OUTPUT_FILE_COPY to avoid move and copy
  40. back compiler executables.
  41. 2007-09-21 Raja R Harinath <[email protected]>
  42. * Makefile (PROFILES): Remove 'atomic' profiles.
  43. * profiles/atomic.make, profiles/bootstrap.make: Remove.
  44. 2007-09-04 Wade Berrier <[email protected]>
  45. * library.make: Glob for .sources for all profiles.
  46. Use tools/removecomments.sh to account for '#include' and
  47. comments, which are only used in the jvm profile at this point
  48. 2007-09-01 Jb Evain <[email protected]>
  49. * Makefile: consider the net_2_1 profile.
  50. 2007-08-12 Marek Safar <[email protected]>
  51. * library.make: Includes new `corcompare' target.
  52. * corcompare.make: I got tired of hacking corcompare stuff again and
  53. again.
  54. 2007-08-11 Jb Evain <[email protected]>
  55. * profiles/net_2_1: allow 2.1 assemblies in the GAC.
  56. 2007-07-27 Jb Evain <[email protected]>
  57. * profiles/net_2_1: use smcs to compile the .net 2.1 assemblies.
  58. 2007-07-23 Raja R Harinath <[email protected]>
  59. * library.make (install-local) [GAC]: If LIBRARY_PACKAGE is set to
  60. 'none' don't install a symlink from a package directory into the gac.
  61. 2007-07-11 Jb Evain <[email protected]>
  62. * profiles/net_2_1.make: work on the 2_1 profile.
  63. 2007-06-12 Marek Safar <[email protected]>
  64. * rules.make: Added FRAMEWORK_VERSION_MAJOR.
  65. 2007-05-11 Raja R Harinath <[email protected]>
  66. * Makefile (dist-local): Remove special-case code.
  67. * rules.make ($(depsdir)): New rule to create the dependencies
  68. directory on demand.
  69. * library.make, executable.make: Make generated files depend on
  70. $(depsdir).
  71. * profiles/basic.make: Likewise.
  72. * profiles/net_2_0_bootstrap.make: Move rules for mcs.exe to
  73. mcs/Makefile.
  74. * library.make (the_libdir, build_libdir): New. Create these
  75. directories on demand instead of worrying about keeping the list
  76. of profiles uptodate.
  77. * executable.make (prog_dir): Likewise.
  78. 2007-03-17 Marek Sieradzki <[email protected]>
  79. * library.make: Show correct log (TestResult-ondotnet-PROFILE...) for
  80. make run-test-ondotnet.
  81. Fri Nov 24 18:38:31 CET 2006 Paolo Molaro <[email protected]>
  82. * library.make: added ability to pass flags to the mono runtime when
  83. running the test suite.
  84. 2006-09-06 Kornél Pál <[email protected]>
  85. * TestConfiguration.cs: Moved to Npgsql.
  86. 2006-09-05 Kornél Pál <[email protected]>
  87. * config-default.make: Use UTF-8 as the default encoding for compilers.
  88. 2006-09-04 Raja R Harinath <[email protected]>
  89. * library.make (TEST_HARNESS_VERBOSE): New user toggle. If
  90. defined, NUnit will print the names of the unit tests as they are
  91. run. Can be used to narrow down infloops.
  92. (TEST_HARNESS_EXCLUDE): Provide a way to override the list of
  93. excluded unit test categories.
  94. 2006-04-11 Raja R Harinath <[email protected]>
  95. * profiles/default.make (BOOTSTRAP_PROFILE): Define.
  96. * profiles/net_2_0.make (BOOTSTRAP_PROFILE): Define.
  97. * rules.make (INTERNAL_RESGEN): Pick from bootstrap profile.
  98. 2006-01-19 Raja R Harinath <[email protected]>
  99. * library.make (test_lib): Don't allow to be overridden.
  100. (test_against, test_dep): Remove.
  101. 2006-01-11 Gonzalo Paniagua Javier <[email protected]>
  102. * executable.make: allow installing a different .config file for
  103. executables such as nunit-console.exe that should use a different one
  104. depending on the profile.
  105. 2006-01-05 Raja R Harinath <[email protected]>
  106. * library.make (run-test-lib, run-test-ondotnet-lib): Workaround a
  107. sed limitation when printing the testsuite log.
  108. 2005-12-22 Raja R Harinath <[email protected]>
  109. * library.make (lib_dir): Define to 'compat' if LIBRARY_COMPAT is
  110. defined, 'lib' otherwise.
  111. (the_lib): Use it to decide where to place the output library.
  112. (LIBRARY_PACKAGE): New define. Install development symlinks for
  113. compat libraries in a different directory.
  114. 2005-12-03 Kornél Pál <[email protected]>
  115. * config-default.make: Corrected default CODEPAGE comment to ISO-8859-1
  116. (Latin 1).
  117. 2005-11-22 Vladislav Spivak <[email protected]>
  118. * Missed dependency.
  119. <profile>.sources file is supporting #include directive
  120. Usually it includes common .sources file.
  121. Let's make it dependency of <profile>.sources
  122. 2005-10-03 Raja R Harinath <[email protected]>
  123. * profiles/basic.make (monolite_flag, use_monolite): New. Used to
  124. determine if we need to compile with 'monolite' rather than with
  125. an external mcs.
  126. (do-profile-check): Simplify. Remove corlib version testing
  127. scripts. Delegate that work to the mono runtime itself. Split
  128. off 'monolite' handling into ...
  129. (do-profile-check-monolite): ... this.
  130. 2005-09-27 Kornél Pál <[email protected]>
  131. * config-default.make: Added CODEPAGE that is the default encoding used by
  132. compilers.
  133. * rules.make (USE_MCS_FLAGS, USE_MBAS_FLAGS): Added /codepage.
  134. 2005-09-22 Raja R Harinath <[email protected]>
  135. * Makefile (BUILT_FILES): New.
  136. (all-local ...): Depend on them.
  137. (clean-local): Relete them.
  138. (common/Consts.cs): New rule.
  139. (COMMON_SRCS): Don't distribute common/Consts.cs.
  140. 2005-09-12 Raja R Harinath <[email protected]>
  141. * profiles/basic.make (do-profile-check): Quote sed expression.
  142. 2005-09-06 Raja R Harinath <[email protected]>
  143. * profiles/net_1_1_bootstrap.make: Remove special-handling on Win32.
  144. * profiles/default.make: Likewise.
  145. 2005-08-26 Kornél Pál <[email protected]>
  146. * Makefile: Added Consts.cs.in. Removed MonoVersion.cs.
  147. 2005-08-23 Raja R Harinath <[email protected]>
  148. * profiles/basic.make (do-profile-check): Set MONO_PATH to
  149. monolite directory when running disassembler.
  150. 2005-08-22 Raja R Harinath <[email protected]>
  151. * Makefile (DISTFILES): Move files in common/ to ...
  152. (COMMON_SRCS): ... this. Add Consts.cs, MonoVersion.cs and
  153. TestConfiguration.cs.
  154. 2005-08-19 Raja R Harinath <[email protected]>
  155. * profiles/basic.make (do-profile-check): Add some debugging output.
  156. Handle disassemblers that print corlib version in hex.
  157. 2005-07-26 Raja R Harinath <[email protected]>
  158. * executable.make, library.make: Use unix-style commandline options.
  159. * profiles/basic.make (FRAMEWORK_VERSION): Set.
  160. * profiles/net_1_1_bootstrap.make (FRAMEWORK_VERSION): Likewise.
  161. 2005-07-22 Raja R Harinath <[email protected]>
  162. * profiles/basic.make (do-profile-check): Make the "silent"
  163. compilation check even more silent. Refuse to use monolite if the
  164. corlib version of monolite/mscorlib.dll doesn't match the corlib
  165. version of the source.
  166. 2005-06-15 Raja R Harinath <[email protected]>
  167. * executable.make (dist-local): Copy from library.make.
  168. 2005-05-23 Raja R Harinath <[email protected]>
  169. * rules.make (STD_TARGETS): Make them all go through an
  170. indirection.
  171. (all): Indirect through do-all.
  172. (all.real): Remove.
  173. (do-%): New pattern fallback. Performs the standard behaviour:
  174. %-recursive, and then %-local.
  175. (do-run-test): New. Make '-k' more useful.
  176. Reported by Ritvik Mayank.
  177. 2005-05-10 Raja R Harinath <[email protected]>
  178. * library.make (dist-fixup): Fix typo.
  179. 2005-05-06 Raja R Harinath <[email protected]>
  180. * library.make (LIBRARY_NEEDS_PREPROCESSING): New control.
  181. (build_lib): Name of library built. Default to $(the_lib) unless
  182. preprocessing.
  183. ($(build_lib)): Rename from '$(the_lib)'.
  184. ($(makefrag)): Emit dependencies on $(build_lib).
  185. 2005-05-04 Zoltan Varga <[email protected]>
  186. * rules.make config-default.make: Use the install-sh script from the mono
  187. directory by default.
  188. 2005-04-29 Ben Maurer <[email protected]>
  189. * profiles/basic.make: The test for mcs was broken on jails where
  190. we got a warning due to /proc not being mounted. Remove hackish wc
  191. usage.
  192. 2005-04-25 Raja R Harinath <[email protected]>
  193. * config-default.make (RUNTIME): Set to 'false'.
  194. Reported by Ben Maurer.
  195. * profiles/basic.make (MCS): Revert changes below.
  196. * platforms/linux.make (ILDISASM): Define.
  197. * platforms/win32.make (ILDIsASM): Likewise.
  198. 2005-04-23 Ben Maurer <[email protected]>
  199. * profiles/basic.make: Ensure that make dist works even if you
  200. only have an old mono rpm installed. Essential for the new build
  201. system.
  202. 2005-04-21 Raja R Harinath <[email protected]>
  203. * rules.make (INTERNAL_ILASM): Update.
  204. 2005-04-14 Raja R Harinath <[email protected]>
  205. * library.make (dist-local): Include all ChangeLogs in the tarball.
  206. 2005-04-08 Raja R Harinath <[email protected]>
  207. * profiles/basic.make (do-profile-check): Handle some possible
  208. timestamp problems. Hopefully fix #74280.
  209. 2005-03-30 Zoltan Varga <[email protected]>
  210. * rules.make (INSTALL_DATA): Pass -c to install.
  211. 2005-03-18 Raja R Harinath <[email protected]>
  212. * library.make (TEST_FILES, $(test_response), $(btest_response)):
  213. Be more robust to empty lines in test sources file.
  214. 2005-03-14 Raja R Harinath <[email protected]>
  215. * executable.make (install-local): Depend on all-local even when
  216. NO_INSTALL is defined.
  217. * library.make: Minor cleanups to match executable.make.
  218. (gacutil): Use net_1_1_bootstrap/gacutil.exe.
  219. * profiles/basic.make (no-install): Remove.
  220. * profiles/net_1_1_bootstrap.make (no-install): Likewise.
  221. 2005-02-22 Raja R Harinath <[email protected]>
  222. * library.make (BUILT_SOURCES_cmdline): Don't define if
  223. BUILT_SOURCES is empty.
  224. 2005-02-21 Michal Moskal <[email protected]>
  225. Raja R Harinath <[email protected]>
  226. * config-default.make (exec_prefix, libdir): New.
  227. * library.make (libdir): Remove.
  228. * executable.make (PROGRAM_INSTALL_DIR): Define in terms of
  229. $(libdir).
  230. 2005-02-15 Raja R Harinath <[email protected]>
  231. * platforms/win32.make (RESGEN): Point to in-tree version of
  232. resgen.exe. The .NET 1.1 SDK doesn't appear to come with one.
  233. 2005-02-10 Raja R Harinath <[email protected]>
  234. * library.make (DISTFILES): Add $(btest_sourcefile).
  235. 2005-02-02 Raja R Harinath <[email protected]>
  236. * library.make (run-test-lib): Use $(LOCAL_TEST_HARNESS_FLAGS).
  237. (run-test-ondotnet-lib): Use $(LOCAL_TEST_HARNESS_ONDOTNET_FLAGS).
  238. 2005-02-01 Zoltan Varga <[email protected]>
  239. * library.make (run-test-lib): Exclude InetAccess tests.
  240. 2005-02-30 Sebastien Pouliot <[email protected]>
  241. * library.make: Exclude CAS category from run-test-ondotnet.
  242. 2005-01-31 Sebastien Pouliot <[email protected]>
  243. * library.make: Exclude CAS category when running unit tests with
  244. Mono (they can be run manually using --security). Added a define
  245. for WINDOWS (only on Windows) to be used for declarative security
  246. attributes ONLY.
  247. 2005-01-24 Raja R Harinath <[email protected]>
  248. * library.make (run-test-lib, run-test-ondotnet-lib): Print out
  249. the log.
  250. 2005-01-16 Nick Drochak <[email protected]>
  251. * library.make: /exclude for nunit needs a comma separated list
  252. 2005-01-14 Atsushi Enomoto <[email protected]>
  253. * library.make : output TestResult-ondotnet-(profile).log instead of
  254. TestResult-(profile).log for run-test-ondotnet.
  255. 2005-01-13 Raja R Harinath <[email protected]>
  256. * profiles/default.make (MBAS) [!PLATFORM_MONO_NATIVE]: Use
  257. $(EXTERNAL_MBAS).
  258. Reported by Nick Drochak.
  259. 2005-01-03 Nick Drochak <[email protected]>
  260. * library.make: Ingore tests that are not meant to be run on MS DotNet
  261. 2004-12-14 Raja R Harinath <[email protected]>
  262. * profiles/basic.make (do-profile-check): Rename from
  263. 'real-profile-check'. Rewrite slightly to use 'make' to build the
  264. sanity check.
  265. (clean-profile): Remove the files.
  266. 2004-12-08 Raja R Harinath <[email protected]>
  267. * profiles/basic.make (real-profile-check): Update to new location
  268. of secret stash of bootstrap files.
  269. 2004-12-07 Raja R Harinath <[email protected]>
  270. * executable.make (uninstall-local): Remove .config file too.
  271. * library.make (uninstall-local): Don't error out if GACUTIL fails.
  272. 2004-12-07 Raja R Harinath <[email protected]>
  273. * library.make (BUILT_SOURCES_cmdline): Use
  274. PLATFORM_CHANGE_SEPARATOR_CMD on BUILT_SOURCES too.
  275. ($(the_lib)): Use it.
  276. 2004-12-04 Atsushi Enomoto <[email protected]>
  277. * library.make,
  278. profiles/default.make,
  279. profiles/basic.make : use PLATFORM_PATH_SEPARATOR.
  280. 2004-12-03 Raja R Harinath <[email protected]>
  281. * profiles/basic.make (MCS): Run the INTERNAL_MCS.
  282. (USE_BOOT_COMPILE): Remove.
  283. 2004-12-03 Raja R Harinath <[email protected]>
  284. * library.make (gacdir_flag): New. Disable /gacdir flag if
  285. RUNTIME_HAS_CONSISTENT_GACDIR flag is set.
  286. (install-local): Use it.
  287. 2004-11-30 Raja R Harinath <[email protected]>
  288. * executable.make (makefrag): Make profile-specific.
  289. 2004-11-26 Martin Baulig <[email protected]>
  290. * library.make (run-test-lib, run-test-ondotnet-lib): Added
  291. `/output:TestResult-$(PROFILE).log' argument to NUnit.
  292. 2004-11-26 Raja R Harinath <[email protected]>
  293. * library.make ($(the_lib)): Don't complain if a .mdb file wasn't
  294. created (even though it's just a warning).
  295. (install-local) [LIBRARY_INSTALL_DIR]: Likewise.
  296. (PACKAGE): Remove.
  297. (install-local) [!LIBRARY_INSTALL_DIR]: Use $(FRAMEWORK_VERSION).
  298. * executable.make ($(PROGRAM)): Likewise.
  299. (install-local): Likewise.
  300. (PROGRAM_INSTALL_DIR): Define Using $(FRAMEWORK_VERSION).
  301. 2004-11-26 Raja R Harinath <[email protected]>
  302. * profiles/basic.make (real-profile-check): Prepend ./ when
  303. executing basic-profile-check.exe. EXTERNAL_RUNTIME can be empty.
  304. 2004-11-25 Raja R Harinath <[email protected]>
  305. * platforms/linux.make (EXTERNAL_MCS,EXTERNAL_MBAS,EXTERNAL_RUNTIME):
  306. New.
  307. * platforms/win32.make: Likewise.
  308. * profiles/basic.make: Use $(EXTERNAL_MCS).
  309. * profiles/net_1_1_bootstrap.make: Likewise.
  310. * library.make ($(the_lib)): Add support for BUILT_SOURCES.
  311. (run-test-lib): Pass $(TEST_HARNESS_FLAGS) to harness. Useful to
  312. pass, say /labels, to nunit-console.
  313. 2004-11-25 Raja R Harinath <[email protected]>
  314. * library.make ($(gacutil)): Fix path.
  315. 2004-11-23 Raja R Harinath <[email protected]>
  316. * executable.make (NO_INSTALL): New option. Disables installation.
  317. * library.make (NO_INSTALL): Likewise.
  318. (install-local) [!NO_INSTALL, !LIBRARY_INSTALL_DIR]: Pass both
  319. /gacdir and /root options to gacutil.
  320. * platforms/linux.make (platform-check): Print the BOOTSTRAP_MCS
  321. command that was tried, in case of failure.
  322. * profiles/basic.make (NO_TEST, NO_INSTALL): Define.
  323. * profiles/net_1_1_bootstrap.make: Likewise.
  324. * profiles/net_2_0_bootstrap.make: Likewise.
  325. 2004-11-22 Raja R Harinath <[email protected]>
  326. * library.make (SN): New define. Use the net_1_1_bootstrap sn.exe.
  327. (SNFLAGS): New.
  328. ($(the_lib)): Use them to sign assemblies as they're built.
  329. (the_lib_signature_stamp): Remove.
  330. * Makefile (DISTFILES): Distribute all the profile make-fragments.
  331. (clean-local): Clean up the deps/ directory.
  332. 2004-11-19 Raja R Harinath <[email protected]>
  333. Orchestrate the bootstrap.
  334. * rules.make (INTERNAL_MCS): Look for mcs.exe in profile-specific directory.
  335. * profiles/net_1_1_bootstrap.make (BOOTSTRAP_MCS): Use mcs.exe from
  336. basic profile.
  337. * profiles/default.make (BOOTSTRAP_MCS): Use mcs.exe from the
  338. net_1_1_bootstrap profile.
  339. * profiles/net_2_0_bootstrap.make (BOOTSTRAP_MCS): Use mcs.exe
  340. from default profile.
  341. (all-local, clean-local): New. Copy mcs.exe from default profile,
  342. but customize it to work with 2.0.x libraries.
  343. * profiles/net_2_0.make (BOOTSTRAP_MCS): Define approprately for
  344. building corlib.
  345. * executable.make (executable_CLEAN_FILES): Clean up more files.
  346. ($(PROGRAM)): Move .mdb files too.
  347. 2004-11-18 Atsushi Enomoto <[email protected]>
  348. * library.make: Reverted the last fix. It broke windows build (that
  349. should be fixed though).
  350. 2004-11-18 Atsushi Enomoto <[email protected]>
  351. * library.make: Some minor fix for PLATFORM_PATH_SEPARATOR.
  352. 2004-11-17 Raja R Harinath <[email protected]>
  353. * executable.make: Improve support for building executable into a
  354. different directory.
  355. 2004-11-09 Raja R Harinath <[email protected]>
  356. * profiles/basic.make: New.
  357. * profiles/net_2_0.make (PROFILE_MCS_FLAGS): Remove '-2' flag.
  358. * profiles/net_1_1_bootstrap.make (NO_SIGN_ASSEMBLY): Set.
  359. 2004-11-04 Raja R Harinath <[email protected]>
  360. * profiles/net_1_1_bootstrap.make: New profile.
  361. * profiles/net_2_0_bootstrap.make: Use in-tree mcs for
  362. bootstrapping mscorlib.dll.
  363. * platforms/linux.make (platform-check): Make more robust.
  364. * rules.make (%-recursive): Propagate error exit from sub-makes
  365. even if invoked with 'make -k'.
  366. 2004-10-29 Raja R Harinath <[email protected]>
  367. * profiles/net_2_0_bootstrap.make (PROFILE_MCS_FLAGS): Remove
  368. -langversion:default flag.
  369. * rules.make (distdir): Remove.
  370. (PROFILE_SUBDIRS): New. Support profile-specific SUBDIRS.
  371. (DIST_SUBDIRS): New.
  372. (dist-recursive): Define distdir here.
  373. 2004-10-25 Zoltan Varga <[email protected]>
  374. * config-default.make (TEST_RUNTIME): Add TEST_MONO_PATH variable.
  375. 2004-09-27 Raja R Harinath <[email protected]>
  376. * library.make ($(test_nunit_dep)): Make sure NUnit is built for
  377. the profile being tested.
  378. (nunit-$(PROFILE).stamp): Rename from nunit.stamp.
  379. * config-default.make (TEST_HARNESS): Look for 'nunit-console' in
  380. profile-specific directory.
  381. 2004-09-21 Raja R Harinath <[email protected]>
  382. * profiles/net_2_0_bootstrap.make: New file.
  383. * library.make (the_mdb): Fix.
  384. (library_CLEAN_FILES): Add the new test results files too.
  385. 2004-09-14 Raja R Harinath <[email protected]>
  386. * library.make (test_lib, btest_lib): Build separate test
  387. assemblies for separate profiles.
  388. (dist-local): Don't copy files beginning with '../'.
  389. (test_sourcefile, btest_sourcefile): Define in terms of
  390. $(test_lib) or $(btest_lib) only if they're overriden.
  391. (test_response, test_makefrag): Remove redundant $(PROFILE) in name.
  392. (run-test-lib, run-btest-lib): Unify. Give profile-specific name
  393. for output XML file.
  394. * rules.make (dist-default): Handle any of Makefile, makefile, or
  395. GNUmakefile being present.
  396. * profiles/net_2_0.make (TEST_RUNTIME): Don't define.
  397. 2004-08-06 Gonzalo Paniagua Javier <[email protected]>
  398. * executable.make:
  399. * library.make: install/clean .mdb files.
  400. 2004-07-30 Martin Baulig <[email protected]>
  401. * executable.make (EXTRA_SOURCES): New variable to add extra
  402. sources to the program.
  403. 2004-07-30 Raja R Harinath <[email protected]>
  404. * executable.make (PROGRAM_config): New auto-detecting define.
  405. Defined if $(PROGRAM).config exists.
  406. (install-local): Install $(PROGRAM_config) if it exists.
  407. 2004-07-21 Lluis Sanchez Gual <[email protected]>
  408. * profiles/default.make, profiles/net_2_0.make, profiles/net_1_0.make:
  409. Added FRAMEWORK_VERSION var.
  410. 2004-07-02 Raja R Harinath <[email protected]>
  411. Support for avoiding "sharing violations" while compiling core
  412. libraries with an in-tree compiler.
  413. * library.make (LIBRARY_USE_INTERMEDIATE_FILE): New toggle.
  414. ($(the_lib)): Use it.
  415. 2004-07-02 Raja R Harinath <[email protected]>
  416. * rules.make (OVERRIDE_BARE_TARGETS): Remove.
  417. (OVERRIDE_TARGET_ALL): New control for overriding the default all:
  418. rule. If set, 'make all' will run 'all.override' from the client
  419. Makefile.
  420. (all): Move commands ...
  421. (all.real): ... here. Make ordering assumptions explicit, and
  422. parallel-safe.
  423. (test,run-test,run-test-ondotnet,clean,install,uninstall):
  424. Consolidate into ...
  425. (STD_TARGETS): ... this new variable. Make ordering assumption
  426. between -recursive and -local targets explicit.
  427. (%-recursive): Handle W32 GNU make that has --unix as the first
  428. argument in $(MAKE).
  429. * README.makefiles (Special recursion needs): Update to reflect
  430. changes.
  431. * library.make (all-local): Build $(the_lib_signature_stamp) when
  432. NO_SIGN_ASSEMBLY is defined.
  433. ($(gacutil),$(sn)): Consolidate rules.
  434. (test-local,run-test-local,run-test-ondotnet-local): Likewise.
  435. 2004-07-02 Raja R Harinath <[email protected]>
  436. * config-default.make (TEST_RUNTIME): Use 'mono' by default.
  437. * platforms/win32.make (TEST_RUNTIME): Remove.
  438. * profiles/default.make (TEST_RUNTIME): Remove.
  439. 2004-06-28 Raja R Harinath <[email protected]>
  440. * platforms/linux.make (RESGEN): Define using $(INTERNAL_RESGEN).
  441. 2004-06-21 Raja R Harinath <[email protected]>
  442. * executable.make ($(PROGRAM)): Move depend on the makefrags ...
  443. (all-local): ... here.
  444. * library.make ($(the_lib), $(test_lib), $(btest_lib), all-local):
  445. Likewise.
  446. (LIBRARY_SNK): New default define. Allows library to be signed
  447. with a key other than mono.snk.
  448. ($(the_lib_signature_stamp)): New stamp file created when an
  449. assembly is signed.
  450. (install-local, uninstall-local, maybe-sign-lib): Set MONO_PATH.
  451. 2004-06-16 Raja R Harinath <[email protected]>
  452. * library.make ($(makefrag),$(test_makefrag),$(btest_makefrag)):
  453. Depend on library.make.
  454. * executable.make ($(makefrag)): Depend on executable.make.
  455. 2004-06-16 Atsushi Enomoto <[email protected]>
  456. * library.make : Added GACDIR. Use cygpath -w on windows.
  457. 2004-06-14 Raja R Harinath <[email protected]>
  458. * platforms/linux.make (PLATFORM_CHANGE_SEPARATOR_CMD): Define to 'cat'.
  459. (PLATFORM_TWEAK_CORLIB_SOURCES): Remove.
  460. (platform-check): Avoid bash-ism.
  461. * library.make: Simplify uses of $(patsubst x,y,$(foo)) to $(foo:x=y).
  462. (core_sourcefile): Rename back to ...
  463. (sourcefile): ... this. Remove creation of redundant intermediate file.
  464. (response): Change test for optimization, now that
  465. PLATFORM_CHANGE_SEPARATOR_CMD is unconditional. Combine with
  466. platform-exclude handling.
  467. (library_CLEAN_FILES): New variable to specify clean:-able files
  468. close to where they're defined.
  469. (test_response, btest_response): Simplify.
  470. * executable.make (response): Change test for optimization.
  471. (executable_CLEAN_FILES): New define.
  472. 2004-06-14 Raja R Harinath <[email protected]>
  473. * library.make (uninstall-local): Fix typo.
  474. 2004-06-11 Atsushi Enomoto <[email protected]>
  475. * library.make : HAVE_CS_TESTS fixie.
  476. 2004-06-11 Raja R Harinath <[email protected]>
  477. * library.make (HAVE_CS_TESTS, HAVE_VB_TESTS): Allow to be
  478. overriden. Useful if the tests sourcefile is generated.
  479. (TEST_COMPILE, BTEST_COMPILE): Allow these to be customized too.
  480. * platforms/win32.make (PLATFORM_TWEAK_CORLIB_SOURCES): Remove.
  481. Support enough features to build mscorlib.dll.
  482. * library.make (core_sourcefile): New renamed from $(sourcefile).
  483. (PLATFORM_excludes): Auto-detecting define that sees if
  484. $(LIBRARY).$(PLATFORM)-excludes file exists.
  485. (sourcefile): New. Possibly-built file that removes
  486. PLATFORM_excluded files from core_sourcefile.
  487. (test_against, test_dep): New. Allow the test assembly to be
  488. built against a different library.
  489. (test_lib): Allow makefile to override the name of the test
  490. assembly.
  491. (LIBRARY_INSTALL_DIR): If defined, switch to using $(INSTALL_LIB)
  492. rather than $(gacutil).
  493. (DISTFILES, dist-local): Use core_sourcefile.
  494. (clean-local): Remove sourcefile if it was generated.
  495. (test_lib, btest_lib): Depend on $(test_dep).
  496. 2004-06-10 Gonzalo Paniagua Javier <[email protected]>
  497. * library.make: fixed PLATFORM_CHANGE_SEPARATOR_CHAR on windows.
  498. 2004-06-09 Sebastien Pouliot <[email protected]>
  499. * library.make: Added support to fully sign assemblies when doing a
  500. "make install" (thanks to Jackson :-).
  501. 2004-06-09 Raja R Harinath <[email protected]>
  502. Do away with stampfiles.
  503. Introduce support for VB test cases.
  504. * library.make (HAVE_CS_TESTS, HAVE_VB_TESTS): New auto-detecting
  505. defines.
  506. (stampfile, test_stampfile): Remove.
  507. (clean-local): Don't mention them.
  508. (test-local, run-test-local, run-test-ondotnet-local):
  509. Make unconditional.
  510. ($(makefrag), $(test_makefrag)): Simplify.
  511. ($(btest_lib)): New. Support for VB testcases.
  512. 2004-06-09 Raja R Harinath <[email protected]>
  513. Partial support for writing Visual Basic source files.
  514. * rules.make (USE_MBAS_FLAGS,BASCOMPILE,INTERNAL_MBAS): New.
  515. * config-default.make (MBAS_FLAGS, DEFAULT_MBAS_FLAGS): New.
  516. * profiles/default.make (MBAS): New.
  517. 2004-06-09 Raja R Harinath <[email protected]>
  518. Do away with stampfiles.
  519. * executable.make (stampfile): Remove.
  520. (clean-local): Remove mention of $(stampfile).
  521. (test-local, run-test-local, run-test-ondotnet-local):
  522. Make unconditional. Add dummy rule to prevent other makefiles
  523. from defining rules on these.
  524. ($(PROGRAM)): Depend directly on $(BUILT_SOURCES).
  525. ($(makefrag)): Simplify.
  526. 2004-06-03 Atsushi Enomoto <[email protected]>
  527. * README.makefiles : added description for run-test-ondotnet.
  528. 2004-06-03 Atsushi Enomoto <[email protected]>
  529. * Makefile, executable.make, library.make, rules.make :
  530. Added new target "run-test-ondotnet" that works what "run-test"
  531. used to be on windows (i.e. tests our libs under MS.NET).
  532. 2004-06-01 Atsushi Enomoto <[email protected]>
  533. * platforms/win32.make : TEST_RUNTIME should be always mono we can't
  534. test our libs against MS.NET runtime. Think about internal call).
  535. 2004-05-30 Jackson Harper <[email protected]>
  536. * library.make: Install to 2.0 package if building with the
  537. net_2_0 profile.
  538. 2004-05-26 Gonzalo Paniagua Javier <[email protected]>
  539. * library.make: reference nunti.core.dll and nunit.util.dll when
  540. building tests.
  541. 2004-05-26 Raja R Harinath <[email protected]>
  542. * library.make (clean-local): Add $(CLEAN_FILES) too.
  543. 2004-05-25 Sebastien Pouliot <[email protected]>
  544. * library.make: changed case on nunit.framework.dll (lowercase)
  545. 2004-05-24 Raja R Harinath <[email protected]>
  546. * library.make (LIBRARY_COMPILE): New define.
  547. ($(the_lib)): Use $(LIBRARY_COMPILE) to compile $(the_lib).
  548. * executable.make (PROGRAM_INSTALL_DIR): Allow makefile to specify
  549. a different directory for installation.
  550. (install-local, uninstall-local): Use it.
  551. 2004-05-20 Raja R Harinath <[email protected]>
  552. * profiles/default.make (TEST_RUNTIME): Look in class/lib/default
  553. for library to be tested.
  554. * rules.make (INTERNAL_RESGEN): New Define.
  555. * library.make (run-test-local): Move commands to run-test-lib.
  556. Preparartion for allowing creation of addition test dll with .vb
  557. testcases.
  558. * executable.make (PROGRAM_COMPILE): New define.
  559. ($(PROGRAM)): Use PROGRAM_COMPILE to compile PROGRAM.
  560. 2004-05-14 Jackson Harper <[email protected]>
  561. * library.make: Install package files. Get params in magical
  562. correct order.
  563. 2004-05-11 Jackson Harper <[email protected]>
  564. * platforms/linux.make:
  565. * platforms/win32.make: Define a PLATFORM_PATH_SEPARATOR used for
  566. separating paths in env vars. (ie MONO_PATH).
  567. * profiles/net_2_0.make: Always use gmcs for building the 2.0
  568. libraries. corlib is the first lib built and it will build gmcs.
  569. 2004-05-11 Jackson Harper <[email protected]>
  570. * library.make: Allow assembly names to be different then their
  571. .sources file names.
  572. 2004-05-08 Gonzalo Paniagua Javier <[email protected]>
  573. * library.make: build NUnit if we try to run 'make test' and the dll
  574. is not found.
  575. 2004-04-29 Jackson Harper <[email protected]>
  576. * library.make: Fix uninstall
  577. 2004-04-29 Martin Baulig <[email protected]>
  578. * rules.make: Added `INTERNAL_ILASM'.
  579. 2004-04-29 Jackson Harper <[email protected]>
  580. * library.make: Use RUNTIME instead of PLATFORM_RUNTIME for the
  581. gacutil. gacutil needs to be run on our runtime. Make dependancys
  582. more sane.
  583. 2004-04-28 Jackson Harper <[email protected]>
  584. * library.make: Use the proper runtime, make sure gacutil is
  585. built.
  586. 2004-04-28 Jackson Harper <[email protected]>
  587. * library.make: Install these bad actors to the GAC.
  588. 2004-04-28 Raja R Harinath <[email protected]>
  589. * library.make (test_flags): NUnit.Framework.dll is now in
  590. class/lib/$(PROFILE).
  591. 2004-04-26 Jackson Harper <[email protected]>
  592. * library.make:
  593. * profiles/bootstrap.make:
  594. * profiles/default.make: profiles are built in their ownb lib
  595. directory now.
  596. * profiles/net_2_0.make: new .net 2.0 profile.
  597. 2004-04-22 Martin Baulig <[email protected]>
  598. * profiles/net_1_2.make: Removed.
  599. * profiles/martin-generics.make: Remove.
  600. 2004-04-19 Raja R Harinath <[email protected]>
  601. * rules.make (%-recursive): Honor 'make -k'.
  602. 2004-02-17 Martin Baulig <[email protected]>
  603. * profiles/generics.make: Renamed to `martin-generics.make' and
  604. added a comment to the file. I'll rename this back when it's
  605. ready for public use.
  606. 2003-12-17 Jackson Harper <[email protected]>
  607. * profiles/default.make:
  608. * profiles/net_1_0.make: Add ONLY_1_0 and ONLY_1_1 defines to fix
  609. the build
  610. 2003-12-08 Peter Williams <[email protected]>
  611. * config-default.make: Don't check for / define
  612. ECHO_ESCAPE: the check isn't smart enough and
  613. apparently OS X's shell somehow doesn't support
  614. escape characters.
  615. * library.make: Use embedded tab instead of
  616. $(ECHO_ESCAPE). Fixes OS X build.
  617. * executable.make: Same.
  618. 2003-12-05 Martin Baulig <[email protected]>
  619. * profiles/generics.make: Define `GENERICS'.
  620. 2003-12-05 Martin Baulig <[email protected]>
  621. * profiles/net_1_2.make: New profile; uses the .NET 1.2 API's, but
  622. without generics and with mcs instead of gmcs.
  623. * profiles/bootstrap.make: New profile; already use the newly
  624. compiled mcs to compile corlib.
  625. 2003-12-04 Martin Baulig <[email protected]>
  626. * profiles/generics.make: Use gmcs.
  627. 2003-11-12 Jackson Harper <[email protected]>
  628. * rules.make:
  629. * platforms/linux.make: corlib name is now mscorlib.
  630. 2003-11-09 Ben Maurer <[email protected]>
  631. * profiles/generics.make: add the -2 flag.
  632. 2003-10-28 Jackson Harper <[email protected]>
  633. * platforms/linux.make: Tell users to read INSTALL.txt not the
  634. non-existant README.building.
  635. 2003-10-22 Dick Porter <[email protected]>
  636. * platforms/win32.make:
  637. * platforms/linux.make:
  638. * rules.make: Added RESGEN platform-specific tool.
  639. 2003-08-03 Gonzalo Paniagua Javier <[email protected]>
  640. * config-default.make: the /nowarn arguments are now set on a per
  641. library basis.
  642. 2003-07-29 Gonzalo Paniagua Javier <[email protected]>
  643. * executable.make: install-local depends on the program too.
  644. 2003-07-25 Peter Williams <[email protected]>
  645. * rules.make (run-test): Make it depend on 'test-local'
  646. then 'run-test-local' after 'run-test-recursive'. This way,
  647. 'make run-test' from the toplevel doesn't recurse through all
  648. the directories doing a make test before we run anything.
  649. 2003-07-24 Gonzalo Paniagua Javier <[email protected]>
  650. * rules.make: run-test depends now on 'test'.
  651. 2003-07-24 Gonzalo Paniagua Javier <[email protected]>
  652. * rules.make: set corlib to PLATFORM_CORLIB if this is defined.
  653. 2003-07-22 Peter Williams <[email protected]>
  654. * rules.make (withmcs): Add this developer utility target.
  655. 2003-07-20 Peter Williams <[email protected]>
  656. * README.platforms: Update docs for changes below.
  657. * platforms/win32.make (PLATFORM_CORLIB): Set this variable
  658. to 'mscorlib.dll', instead of $(corlib) which everything links
  659. against. *Almost* everything should link against our corlib --
  660. with the exception of corlib_cmp and corlib_res.
  661. * platforms/linux.make: Same here: corlib.dll
  662. * rules.make: Define $(corlib) here.
  663. 2003-07-20 Peter Williams <[email protected]>
  664. * config-default.make (TEST_RUNTIME): Use the platform runtime
  665. to run tests, by default.
  666. * profiles/default.make (TEST_RUNTIME): If our test runtime is
  667. mono, use the --debug flag.
  668. * executable.make (sourcefile): Add a basename so that we can
  669. find the nunit sources and so we behave a bit more like
  670. library.make
  671. * config-default.make (TEST_HARNESS): Find nunit-console in its
  672. new home.
  673. 2003-07-20 Peter Williams <[email protected]>
  674. * library.make ($(response)): Do a "Creating ..." line here.
  675. * executable.make ($(response)): Same.
  676. * config-default.make: Make warning more forceful.
  677. * rules.make: Define a useful 'PLATFORM_MONO_NATIVE' that is
  678. set if the platform does not have a native runtime (ie, linux).
  679. Also reorder some definitions.
  680. 2003-07-20 Peter Williams <[email protected]>
  681. * Created. See ../ChangeLog for entries earlier than
  682. this.