Various build system issues

* Removed broken Windows source browser rules and 'browse' targets
* Fixed parallel build issue for Make > 3.81
* Other tidying-up in RULES_ARCHS
* Fix the RTEMS override of the ECHO variable
This commit is contained in:
Andrew Johnson
2014-11-12 16:36:39 -06:00
parent 5554dfd66d
commit f7cc0e2d09
7 changed files with 27 additions and 71 deletions

View File

@@ -151,7 +151,6 @@ ACTIONS = inc
ACTIONS += build
ACTIONS += install
ACTIONS += buildInstall
ACTIONS += browse
ACTIONS += runtests tapfiles
actionArchTargets = $(foreach x, $(ACTIONS),\ $(foreach arch,$(BUILD_ARCHS), $(x)$(DIVIDER)$(arch)))