mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
f8d4ce3d0e
Then use this script to check that all packages can be extracted and patched. Signed-off-by: Alexey Neyman <stilor@att.net>
14 lines
282 B
Plaintext
14 lines
282 B
Plaintext
#!foreach fork
|
|
#!foreach version
|
|
run_pkgversion \
|
|
master=@@master@@ \
|
|
masterpfx=@@masterpfx@@ \
|
|
originpfx=@@originpfx@@ \
|
|
pkg_name=@@pkg_name@@ \
|
|
pfx=@@pfx@@ \
|
|
versionlocked=@@versionlocked@@ \
|
|
ver=@@ver@@ \
|
|
kcfg=@@kcfg@@
|
|
#!end-foreach
|
|
#!end-foreach
|