mirror of
https://github.com/gnustep/tools-make.git
synced 2025-06-01 09:42:00 +00:00
Remove empty dirs from -I and -L flags on OS X
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13150 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2ce5286fab
commit
0899d011e4
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
Mon Mar 18 16:57:20 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||||
|
|
||||||
|
* common.make: If REMOVE_EMPTY_DIRS is yes, remove efficiently all
|
||||||
|
empty directories from include and library flags (ie, -I and -L
|
||||||
|
flags). (Suggestion by Markus Hitter <mah@jump-ing.de>).
|
||||||
|
* target.make (REMOVE_EMPTY_DIRS): Set to yes in the case of OS X.
|
||||||
|
|
||||||
Mon Mar 18 14:07:53 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
Mon Mar 18 14:07:53 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||||
|
|
||||||
* GNUstep-reset.sh: New file. Sourcing this file resets the
|
* GNUstep-reset.sh: New file. Sourcing this file resets the
|
||||||
|
|
|
@ -336,6 +336,10 @@ DYLIB_CURRENT_VERSION = -current_version 1
|
||||||
DYLIB_INSTALL_NAME = \
|
DYLIB_INSTALL_NAME = \
|
||||||
$(GNUSTEP_SYSTEM_ROOT)/$(TARGET_LIB_DIR)/$(LIBRARY_FILE)
|
$(GNUSTEP_SYSTEM_ROOT)/$(TARGET_LIB_DIR)/$(LIBRARY_FILE)
|
||||||
|
|
||||||
|
# Remove empty dirs from the compiler/linker flags (ie, remove -Idir and
|
||||||
|
# -Ldir flags where dir is empty).
|
||||||
|
REMOVE_EMPTY_DIRS = yes
|
||||||
|
|
||||||
ifeq ($(FOUNDATION_LIB),nx)
|
ifeq ($(FOUNDATION_LIB),nx)
|
||||||
DYLIB_DEF_FRAMEWORKS += -framework Foundation
|
DYLIB_DEF_FRAMEWORKS += -framework Foundation
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue