]> git.ipfire.org Git - thirdparty/curl.git/commit
Makefile: run the cd commands in a subshell
authorMuhammad Herdiansyah <herdiansyah@netc.eu>
Tue, 10 Mar 2020 23:51:05 +0000 (06:51 +0700)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 11 Mar 2020 09:15:06 +0000 (10:15 +0100)
commit0cc66ff5a43a7e24bdc225d7d3b2cd9a1b0259b9
tree8b0d40afddd005c1f8678b795d2cbffdbe9973d0
parent27ea8fc2faa4e4753a9cff0a7f48d1dba68013d6
Makefile: run the cd commands in a subshell

In bmake, if the directory is changed (with cd or anything else), bmake
won't return to the "root directory" on the next command (in the same
Makefile rule). This commit runs the cd command in a subshell so it
would work in bmake.

Closes #5073
Makefile.am