mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Better framework support for making the version being compiled the Current
version or not git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@18770 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
56124bfb8c
commit
3db2dec0be
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
Thu Mar 4 13:06:22 2004 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Instance/framework.make (xxx_DEPLOY_WITH_CURRENT_VERSION):
|
||||
Variable renamed to xxx_MAKE_CURRENT_VERSION.
|
||||
(update-current-symlink): New optional rule, executed only if
|
||||
MAKE_CURRENT_VERSION is yes, to create the symlink from Current to
|
||||
the current version.
|
||||
(build-framework-dirs): Moved code into the new rule.
|
||||
(xxx.framework/xxx): On Apple, build the symlink xxx.framework/xxx
|
||||
to the current instance only when MAKE_CURRENT_VERSION is yes.
|
||||
|
||||
Thu Mar 4 12:09:27 2004 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Instance/framework.make (SOVERSION): Variable removed, replaced
|
||||
|
|
Loading…
Reference in a new issue