On 2012-07-20 09:51, Aaron Schneider wrote:
On 20/07/2012 14:33, Yaakov (Cygwin/X) wrote:
The deps command only works if the files created by the install command
are present.
Aren't that those files generated by 'cygport *.cygport all' ? Because
they are present. If not, how can I properly create the files to check
the dependencies by myself?
'all' cleans up the working directory, leaving only the resulting
tarballs. You need at least 'get prep build install', or 'almostall',
before 'deps'.
Yaakov