mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
give rsym it's own directory
svn path=/branches/ros-amd64-bringup/; revision=37282
This commit is contained in:
@@ -1,11 +1,20 @@
|
||||
RSYM_BASE = $(TOOLS_BASE)
|
||||
RSYM_BASE = $(TOOLS_BASE)$(SEP)rsym
|
||||
RSYM_BASE_ = $(RSYM_BASE)$(SEP)
|
||||
|
||||
RSYM_INT = $(INTERMEDIATE_)$(RSYM_BASE)
|
||||
RSYM_INT_ = $(RSYM_INT)$(SEP)
|
||||
RSYM_OUT = $(OUTPUT_)$(RSYM_BASE)
|
||||
RSYM_OUT_ = $(RSYM_OUT)$(SEP)
|
||||
|
||||
$(RSYM_INT): | $(TOOLS_INT)
|
||||
$(ECHO_MKDIR)
|
||||
${mkdir} $@
|
||||
|
||||
ifneq ($(INTERMEDIATE),$(OUTPUT))
|
||||
$(RSYM_OUT): | $(TOOLS_OUT)
|
||||
$(ECHO_MKDIR)
|
||||
${mkdir} $@
|
||||
endif
|
||||
|
||||
RSYM_TARGET = \
|
||||
$(RSYM_OUT_)rsym$(EXEPOSTFIX)
|
||||
|
||||
@@ -50,4 +50,4 @@ include tools/nci/nci.mak
|
||||
include tools/pefixup.mak
|
||||
include tools/raddr2line.mak
|
||||
include tools/rbuild/rbuild.mak
|
||||
include tools/rsym.mak
|
||||
include tools/rsym/rsym.mak
|
||||
|
||||
Reference in New Issue
Block a user