aboutsummaryrefslogtreecommitdiff
path: root/usr/Makefile
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2006-08-07 13:39:55 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2006-08-07 13:39:55 -0700
commit20dbfad8e5dfea56b3cb0cfd4465f01c37b57aa6 (patch)
tree2700dbf73a0faef3a8678499c502c1bbaad18a07 /usr/Makefile
parent8b384b81e27222a307576630c89ea26e17b7be6a (diff)
parent9ee4e3365dd0dab4c1e02fe44dc08a223b826c72 (diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-2.6.18
Diffstat (limited to 'usr/Makefile')
-rw-r--r--usr/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/Makefile b/usr/Makefile
index e93824269da..5b31c0b61c7 100644
--- a/usr/Makefile
+++ b/usr/Makefile
@@ -35,6 +35,9 @@ quiet_cmd_initfs = GEN $@
cmd_initfs = $(initramfs) -o $@ $(ramfs-args) $(ramfs-input)
targets := initramfs_data.cpio.gz
+# do not try to update files included in initramfs
+$(deps_initramfs): ;
+
$(deps_initramfs): klibcdirs
# We rebuild initramfs_data.cpio.gz if:
# 1) Any included file is newer then initramfs_data.cpio.gz