Author: ydario
Date: Sat Feb 18 18:31:52 2012
New Revision: 1290840
URL: http://svn.apache.org/viewvc?rev=1290840&view=rev
Log:
> i118923 - OS/2 port: solenv build system patches
This is probably mostly a good change, but I wonder why the change
removed the lines
.IF "$(VERBOSE)" == "TRUE"
[...]
.ENDIF
They are usually very helpful when one is debugging a build problem.
E.g. doing a
build verbose=t
often helps to find out why an include path or a library wasn't found.
Did I overlook something that there is another mechanism now that makes
the build more verbose?
Herbert