OSDN Git Service

Disable %.sh -> % GNU make rule in the top-level Makefile
authorTheodore Ts'o <tytso@mit.edu>
Tue, 15 Jul 2008 02:38:01 +0000 (22:38 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 15 Jul 2008 02:38:01 +0000 (22:38 -0400)
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" <tytso@mit.edu>
Makefile.in

index 54a0d14..8d98bdd 100644 (file)
@@ -7,6 +7,8 @@ INSTALL = @INSTALL@
 
 @MCONFIG@
 
+% : %.sh
+
 @RESIZER_CMT@RESIZE_DIR= resize
 @DEBUGFS_CMT@DEBUGFS_DIR= debugfs