From 945bcd259dfeec330c53ff5b5ff4ca62501f6d6f Mon Sep 17 00:00:00 2001 From: Markham Date: Fri, 20 Nov 2015 22:58:38 +0100 Subject: [PATCH] crosstool.mk: remove duplicate code --- make/crosstool.mk | 11 ----------- 1 file changed, 11 deletions(-) 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 -- 2.39.5