Comment #0 by joseph.wakeling — 2015-01-27T07:02:35Z
Minor annoyance, but the posix.mak install2 target contains the following lines:
cp -r std/* $(INSTALL_DIR)/src/phobos/std/
cp -r etc/* $(INSTALL_DIR)/src/phobos/etc/
which mean that any backup files created by an editor (e.g. std/something.d~) will also be copied to the install dir.
It should be straightforward enough to instead put in place a filter on filename, I'll try and submit a patch myself later today.
Comment #1 by joseph.wakeling — 2015-01-27T07:38:53Z