blob: f5995687c4db639421008b9965106137a3f15d39 (
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
36
37
38
39
40
41
42
43
44
|
2022-01-11 Karl Berry <karl@freefriends.org>
* bin_links.am,
* recurse.am: comment out comments (##) again; turns out
the leading comments all end up at the beginning of Makefile.in,
which is not useful. On the other hand, insert # (end of ...)
comments, which do show up in the normal place.
2017-02-17 Karl Berry <karl@freefriends.org>
* bin_links.am,
* recurse.am: consistently omit $Id$ from generated Makefile.in,
but do include comments.
2017-02-16 Karl Berry <karl@tug.org>
* bin_links.am: $(MKDIR_P) $(DESTDIR)$(bindir) to be sure,
since this can end up being called first with --disable-all-pkgs.
2015-02-16 Peter Breitenlohner <peb@mppmu.mpg.de>
* dist_hook.am (new): Makefile fragment for dist-hook target.
* Makefile.am: Use the fragment dist_hook.am.
2014-11-17 Karl Berry <karl@tug.org>
* script_links.am: Use w32_wrapper or w64_wrapper.
2013-07-16 Peter Breitenlohner <peb@mppmu.mpg.de>
* rebuild.am: Avoid still more 'parallel make' problems.
2013-07-15 Peter Breitenlohner <peb@mppmu.mpg.de>
* rebuild.am: Avoid more 'parallel make' problems.
2013-07-06 Peter Breitenlohner <peb@mppmu.mpg.de>
* *.am: Moved Makefile fragments from libs/ and tekk/.
* rebuild.am: New Makefile fragment to rebuild a library.
* reconfig.am: New Makefile fragment to reconfigure.
* recurse.am: New Makefile fragment to recurse into subdirs.
(This file public domain.)
|