summaryrefslogtreecommitdiff
path: root/newlib/ChangeLog
blob: 9194fadb067e7eb28adb184d92d6901dfa7b327d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
2008-01-17  Neal H. Walfield  <neal@gnu.org>

	* Makefile.am: (patches): Remove variable.  Update users to use
	$(patch_files) directly.
	(EXTRA_DIST): Prefix the addon fields with `addon/'.
	($(srcdir)/newlib): Make it depend on the tarball.  When
	extracted, touch it.
	($(srcdir)/newlib-patch-stamp): Remove rule.
	($(addsuffix -applied,$(patch_files))): Replace with rule to copy
	the applied patch to the build directory and use that as a
	reference.  If the source patch is changed, revert the original
	patch before applying the new patch.
	($(addprefix $(srcdir)/newlib/, $(addon))): Depend on the
	individual addon files rather than a stamp file.  When linking
	add-on files into the source tree, pass -f to ln.
	(newlib-configure-stamp): When configuring, add
	--enable-maintainer-mode.
	(clean-local): Remove the source directory.
	(CLEANFILES): Remove $(srcdir)/newlib-stamp.

2008-01-17  Neal H. Walfield  <neal@gnu.org>

	* Makefile.am (clean-local): New rule.
	(distclean-local): Likewise.
	(CLEANFILES): New variable.
	(DISTCLEANFILES): Likewise.

2008-01-17  Neal H. Walfield  <neal@gnu.org>

	* .cvsignore: New file.
	* ChangeLog: New file mentioning itself.
	* Makefile.am: New file.
	* README: Likewise.
	* addon: New directory.
	* patches: Likewise.