Create cdCommands and envPaths files only for BUILD_ARCH dirs.
This commit is contained in:
@@ -13,8 +13,17 @@ include $(CONFIG)/RULES_DIRS
|
||||
build: buildInstall
|
||||
install: buildInstall
|
||||
|
||||
ifneq ($(findstring $(ARCH),$(BUILD_ARCHS)),)
|
||||
buildInstall: $(TARGETS)
|
||||
|
||||
clean:
|
||||
$(RM) cdCommands envPaths
|
||||
|
||||
else
|
||||
buildInstall:
|
||||
clean:
|
||||
endif
|
||||
|
||||
envPaths cdCommands: $(wildcard $(TOP)/configure/RELEASE*) \
|
||||
$(TOP)/configure/CONFIG $(INSTALL_BIN)
|
||||
@$(RM) $@
|
||||
@@ -24,6 +33,6 @@ else
|
||||
$(PERL) $(TOOLS)/convertRelease.pl -a $(ARCH) -t $(IOCS_APPL_TOP) $@
|
||||
endif
|
||||
|
||||
realclean clean:
|
||||
realclean:
|
||||
$(RM) cdCommands envPaths
|
||||
|
||||
|
||||
Reference in New Issue
Block a user