mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Update for new release
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@28269 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
05b1752afa
commit
5bb423b86e
3 changed files with 25 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-05-06 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Documentation/news.texi, Documentation/releasenotes.texi: Update.
|
||||
|
||||
2009-03-30 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* config.make.in (OBJC_LIB_FLAG): Set OBJC_LIB_FLAG here.
|
||||
|
|
|
@ -9,12 +9,22 @@
|
|||
The currently released version is @samp{@value{GNUSTEP-MAKE-VERSION}}.
|
||||
@end ifclear
|
||||
|
||||
@section Changes in version @samp{2.0.9}
|
||||
|
||||
@itemize @bullet
|
||||
@item New --with-objc-lib-flag for specifying libobjc.
|
||||
@item Automatically uses -lobjc_gc with configured with garbage collection
|
||||
@item Parallel building supported using e.g. make -j 2
|
||||
@item Use install -p if available.
|
||||
@item make uninstall works better now.
|
||||
@end itemize
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Changes in version @samp{2.0.8}
|
||||
|
||||
Minor bug fix to deal with installing in different domains
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Changes in version @samp{2.0.7}
|
||||
@itemize @bullet
|
||||
@item New configuration file to set default installation
|
||||
|
|
|
@ -8,6 +8,15 @@ migrate to using a newer version of the make system.
|
|||
|
||||
@table @samp
|
||||
|
||||
@item libobjc library
|
||||
You can now specify a particular libobjc library to use with the
|
||||
--with-objc-lib-flag in configure. Make now also automatically uses
|
||||
-lobjc_gc when using garbage collection.
|
||||
|
||||
@item parallel building
|
||||
Parallel building is supported now. You can build using the normal make
|
||||
mechanism, e.g. 'make -j 2'.
|
||||
|
||||
@item install -p
|
||||
gnustep-make now uses 'install -p' by default when installing headers
|
||||
and other files. This preserves the file timestamps and can in some
|
||||
|
|
Loading…
Reference in a new issue