add packages_10.03.2 in preparation for the 10.03.2 interim release
[10.03/packages.git] / utils / loop-aes / patches / 001-no_sync.patch
1 --- a/Makefile
2 +++ b/Makefile
3 @@ -208,10 +208,8 @@ endif
4  ifeq ($(EXTRA_CIPHERS),y)
5         ln -s tmp-d-kbuild/loop_twofish.ko tmp-d-kbuild/loop_serpent.ko tmp-d-kbuild/loop_blowfish.ko .
6  endif
7 -       sync
8  else
9         cd $(LS) && make SUBDIRS=$(TD) modules
10 -       sync
11  endif
12  
13  # 2.6 kernels older than 2.6.17 do not run depmod in "modules_install" stage,