Skip to content

Conversation

@wkliao
Copy link
Member

@wkliao wkliao commented Sep 25, 2024

Note on DESTDIR. GNU autoconf manual Section 16.4 Installation Names has the
following statement. "The second method involves providing the 'DESTDIR'
variable. For example, 'make install DESTDIR=/alternate/directory' will
prepend '/alternate/directory' before all installation names. The approach of
'DESTDIR' overrides is not required by the GNU Coding Standards, and does not
work on platforms that have drive letters. On the other hand, it does better
at avoiding recompilation issues, and works well even when some directory
options were not specified in terms of '${prefix}' at configure time."

Note on DESTDIR. GNU autoconf manual Section 16.4 Installation Names has the
following statement. "The second method involves providing the 'DESTDIR'
variable. For example, 'make install DESTDIR=/alternate/directory' will
prepend '/alternate/directory' before all installation names. The approach of
'DESTDIR' overrides is not required by the GNU Coding Standards, and does not
work on platforms that have drive letters. On the other hand, it does better
at avoiding recompilation issues, and works well even when some directory
options were not specified in terms of '${prefix}' at configure time."
@wkliao wkliao merged commit 11d017e into master Sep 26, 2024
3 of 4 checks passed
@wkliao wkliao deleted the DESTDIR branch September 26, 2024 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants