mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +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
|
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
# 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.
|
# "Alternative build" test.
|
||||||
@@ -29,6 +29,8 @@ case $# in
|
|||||||
*) echo "usage: $0 cvs-tag" >&2; exit 1 ;;
|
*) echo "usage: $0 cvs-tag" >&2; exit 1 ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
here=`pwd`
|
||||||
|
|
||||||
kitdir=/tmp/kit
|
kitdir=/tmp/kit
|
||||||
srcdir=/tmp/src
|
srcdir=/tmp/src
|
||||||
builddir=/tmp/build
|
builddir=/tmp/build
|
||||||
@@ -75,4 +77,5 @@ make install
|
|||||||
|
|
||||||
# Check the installed header files
|
# Check the installed header files
|
||||||
|
|
||||||
|
cd $here
|
||||||
sh util/check-instincludes.sh $instdir
|
sh util/check-instincludes.sh $instdir
|
||||||
|
Reference in New Issue
Block a user