# git rev-parse -q --verify 8bb26465f87e82bfd1a37a5e6a9708daab115ae0^{commit} 8bb26465f87e82bfd1a37a5e6a9708daab115ae0 already have revision, skipping fetch # git checkout -q -f -B kisskb 8bb26465f87e82bfd1a37a5e6a9708daab115ae0 # git clean -qxdf # < git log -1 # commit 8bb26465f87e82bfd1a37a5e6a9708daab115ae0 # Author: Masahiro Yamada # Date: Fri Oct 25 02:09:22 2024 +0900 # # kbuild: simplify rustfmt target # # There is no need to prune the rust/alloc directory because it was # removed by commit 9d0441bab775 ("rust: alloc: remove our fork of the # `alloc` crate"). # # There is no need to prune the rust/test directory because no '*.rs' # files are generated within it. # # To avoid forking the 'grep' process, filter out generated files using # the option, ! -name '*generated*'. # # Now that the '-path ... -prune' option is no longer used, there is no # need to use the absolute path. Searching in $(srctree), which can be # a relative path, is sufficient. # # The comment mentions the use case where $(srctree) is '..', that is, # $(objtree) is a sub-directory of $(srctree). In this scenario, all # '*.rs' files under $(objtree) are generated files and filters out by # the '*generated*' pattern. # # Add $(RCS_FIND_IGNORE) as a shortcut. Although I do not believe '*.rs' # files would exist under the .git directory, there is no need for the # 'find' command to traverse it. # # Signed-off-by: Masahiro Yamada # Reviewed-by: Nicolas Schier # Acked-by: Miguel Ojeda # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 8bb26465f87e82bfd1a37a5e6a9708daab115ae0 # make -s -j 32 ARCH=powerpc O=/kisskb/build/kbuild_ppc44x_defconfig_powerpc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc44x_defconfig # < make -s -j 32 ARCH=powerpc O=/kisskb/build/kbuild_ppc44x_defconfig_powerpc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 32 ARCH=powerpc O=/kisskb/build/kbuild_ppc44x_defconfig_powerpc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 32 ARCH=powerpc O=/kisskb/build/kbuild_ppc44x_defconfig_powerpc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/arch/powerpc/boot/dts/sam440ep.dts:266.22-287.5: Warning (interrupt_provider): /plb/pci@ec000000: '#interrupt-cells' found, but node is not an interrupt provider arch/powerpc/boot/dts/sam440ep.dtb: Warning (interrupt_map): Failed prerequisite 'interrupt_provider' Completed OK # rm -rf /kisskb/build/kbuild_ppc44x_defconfig_powerpc-gcc13 # Build took: 0:01:07.177054