96686299c1e89b4b9c28bab1cee2e4e4aa77183b
[build.git] / modules.update
1 #!/bin/bash
2
3 # redirect this into modules.list to get it refreshed
4 #
5 # we set DISTRONAME as this cannot be correctly guessed from the build box root context
6 for tags in *tags.mk ; do make stage1=true PLDISTROTAGS=$tags DISTRONAME=f8 module-tools ; done | sort -u | grep -v '^build$'