Skip to content

Commit

Permalink
make -k for all make
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal committed Oct 13, 2009
1 parent d66e9e3 commit 2aeb244
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions git-selfupdate
Expand Up @@ -22,11 +22,11 @@ curl -O http://kernel.org/pub/software/scm/git/git-manpages-$VERSION.tar.gz

tar -xzvf git-$VERSION.tar.gz
cd git-$VERSION
make configure
make -k configure
./configure --prefix=$PREFIX
make all
make -k all

make install
make -k install
cd ..
rm -rf git-$VERSION

Expand Down

0 comments on commit 2aeb244

Please sign in to comment.