diff --git a/commands/mass-build b/commands/mass-build deleted file mode 100755 index 301dded..0000000 --- a/commands/mass-build +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -pwd=$(pwd) -for dir in linux-kernel-di*; do - if [ -d "$dir" ]; then - cd $dir - kernel-wedge build-all - cd $pwd - fi -done diff --git a/commands/mass-build.txt b/commands/mass-build.txt deleted file mode 100644 index 9e906dd..0000000 --- a/commands/mass-build.txt +++ /dev/null @@ -1,4 +0,0 @@ -mass-build - -Runs the build-all command in every linux-kernel-di directory in the -working directory. diff --git a/debian/changelog b/debian/changelog index 5fa5bd7..5590355 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ * preprocess: Move flag parsing out of find_modules() * debian/tests: Add test cases for preprocess * preprocess: Correct "excludes and excludes" in help text + * Remove mass-build, which is no longer useful [ Cyril Brulebois ] * Remove Christian Perrier from Uploaders, with many thanks for all