From: Michael Tremer Date: Tue, 28 Apr 2009 12:15:56 +0000 (+0200) Subject: Remove statically linked version of insmod. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=117f4ab5b830836486e37b8bbad1b73d23ad1564;p=ipfire-3.x.git Remove statically linked version of insmod. --- diff --git a/lfs/module-init-tools b/lfs/module-init-tools index 21f58ca70..955b9d387 100644 --- a/lfs/module-init-tools +++ b/lfs/module-init-tools @@ -92,5 +92,6 @@ $(OBJECT): $(objects) --enable-zlib cd $(DIR_APP) && make $(PARALLELISMFLAGS) cd $(DIR_APP) && make INSTALL=install install + rm -vf /sbin/insmod.static @rm -rf $(DIR_APP) @$(POSTBUILD)