infra: remove redundant $(call) on pkgdir, pkgname, pkgparentdir
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Wed, 5 Feb 2014 09:44:00 +0000 (10:44 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 5 Feb 2014 11:09:35 +0000 (12:09 +0100)
commit3880a6ab3ca3890e79a7a429a58903217f36770d
treef275f787ddac92a4e3817b99a58816b43016cde6
parente7ab4b49f4dd16a1312db3144376f26d4340e15e
infra: remove redundant $(call) on pkgdir, pkgname, pkgparentdir

When calling make 'functions', the $(call) keyword is only needed if the
function takes arguments. For pkgdir, pkgname and pkgparentdir this is not
the case, so we can remove the call to make things more readable.

Suggested-by: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/pkg-autotools.mk
package/pkg-cmake.mk
package/pkg-generic.mk
package/pkg-luarocks.mk
package/pkg-python.mk
package/pkg-utils.mk