- Notifications
You must be signed in to change notification settings - Fork5
Commit33a6dcf
committed
Update wording:
< * Allow building with directories containing spaces> * Allow building in directories containing spaces< There are two capabilities here, first the ability to build from a< source directory that contains spaces, and second the ability to install< into a directory that contains spaces. The first is probably not< possible because 'gmake' and other compiler tools do not fully support< spaces in path names. The second is possible with proper quoting in< the makefiles. Because PostgreSQL supports relocatable installs, it< is possible to install into a directory that doesn't contain spaces and< then copy the install to a directory with spaces.> This is probably not possible because 'gmake' and other compiler tools> do not fully support quoting of paths with spaces.>> * Allow installing to directories containing spaces>> This is possible if proper quoting is added to the makefiles for the> install targets. Because PostgreSQL supports relocatable installs, it> is already possible to install into a directory that doesn't contain> spaces and then copy the install to a directory with spaces.1 parent24cab1e commit33a6dcf
1 file changed
+12
-11
lines changedLines changed: 12 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
895 | 895 |
| |
896 | 896 |
| |
897 | 897 |
| |
898 |
| - | |
899 |
| - | |
900 |
| - | |
901 |
| - | |
902 |
| - | |
903 |
| - | |
904 |
| - | |
905 |
| - | |
906 |
| - | |
907 |
| - | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
908 | 909 |
| |
909 | 910 |
| |
910 | 911 |
| |
|
0 commit comments
Comments
(0)