mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Another step in simplifying messy code in common.make for library flags.
Also, removed some duplication of flags in case gnustep is flattened git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11054 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
556bc0da05
commit
df74ca9fd1
1 changed files with 19 additions and 0 deletions
19
ChangeLog
19
ChangeLog
|
@ -1,3 +1,22 @@
|
|||
Sun Sep 30 14:09:05 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* common.make (GNUSTEP_SYSTEM_LIBRARIES): Variable removed.
|
||||
(GNUSTEP_SYSTEM_TARGET_LIBRARIES): Variable removed.
|
||||
(GNUSTEP_SYSTEM_LIBRARIES_FLAGS): Updated for removal of
|
||||
variables. Do not duplicate flags in case GNUSTEP_FLATTENED.
|
||||
|
||||
(GNUSTEP_LOCAL_LIBRARIES): Corresponding change.
|
||||
(GNUSTEP_LOCAL_TARGET_LIBRARIES): Corresponding change.
|
||||
(GNUSTEP_LOCAL_LIBRARIES_FLAGS): Corresponding change.
|
||||
|
||||
(GNUSTEP_NETWORK_LIBRARIES): Corresponding change.
|
||||
(GNUSTEP_NETWORK_TARGET_LIBRARIES): Corresponding change.
|
||||
(GNUSTEP_NETWORK_LIBRARIES_FLAGS): Corresponding change.
|
||||
|
||||
(GNUSTEP_USER_LIBRARIES): Corresponding change.
|
||||
(GNUSTEP_USER_TARGET_LIBRARIES): Corresponding change.
|
||||
(GNUSTEP_USER_LIBRARIES_FLAGS): Corresponding change.
|
||||
|
||||
Sun Sep 30 14:03:02 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* common.make (GNUSTEP_LOCAL_TARGET_LIBRARIES_FLAGS): Variable
|
||||
|
|
Loading…
Reference in a new issue