tags files reviewed for mentions of the actual branch used
[build.git] / modules.update
1 #!/bin/bash
2
3 # redirect this into modules.list to get it refreshed
4
5 for tags in *tags*mk ; do make stage1=true PLDISTROTAGS=$tags module-tools ; done | sort -u