fix modules.list and its update script
[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*4.2.mk ; do make stage1=true PLDISTROTAGS=$tags DISTRONAME=f8 module-tools ; done | sort -u | grep -v '^build$'