Hi all,

for example:
cygport file.cygport almostall
Suppose the source files contain some error. Normaly, cygport must
stop on "compile stage" but it try to make install & package stage

of course, it is the same behaviour with :
cygport file.cygport compile install package

in the cygport bash script :
                ...
                compile|build|make)
                        __stage Compiling;
                        src_compile 2>&1 | tee ${compilelog};
                        _status=$?;

_status hold the 'last error', but in this case, $? contains the
return code from tee instead of src_compile, also the value of _status
is always 0

could you confirm this problem ?

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Cygwin-ports-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general

Reply via email to