wok diff secure-delete/receipt @ rev 9202
Up: mesa to 7.10.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Mar 10 11:41:54 2011 +0000 (2011-03-10) |
parents | b5d610d64d1c |
children | 3b4e4318134e |
line diff
1.1 --- a/secure-delete/receipt Fri Nov 19 23:02:39 2010 +0000 1.2 +++ b/secure-delete/receipt Thu Mar 10 11:41:54 2011 +0000 1.3 @@ -18,8 +18,8 @@ 1.4 chmod u+w . 1.5 sed -ie 's/mktemp/mkstemp/g' sfill.c 1.6 sed -ie "s/sswap smem sdel-mod.o/sswap smem/" Makefile 1.7 - make && 1.8 - make && make INSTALL_DIR=$PWD/_pkg/usr/bin install 1.9 + make -j1 && 1.10 + make -j1 && make -j1 INSTALL_DIR=$PWD/_pkg/usr/bin install 1.11 chmod a+r $PWD/_pkg/usr/bin/* 1.12 } 1.13