diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-11-12 01:49:35 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-11-12 01:49:35 +0000 |
commit | 8838ffd68d915fc356836468e30e7a26f1f6150a (patch) | |
tree | dc33a33b9c088333cd4e5ebc3dd1b11b3b7d09bc /rules.mk | |
parent | 0f4a0fa10aba839906dd7018fef5a1136a869157 (diff) | |
download | upstream-8838ffd68d915fc356836468e30e7a26f1f6150a.tar.gz upstream-8838ffd68d915fc356836468e30e7a26f1f6150a.tar.bz2 upstream-8838ffd68d915fc356836468e30e7a26f1f6150a.zip |
speed up the build system a little bit
SVN-Revision: 5506
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -9,7 +9,6 @@ include $(TOPDIR)/include/verbose.mk export SHELL=/usr/bin/env bash -c '. $(TOPDIR)/include/shell.sh; eval "$$2"' -- -export BASH=$(shell which bash) ARCH:=$(strip $(subst ",, $(CONFIG_ARCH))) TARGET_OPTIMIZATION:=$(strip $(subst ",, $(CONFIG_TARGET_OPTIMIZATION))) |