Remove warning messages for missing make_services - tyhe make package may be

used where there is no gui setup, so the warning is not appropriate.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@4488 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-06-27 14:56:31 +00:00
parent a134c37dcb
commit a6f86d7b5f
2 changed files with 0 additions and 4 deletions

View file

@ -80,8 +80,6 @@ endif
if ( -x ${GNUSTEP_SYSTEM_ROOT}/Tools/make_services ) then
${GNUSTEP_SYSTEM_ROOT}/Tools/make_services &
else
echo "Warning - make_services not available"
endif
endif # ( "${GNUSTEP_BUILD_ROOT}" == "" )

View file

@ -91,8 +91,6 @@ fi
if [ -x $GNUSTEP_SYSTEM_ROOT/Tools/make_services ]
then
$GNUSTEP_SYSTEM_ROOT/Tools/make_services &
else
echo "Warning - make_services not available"
fi
fi # [ -z "$GNUSTEP_BUILD_ROOT" ]