From 24c9b55806b358e1a83e35d2e7cf0ba8839feea1 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 14 Jul 2008 22:38:01 -0400 Subject: [PATCH] Disable %.sh -> % GNU make rule in the top-level Makefile It's not needed for e2fsprogs, but one niche distribution likes to use configure.sh files which can cause GNU make to inappropriately fire an implicit rule to overwrite the configure file resulting in a fork bomb leading to the OOM crash. Signed-off-by: "Theodore Ts'o" --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.in b/Makefile.in index 54a0d14..8d98bdd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -7,6 +7,8 @@ INSTALL = @INSTALL@ @MCONFIG@ +% : %.sh + @RESIZER_CMT@RESIZE_DIR= resize @DEBUGFS_CMT@DEBUGFS_DIR= debugfs -- 1.8.3.1