This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix 'make distclean'


Sometimes when a build of Cygwin fails, there will be a message suggesting running 'make distclean'. But this fails to clean the winsup/cygwin subdirectory, and the build still fails.

On the other hand, 'make clean' in winsup/cygwin removes two source files, which have to be restored before one can rebuild.

The attached patch fixes both problems.

Ken

Attachment: 0001-Allow-make-distclean-to-clean-winsup-cygwin.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]