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 .vimrc .inputrc .ssh .hgrc .hgignore .bazaar .minttyrc |
15 OVERRIDDEN_ITEMS = \ |
|
16 .inputrc .minttyrc .Xdefaults .xinitrc .xserverrc \ |
|
17 .bashrc .mailsign .vimrc .ssh \ |
|
18 .hgrc .hgignore .bazaar |
16 MANUALINSTALL_ITEMS = .mc |
19 MANUALINSTALL_ITEMS = .mc |
17 IFNONEXIST_ITEMS = .wgetrc |
20 IFNONEXIST_ITEMS = .wgetrc |
18 |
21 |
19 .PHONY: install |
22 .PHONY: install |
20 install: |
23 install: |