From: Markham Date: Fri, 20 Nov 2015 21:58:38 +0000 (+0100) Subject: crosstool.mk: remove duplicate code X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=945bcd259dfeec330c53ff5b5ff4ca62501f6d6f;p=bs-cst-neutrino-hd.git crosstool.mk: remove duplicate code --- diff --git a/make/crosstool.mk b/make/crosstool.mk index f11e96f..49d6b24 100755 --- a/make/crosstool.mk +++ b/make/crosstool.mk @@ -134,16 +134,5 @@ crossmenuconfig: $(ARCHIVE)/crosstool-ng-$(CROSSTOOL_NG_VER).tar.bz2 ./ct-ng menuconfig -crossmenuconfig: $(ARCHIVE)/crosstool-ng-$(CROSSTOOL_NG_VER).tar.bz2 - make $(BUILD_TMP) - $(REMOVE)/crosstool-ng-$(CROSSTOOL_NG_VER) - $(UNTAR)/crosstool-ng-$(CROSSTOOL_NG_VER).tar.bz2 - set -e; unset CONFIG_SITE; cd $(BUILD_TMP)/crosstool-ng-$(CROSSTOOL_NG_VER); \ - cp -a $(CT_NG_CONFIG) .config; \ - test -f ./configure || ./bootstrap && \ - ./configure --enable-local; MAKELEVEL=0 make; chmod 0755 ct-ng; \ - ./ct-ng menuconfig - - # hack to make sure they are always copied PHONY += crosstool ccache