Skip to content

Commit

Permalink
removed the old util/build.sh script and also added notes as comments…
Browse files Browse the repository at this point in the history
… to util/build2.sh #527.
  • Loading branch information
agentzh committed Jul 4, 2015
1 parent f67aefc commit 51a311c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 40 deletions.
39 changes: 0 additions & 39 deletions util/build.sh

This file was deleted.

5 changes: 4 additions & 1 deletion util/build2.sh
@@ -1,6 +1,9 @@
#!/usr/bin/env bash

# this file is mostly meant to be used by the author himself.
# this script is for developers only.
# dependent on the ngx-build script from the nginx-devel-utils repostory:
# https://github.com/openresty/nginx-devel-utils/blob/master/ngx-build
# the resulting nginx is located at ./work/nginx/sbin/nginx

root=`pwd`
version=${1:-1.4.1}
Expand Down

0 comments on commit 51a311c

Please sign in to comment.