Whamcloud - gitweb
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)
commit24c9b55806b358e1a83e35d2e7cf0ba8839feea1
tree40c688946f0894de692bb8752a140764b9897708
parent36f4c4080206f5ad4df37c3cb77f20df2f062266
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" <tytso@mit.edu>
Makefile.in