]> xenbits.xensource.com Git - people/liuw/xtf.git/commitdiff
Remove setting ROOT path in common.mk
authorRoger Pau Monne <roger.pau@citrix.com>
Thu, 19 May 2016 13:43:30 +0000 (15:43 +0200)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 19 May 2016 13:52:05 +0000 (14:52 +0100)
Since it might be included from different paths that have different levels
of nestedness. Also all makefiles that include common.mk already define ROOT
on their own.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
build/common.mk

index 13c468ef7b56879cf57fd8cbc3752d77ce130ae9..6d4c8e8afd571588047235f73a377cababefffad 100644 (file)
@@ -1,4 +1,3 @@
-ROOT := $(abspath $(CURDIR)/../..)
 DESTDIR ?= $(ROOT)/dist
 PREFIX ?= $(ROOT)
 CC ?= gcc