Create cdCommands and envPaths files only for BUILD_ARCH dirs.

This commit is contained in:
Janet B. Anderson
2004-09-24 20:55:03 +00:00
parent 7617d78f36
commit c15d2d589c

View File

@@ -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