From: John Hodge Date: Thu, 8 Sep 2011 00:23:34 +0000 (+0800) Subject: Usermode - Changed install dir to $(DISTROOT)/$(ARCH) for cross-installs X-Git-Tag: rel0.11~102 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;ds=sidebyside;h=0b24cbc2f18942b3d1d74efa025ecfa318ab35ec;p=tpg%2Facess2.git Usermode - Changed install dir to $(DISTROOT)/$(ARCH) for cross-installs --- diff --git a/Usermode/Filesystem/Makefile b/Usermode/Filesystem/Makefile index 410a01b5..8723c6ac 100644 --- a/Usermode/Filesystem/Makefile +++ b/Usermode/Filesystem/Makefile @@ -1,7 +1,7 @@ # Acess 2 # - Usermode Filesystem Structure Generator --include ../../Makefile.cfg +-include ../Makefile.cfg DIRS = Bin SBin Libs Modules Apps DIRS += Conf Conf/Auth diff --git a/Usermode/Makefile.cfg b/Usermode/Makefile.cfg index 13fa0a6c..f7e91207 100644 --- a/Usermode/Makefile.cfg +++ b/Usermode/Makefile.cfg @@ -11,4 +11,6 @@ ACESSUSERDIR := $(ACESSDIR)/Usermode/ # > Output directory for build binaries OUTPUTDIR := $(ACESSUSERDIR)Output/$(ARCH)/ +# > Distroot +DISTROOT := $(DISTROOT)/$(ARCH)