mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 06:10:50 +00:00
Do not run a which_lib per-submake invocation - now done inside library.make
if and only if needed git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12257 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7f391bb8e4
commit
8594476b67
1 changed files with 2 additions and 6 deletions
|
@ -603,12 +603,8 @@ $(MAKE) -f $(MAKEFILE_NAME) --no-print-directory --no-keep-going \
|
|||
$(ADDITIONAL_LDFLAGS)" \
|
||||
ADDITIONAL_CLASSPATH="$($(basename $(basename $*))_CLASSPATH) \
|
||||
$(ADDITIONAL_CLASSPATH)" \
|
||||
LIBRARIES_DEPEND_UPON="$(shell $(WHICH_LIB_SCRIPT) \
|
||||
$($(basename $(basename $*))_LIB_DIRS) $(ADDITIONAL_LIB_DIRS) \
|
||||
$(ALL_LIB_DIRS) $(LIBRARIES_DEPEND_UPON) \
|
||||
$($(basename $(basename $*))_LIBRARIES_DEPEND_UPON) debug=$(debug) \
|
||||
profile=$(profile) shared=$(shared) libext=$(LIBEXT) \
|
||||
shared_libext=$(SHARED_LIBEXT))" \
|
||||
LIBRARIES_DEPEND_UPON="$($(basename $(basename $*))_LIBRARIES_DEPEND_UPON) \
|
||||
$(LIBRARIES_DEPEND_UPON)" \
|
||||
SCRIPTS_DIRECTORY="$($(basename $(basename $*))_SCRIPTS_DIRECTORY)" \
|
||||
CHECK_SCRIPT_DIRS="$($(basename $(basename $*))_SCRIPT_DIRS)"
|
||||
|
||||
|
|
Loading…
Reference in a new issue