Changes between Initial Version and Version 1 of Ticket #20523, comment 19
- Timestamp:
- 08/31/16 12:41:51 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20523, comment 19
initial v1 1 1 The Cygwin patches to `main/Makefile.in` as well as `nmath/standalone/Makefile.in`, and `etc/Makeconf.in` have effects on non-Cygwin as well. 2 2 3 In the first two, the folder is changed unconditionally, the third may lead to over inking on non-Cygwin.3 In the first two, the folder is changed unconditionally, the third may lead to overlinking on non-Cygwin. 4 4 5 5 I also don't like removing the documentation from `SPKG.txt`; at the very least, the patch descriptions should get copied into the patches. Renaming them IMHO isn't necessary either. … … 7 7 The patches have funny permissions; while you chmoded ''some'' a-x, the new ones again have u=rwx and go=rx. 8 8 9 In `spkg-install`, the lines with options to configure aren't consistently indented. 9 In `spkg-install`, the lines with options to configure aren't consistently indented (in the diff at least => tabs vs. spaces used). 10