X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FFilesystem%2FMakefile;h=7eb069409cd57c75952a78bc2ebd28edfb9b2867;hb=4e8503d48fc27851b9eab09e9e3edf4c6f6c9488;hp=8723c6ac8fa0418cf73154e2dc1ff94cbcab367c;hpb=0b24cbc2f18942b3d1d74efa025ecfa318ab35ec;p=tpg%2Facess2.git diff --git a/Usermode/Filesystem/Makefile b/Usermode/Filesystem/Makefile index 8723c6ac..7eb06940 100644 --- a/Usermode/Filesystem/Makefile +++ b/Usermode/Filesystem/Makefile @@ -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