mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
check-instincludes.sh could not be run due to incorrect working directory
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: altbuild.sh,v 1.5 2000/12/21 02:58:49 gson Exp $
|
||||
# $Id: altbuild.sh,v 1.6 2000/12/22 23:05:17 gson Exp $
|
||||
|
||||
#
|
||||
# "Alternative build" test.
|
||||
@@ -29,6 +29,8 @@ case $# in
|
||||
*) echo "usage: $0 cvs-tag" >&2; exit 1 ;;
|
||||
esac
|
||||
|
||||
here=`pwd`
|
||||
|
||||
kitdir=/tmp/kit
|
||||
srcdir=/tmp/src
|
||||
builddir=/tmp/build
|
||||
@@ -75,4 +77,5 @@ make install
|
||||
|
||||
# Check the installed header files
|
||||
|
||||
cd $here
|
||||
sh util/check-instincludes.sh $instdir
|
||||
|
Reference in New Issue
Block a user