Update of /cvsroot/gtk2hs/gtk2hs/mk
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28223/mk
Modified Files:
chsDepend.in
Log Message:
Add an extra check to the chsDepend script (disabled).
Dare anyone to enable it and watch the build break! We still have some issues
with the NAME make var being set incorrectly. I have a plan to replace the
cunning NAME hack with a different hack.
Index: chsDepend.in
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/mk/chsDepend.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- chsDepend.in 18 Dec 2004 20:46:29 -0000 1.9
+++ chsDepend.in 13 Jan 2005 23:09:20 -0000 1.10
@@ -37,6 +37,8 @@
DEPNAMES="$DEPNAMES $DEPNAME.chi";
break;
fi;
+# echo could not find $DEP '('$DEPNAME.chs')' on search path $SEARCHPATH;
+# exit 1;
done;
IFS=$OLDIFS;
done;
|