Fix makefile by rewriting parts into shell code
authorSimon Schubert <corecode@dragonflybsd.org>
Mon, 1 Dec 2008 17:43:51 +0000 (18:43 +0100)
committerSimon Schubert <corecode@dragonflybsd.org>
Mon, 1 Dec 2008 18:59:24 +0000 (19:59 +0100)
commit200563eaa8b2a4c21a446e1a8c55b1add8a16feb
tree6fa96840e5a52d8730bf66285ad44ae81c699fda
parent459f5c1e28a5dd43910204640a48e6ed4298d22b
Fix makefile by rewriting parts into shell code

We can't break one shell command by a make macro, or make will
split into multiple shell commands, thus losing environment (like the
pwd).
etc/Makefile