Explorar el Código

Be sure to fully clean 2.6 kernel headers on 'make clean'

Eric Andersen hace 22 años
padre
commit
a34431ebdc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
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;