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 45 46 47 48 49 50 51 52 53
|
2010-07-21 Rolf Bjarne Kvinge <RKvinge@novell.com>
* library.make:
* executable.make: Make mv non-interactive.
2010-06-08 Rolf Bjarne Kvinge <RKvinge@novell.com>
* rules.make:
* library.make:
* executable.make: Create the deps dir if it doesn't exist.
2009-12-18 Rolf Bjarne Kvinge <RKvinge@novell.com>
* deps/.gitignore: Add dummy file for git to create this directory.
2009-12-07 Rolf Bjarne Kvinge <RKvinge@novell.com>
* Makefile: Include moonlight in PROFILES so that the moonlight.make
file is disted.
2009-07-02 Rolf Bjarne Kvinge <RKvinge@novell.com>
* library.make: When building a library, create the destination
directory since it may not exist (if using git).
2007-08-13 Rolf Bjarne Kvinge <RKvinge@novell.com>
* library.make: If there's a specific sources file for a profile,
just use it, there's no need for more complex support.
2007-03-15 Wade Berrier <wberrier@novell.com>
* rules.make: revert to using automake's install-sh (ie: sunos
doesn't have an install that accepts these args)
2005-10-22 Atsushi Enomoto <atsushi@ximian.com>
* rules.make : target dll-sources (formerly updated-dll-sources).
2005-10-23 Atsushi Enomoto <atsushi@ximian.com>
* library.make : updated-dll-sources now supports *_test.dll.sources
generation as well.
2005-09-27 Atsushi Enomoto <atsushi@ximain.com>
library.make :
added "update-dll-sources" target (for easy source list regeneration).
2005-09-27 Atsushi Enomoto <atsushi@ximain.com>
initial checkin. Mostly copied from mcs/build.
|