#! /bin/sh
# 
#       SCCS:  @(#)  wbuild.sh Rel 1.1	    (2/5/92)
# 
# 	UniSoft Ltd., London, England
# 
#  (C) Copyright 1991 X/Open Company Limited
# 
#  All rights reserved.  No part of this source code may be reproduced,
#  stored in a retrieval system, or transmitted, in any form or by any
#  means, electronic, mechanical, photocopying, recording or otherwise,
#  except as stated in the end-user licence agreement, without the prior
#  permission of the copyright owners.
# 
#  X/Open and the 'X' symbol are trademarks of X/Open Company Limited in
#  the UK and other countries.
#
# wbuild interface script
#
# Author: Stuart Boutell, UniSoft Ltd

if test "$VSW_BUILD_RUNNING" = "Y"
then
	exec pmake $*
else
	VSW_ARGS=$*
	VSW_BUILD_RUNNING=Y
	export VSW_ARGS
	export VSW_BUILD_RUNNING
	exec wbuild.exec
fi
