]> Git Repo - linux.git/blobdiff - usr/Makefile
Merge tag 'io_uring-6.11-20240824' of git://git.kernel.dk/linux
[linux.git] / usr / Makefile
index 132ef7e96e6d5da8cbf4ebc3ddf24f5632f1ed5f..f1779496bca78b4a56651b6af7221675ec7ade7a 100644 (file)
@@ -62,8 +62,8 @@ $(deps_initramfs): ;
 quiet_cmd_initfs = GEN     $@
       cmd_initfs = \
        $(CONFIG_SHELL) $< -o $@ -l $(obj)/.initramfs_data.cpio.d \
-       $(if $(CONFIG_INITRAMFS_ROOT_UID), -u $(CONFIG_INITRAMFS_ROOT_UID)) \
-       $(if $(CONFIG_INITRAMFS_ROOT_GID), -g $(CONFIG_INITRAMFS_ROOT_GID)) \
+       $(addprefix -u , $(CONFIG_INITRAMFS_ROOT_UID)) \
+       $(addprefix -g , $(CONFIG_INITRAMFS_ROOT_GID)) \
        $(if $(KBUILD_BUILD_TIMESTAMP), -d "$(KBUILD_BUILD_TIMESTAMP)") \
        $(ramfs-input)
 
This page took 0.033477 seconds and 4 git commands to generate.