mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 13:23:08 +00:00
4c1a12f5dd
... and reduce the number of variables defined explicitly. Signed-off-by: Alexey Neyman <stilor@att.net>
14 lines
285 B
Plaintext
14 lines
285 B
Plaintext
#!foreach fork
|
|
#!foreach version
|
|
run_pkgversion \
|
|
master=@@master@@ \
|
|
masterpfx=@@master|@@ \
|
|
originpfx=@@origin|@@ \
|
|
pkg_name=@@pkg_name@@ \
|
|
pfx=@@fork|@@ \
|
|
versionlocked=@@versionlocked|@@ \
|
|
ver=@@ver@@ \
|
|
kcfg=@@ver_sel|@@
|
|
#!end-foreach
|
|
#!end-foreach
|