X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FFilesystem%2FMakefile;h=7eb069409cd57c75952a78bc2ebd28edfb9b2867;hb=2fcb3775f3afee7bfa9aa3cbb6aea3c6c3426e64;hp=410a01b5d255fbd01e600a3b0359145d890c5695;hpb=b96d38a6740c05ef7544113459407f7e31492af1;p=tpg%2Facess2.git diff --git a/Usermode/Filesystem/Makefile b/Usermode/Filesystem/Makefile index 410a01b5..7eb06940 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 @@ -12,12 +12,15 @@ FILES = Conf/BootConf.cfg #FILES := $(addprefix $(DISTROOT)/,$(FILES)) .PHONY: all clean -.PHONY: $(DIRS) $(FILES) +.PHONY: $(DIRS) $(FILES) DISTROOT -install: $(DIRS) $(FILES) +install: DISTROOT $(DIRS) $(FILES) clean: +DISTROOT: + $(xMKDIR) $(DISTROOT); true + $(DIRS): $(xMKDIR) $(DISTROOT)/$@; true