Codebase list kernel-wedge / 5578588
Remove mass-build, which is no longer useful Ben Hutchings 4 years ago
3 changed file(s) with 1 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
+0
-10
commands/mass-build less more
0 #!/bin/sh
1 set -e
2 pwd=$(pwd)
3 for dir in linux-kernel-di*; do
4 if [ -d "$dir" ]; then
5 cd $dir
6 kernel-wedge build-all
7 cd $pwd
8 fi
9 done
+0
-4
commands/mass-build.txt less more
0 mass-build
1
2 Runs the build-all command in every linux-kernel-di directory in the
3 working directory.
1212 * preprocess: Move flag parsing out of find_modules()
1313 * debian/tests: Add test cases for preprocess
1414 * preprocess: Correct "excludes and excludes" in help text
15 * Remove mass-build, which is no longer useful
1516
1617 [ Cyril Brulebois ]
1718 * Remove Christian Perrier from Uploaders, with many thanks for all