X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Makefile.cfg;h=8c5b59b9f1ff17a35e8da7759f6c73eac4f0700a;hb=48de21e1b27fcb2595aabe2669bdec80567961df;hp=547f1bbb95baad0670b17e0048713ec721c7f7bf;hpb=0bbf323354161b51af5d0553fb80ce36d8ab4bc6;p=tpg%2Facess2.git diff --git a/Makefile.cfg b/Makefile.cfg index 547f1bbb..8c5b59b9 100644 --- a/Makefile.cfg +++ b/Makefile.cfg @@ -2,8 +2,10 @@ # Acess2 Build Configuration # -# Source and destination configuration +# Install destination configuration DISTROOT := a:/Acess2 +xCP := mcopy -D o +xMKDIR := mmd -D s ACESSDIR := $(dir $(lastword $(MAKEFILE_LIST))) ACESSDIR := $(shell cd $(ACESSDIR) && pwd) @@ -15,11 +17,9 @@ AS := nasm DISASM := objdump -d -S RM := @rm -f STRIP := strip -MKDIR := mkdir +MKDIR := mkdir -p RMDIR := rm -rf lCP := cp -xCP := mcopy -D o -xMKDIR := mmd # Load Architecture settings ifeq ($(ARCH),) @@ -31,6 +31,10 @@ ifeq ($(ARCHDIR),) endif -include $(ACESSDIR)/Makefile.$(ARCHDIR).cfg +# Makefile.user.cfg is not part of the Acess git repo, +# It is for overriding the options in this file +-include $(ACESSDIR)/Makefile.user.cfg + FILESYSTEMS := DRIVERS := MODULES := Storage/ATA Storage/FDD