emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58080: closed (29.0.50; Don't hard-code path to pwd)


From: GNU bug Tracking System
Subject: bug#58080: closed (29.0.50; Don't hard-code path to pwd)
Date: Wed, 28 Sep 2022 14:32:01 +0000

Your message dated Wed, 28 Sep 2022 14:31:34 +0000
with message-id <9cd520eb08ee33ba9b4e@heytings.org>
and subject line Re: bug#58080: 29.0.50; Don't hard-code path to pwd
has caused the debbugs.gnu.org bug report #58080,
regarding 29.0.50; Don't hard-code path to pwd
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
58080: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58080
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 29.0.50; Don't hard-code path to pwd Date: Sun, 25 Sep 2022 21:09:41 +0200
On Guix pwd isn't located at /bin/pwd, but that path is hard-coded in
various Makefile.in.  They deal with that by patching these files when
building the emacs package, but when building emacs manually, that isn't
convenient, as doing so would leave the working tree dirty, which makes
it harder to pull whenever one of these files changes.

Please consider making this customizable so one could use, for example:

  make PWDCMD=pwd install

I assume there is a reason why the PWD variable isn't being used and
that /bin/pwd is used because on some other OS using pwd would cause
issues.



--- End Message ---
--- Begin Message --- Subject: Re: bug#58080: 29.0.50; Don't hard-code path to pwd Date: Wed, 28 Sep 2022 14:31:34 +0000

That works on my end.

Great, thanks! I'll push it if nobody objects in the next couple of days.


No further comments.  Pushed, and closing.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]