compat-drivers: do not call make clean for unified drivers
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Mon, 21 Jan 2013 23:56:04 +0000 (15:56 -0800)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Mon, 21 Jan 2013 23:58:23 +0000 (15:58 -0800)
We can skip the make clean process for unified drivers given
that the script that makes compat-drivers releases, gen-releases.sh,
already ensures that we call $(git clean -f -x -d) on each git
tree we are cherry picking code from.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
scripts/admin-update.sh

index ff6f0242ae8a9fd0b4d0665abf30b3716590cd73..73f0ceabef52b387c9330f742c1d40f7e84e2ba5 100755 (executable)
@@ -716,7 +716,6 @@ unified_driver_linux_next_target() {
 unified_driver_get_linux_src() {
        case $1 in
        "alx")
-               make -C $DRV_SRC/ clean
                make -C $DRV_SRC/ linux-src
 
                TARGET_NEXT_DIR="$(unified_driver_linux_next_target $i)"