OSDN Git Service

Be sure to fully clean 2.6 kernel headers on 'make clean'
authorEric Andersen <andersen@codepoet.org>
Sat, 3 Jan 2004 10:18:08 +0000 (10:18 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 3 Jan 2004 10:18:08 +0000 (10:18 -0000)
Makefile

index e40abf4..96a3f33 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -374,7 +374,7 @@ clean:
                        $(RM) include/sys/$$i; \
                done; \
        fi;
-       @$(RM) include/linux include/scsi include/asm
+       @$(RM) include/linux include/scsi include/asm*
        @if [ -d libc/sysdeps/linux/$(TARGET_ARCH) ]; then              \
            $(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) clean;         \
        fi;