X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FFilesystem%2FMakefile;h=b9b85f06b63b8f65b48282734c28d9ae621428d8;hb=3681dbf27244ee07ae618a9d33a608ae6089d3c5;hp=ef1f6b2b62fec8b72e381a39f8542817f3d08811;hpb=4c846dc6c5b4e8bc39f1ecc3370db690400b40e2;p=tpg%2Facess2.git diff --git a/Usermode/Filesystem/Makefile b/Usermode/Filesystem/Makefile index ef1f6b2b..b9b85f06 100644 --- a/Usermode/Filesystem/Makefile +++ b/Usermode/Filesystem/Makefile @@ -15,11 +15,11 @@ FILES = Conf/BootConf.cfg Conf/Auth/Users Conf/Auth/Passwords Conf/Auth/Groups all: $(DIRS) $(FILES) clean: - $(xRMDIR) $(DIRS) - $(xRM) $(FILES) $(DIRS): $(xMKDIR) $(DISTROOT)/$@ $(FILES): $(xCP) $< $(DISTROOT)/$@ + +force: ;