build: Move DIRLINK/DIRUNLINK definition to common place

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2020-05-19 11:31:48 +08:00
committed by Abdelatif Guettouche
parent 6e94effeed
commit 9ec9431706
236 changed files with 35 additions and 583 deletions
@@ -95,8 +95,4 @@ else
MKDEP = $(TOPDIR)$(DELIM)tools$(DELIM)mknulldeps.sh
# ZDS-II cannot follow Cygwin soft links, so we will have to use directory copies
DIRLINK = $(TOPDIR)$(DELIM)tools$(DELIM)copydir.sh
DIRUNLINK = $(TOPDIR)$(DELIM)tools$(DELIM)unlink.sh
endif