diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-29 15:50:41 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-29 15:50:41 -0400 |
commit | 8a98440db6454fc8653c264f61502bd0d1d6baf8 (patch) | |
tree | d6272e299158afb28cb64ab4ade342b93752922d | |
parent | 1d6dec40ebde1afa81aec05a68dc5649782c4b1f (diff) | |
parent | 04596b5a37cb486467c5c2fe2d06a822a6fe6a79 (diff) | |
download | ikiwiki-8a98440db6454fc8653c264f61502bd0d1d6baf8.tar ikiwiki-8a98440db6454fc8653c264f61502bd0d1d6baf8.tar.gz |
Merge branch 'master' of ssh://git.ikiwiki.info
-rw-r--r-- | doc/todo/Add_DESTDIR_to_the___39__pm__95__filter__39___and_use_MAKE_in___39__po__47__Makefile__39__.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/todo/Add_DESTDIR_to_the___39__pm__95__filter__39___and_use_MAKE_in___39__po__47__Makefile__39__.mdwn b/doc/todo/Add_DESTDIR_to_the___39__pm__95__filter__39___and_use_MAKE_in___39__po__47__Makefile__39__.mdwn index 0a80647c7..26e72ae88 100644 --- a/doc/todo/Add_DESTDIR_to_the___39__pm__95__filter__39___and_use_MAKE_in___39__po__47__Makefile__39__.mdwn +++ b/doc/todo/Add_DESTDIR_to_the___39__pm__95__filter__39___and_use_MAKE_in___39__po__47__Makefile__39__.mdwn @@ -21,6 +21,14 @@ index 5b0eb74..94adb0f 100755 > noticed any problems there. Would you be willing to do one more > build in your environment without this change, so that we can > understand the problem it's trying to fix? --[[schmonz]] +>> Thinking about this more and perhaps this is incorrect? Or more accurately, I may have been using `DESTDIR` incorrectly. I'm unsure. I don't currently have access to the correct build environment but my best recollection is that I was using the `DESTDIR` to set base install directory for multiple working copies. Of course, the `DESTDIR` is normally a staging install for the root directory (i.e. not normally visible during runtime). I'm not 100% on the use of `DESTDIR` but perhaps you are? Otherwise, leave this, and I'll adjust that build environment to rework the `PREFIX` variable instead. -- [[ttw]] + +>>> Maybe one of these explanations from +>>> [GNU](https://www.gnu.org/prep/standards/html_node/DESTDIR.html) or +>>> [pkgsrc](https://www.netbsd.org/docs/pkgsrc/fixes.html#destdir-support) +>>> clarifies `DESTDIR` for you. If you can narrow down a specific, +>>> reproducible problem that setting `DESTDIR` helps solve, please do +>>> report it here. Until then, marking this [[done]]. --[[schmonz]] Also, the `po/Makefile` presumes the use of `make`, explicitly. If you use another build tool it fails (ironically I was actually using `gmake` in non-gnu environment so it wasn't aliased to `make`). Switch from the explicit call to the generic recall variable `$(MAKE)`. |