equal
deleted
inserted
replaced
10 host_os = linux |
10 host_os = linux |
11 ifneq '' '$(COMSPEC)' |
11 ifneq '' '$(COMSPEC)' |
12 host_os = windows |
12 host_os = windows |
13 endif |
13 endif |
14 |
14 |
15 OVERRIDDEN_ITEMS = .Xdefaults .bashrc .mailsign .xinitrc .mc .vimrc .inputrc .ssh .hgrc .hgignore .bazaar |
15 OVERRIDDEN_ITEMS = .Xdefaults .bashrc .mailsign .xinitrc .mc .vimrc .inputrc .ssh .hgrc .hgignore .bazaar .minttyrc |
16 IFNONEXIST_ITEMS = .wgetrc |
16 IFNONEXIST_ITEMS = .wgetrc |
17 |
17 |
18 .PHONY: install |
18 .PHONY: install |
19 install: |
19 install: |
20 for item in $(OVERRIDDEN_ITEMS); do \ |
20 for item in $(OVERRIDDEN_ITEMS); do \ |