Usermode - Changed install dir to $(DISTROOT)/$(ARCH) for cross-installs
authorJohn Hodge <[email protected]>
Thu, 8 Sep 2011 00:23:34 +0000 (08:23 +0800)
committerJohn Hodge <[email protected]>
Thu, 8 Sep 2011 00:23:34 +0000 (08:23 +0800)
Usermode/Filesystem/Makefile
Usermode/Makefile.cfg

index 410a01b..8723c6a 100644 (file)
@@ -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
index 13fa0a6..f7e9120 100644 (file)
@@ -11,4 +11,6 @@
 ACESSUSERDIR := $(ACESSDIR)/Usermode/
 # > Output directory for build binaries
 OUTPUTDIR := $(ACESSUSERDIR)Output/$(ARCH)/
+# > Distroot
+DISTROOT := $(DISTROOT)/$(ARCH)
 

UCC git Repository :: git.ucc.asn.au