this patches fixes iproute2 parallel build.
[openwrt.git] / package / fuse24 / patches / 102-no_depmod.patch
1 --- a/kernel/Makefile.in
2 +++ b/kernel/Makefile.in
3 @@ -31,11 +31,9 @@ all-y: all-spec
4 install-y: all
5 $(mkdir_p) $(DESTDIR)$(fusemoduledir)
6 $(INSTALL) -m 644 $(fusemodule) $(DESTDIR)$(fusemoduledir)/$(fusemodule)
7 - -/sbin/depmod -a
8
9 uninstall-y:
10 rm -f $(DESTDIR)$(fusemoduledir)/$(fusemodule)
11 - -/sbin/depmod -a
12
13 clean:
14 -rm -f $(fusemodule) *.o .*.cmd *.mod.c *.ko *.s */*.o
This page took 0.040684 seconds and 5 git commands to generate.