aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/Add_DESTDIR_to_the___39__pm__95__filter__39___and_use_MAKE_in___39__po__47__M...
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawlHLiVkr16cy4E11FqrDFre19QM_5u3hBo <Fergus@web>2014-12-28 17:16:36 -0400
committeradmin <admin@branchable.com>2014-12-28 17:16:36 -0400
commit924862b6276c488a4d656f561bd9f013f5f020e1 (patch)
tree6bd8fbce6924b0f0598955b6c00ffe055afd81b2 /doc/todo/Add_DESTDIR_to_the___39__pm__95__filter__39___and_use_MAKE_in___39__po__47__Makefile__39__.mdwn
parenta87f43d71eccc6c71bd0dadcc1fe06ec809cfdcf (diff)
downloadikiwiki-924862b6276c488a4d656f561bd9f013f5f020e1.tar
ikiwiki-924862b6276c488a4d656f561bd9f013f5f020e1.tar.gz
Suggest to drop the first patch, probably incorrect.
Diffstat (limited to 'doc/todo/Add_DESTDIR_to_the___39__pm__95__filter__39___and_use_MAKE_in___39__po__47__Makefile__39__.mdwn')
-rw-r--r--doc/todo/Add_DESTDIR_to_the___39__pm__95__filter__39___and_use_MAKE_in___39__po__47__Makefile__39__.mdwn1
1 files changed, 1 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..4b22e122a 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,7 @@ 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]]
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)`.