xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] build: drop unused SUBARCH variable
@ 2015-09-18 18:41 Doug Goldstein
  2015-09-30 17:58 ` Doug Goldstein
  0 siblings, 1 reply; 7+ messages in thread
From: Doug Goldstein @ 2015-09-18 18:41 UTC (permalink / raw)
  To: Ian Campbell, Ian Jackson, Jan Beulich, Keir Fraser, Tim Deegan,
	xen-devel
  Cc: Doug Goldstein

This variable appears to be unused throughout the code base.

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
---
 Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 75177f0..8a9331f 100644
--- a/Makefile
+++ b/Makefile
@@ -35,8 +35,7 @@ mini-os-dir-force-update: mini-os-dir
 		$(GIT) reset --hard $(MINIOS_UPSTREAM_REVISION); \
 	fi
 
-SUBARCH := $(subst x86_32,i386,$(XEN_TARGET_ARCH))
-export XEN_TARGET_ARCH SUBARCH
+export XEN_TARGET_ARCH
 export DESTDIR
 
 # build and install everything into the standard system directories
-- 
2.4.6

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-10-08 18:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-18 18:41 [PATCH] build: drop unused SUBARCH variable Doug Goldstein
2015-09-30 17:58 ` Doug Goldstein
2015-09-30 18:02   ` Julien Grall
2015-10-05 13:37     ` Ian Jackson
2015-10-08 18:55       ` Julien Grall
2015-10-01  6:44   ` Jan Beulich
2015-10-01  8:55     ` Ian Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).