X-Git-Url: https://git.saurik.com/apple/coreosmakefiles.git/blobdiff_plain/51ef2a1e790cc14c89bcf8bf0ec351e89096f437..HEAD:/Makefile diff --git a/Makefile b/Makefile index 35ecb3b..43d8377 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ Project=CoreOSMakefiles -Destination = $(MAKEFILEPATH)/CoreOS -BSDMAKEDIR = /usr/share/mk/CoreOS +Destination = $(DEVELOPER_DIR)/Makefiles/CoreOS BSDSUFFIX = .mk BSDDEFINE = BSDMAKESTYLE GNUSUFFIX = .make @@ -12,14 +11,10 @@ STANDARD = Standard install: @$(MAKE) installsrc SRCROOT=$(DSTROOT)$(Destination) rm -f $(DSTROOT)$(Destination)/Makefile - mv -f $(DSTROOT)$(Destination)/bin $(DSTROOT)$(MAKEFILEPATH) - install -d $(DSTROOT)$(BSDMAKEDIR)/$(STANDARD) @set -x && \ for i in $(INBASENAMES); do \ unifdef -U$(BSDDEFINE) -t $(DSTROOT)$(Destination)/$(STANDARD)/$$i$(INSUFFIX) > $(DSTROOT)$(Destination)/$(STANDARD)/$$i$(GNUSUFFIX); \ [ $$? -eq 1 ] || exit 1; \ - unifdef -D$(BSDDEFINE) -t $(DSTROOT)$(Destination)/$(STANDARD)/$$i$(INSUFFIX) > $(DSTROOT)$(BSDMAKEDIR)/$(STANDARD)/$$i$(BSDSUFFIX); \ - [ $$? -eq 1 ] || exit 1; \ $(RM) -f $(DSTROOT)$(Destination)/$(STANDARD)/$$i$(INSUFFIX) || exit 1; \ done @@ -28,7 +23,7 @@ installhdrs: installsrc: install -d "$(SRCROOT)" - rsync -a --exclude=.svn ./ "$(SRCROOT)" + rsync -a --exclude=.svn --exclude=.git ./ "$(SRCROOT)" clean: $(_v) echo Nothing to clean