]> Sergey Matveev's repositories - public-inbox.git/commit
Makefile.PL: improve make(1) portability
authorEric Wong <e@80x24.org>
Tue, 7 May 2019 23:43:42 +0000 (23:43 +0000)
committerEric Wong <e@80x24.org>
Wed, 8 May 2019 22:56:34 +0000 (22:56 +0000)
commit9fddc98719f3e03c0decd5a17ab567eca6bc4792
tree9ece658883c3f7c4c73c0b600c1b85e1d6068122
parente50b4ffa4ac7ac07cd4922459b292734b0e370bd
Makefile.PL: improve make(1) portability

The `shell' function appears missing, so we'll rely on Bourne
shell expansioN, instead.

Use "$?" instead of "$<" since the latter is only specified
for inference and .DEFAULT rules, not target rules.

Tested on FreeBSD make(1) and bmake(1) on Debian.
Makefile.PL