sbsv2/raptor/group/checkexports.sh
author Dean Draper <dean.draper@nokia.com>
Mon, 29 Mar 2010 09:55:24 +0100
branchfix
changeset 413 5eb26ea9cb49
parent 3 e1eecf4d390d
permissions -rwxr-xr-x
Release note: SF bug 2134 Raptor does not pass overridden make variables into its makefiles

#!/bin/bash

for dir in . cpp-raptor cygwin-1.5.25 mingw-5.1.4 python-2.5.2; do
	echo testing exports.inf in $dir
	(cd $dir; ./exports.sh2; sort exports.inf > t1; sort exports.inf2 > t2; diff t1 t2)
done