This is the mail archive of the cygwin-apps@cygwin.com 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]

setup releases


Chris, 
	The last couple of setup.exe uploads you've done have been
faulty in one way or another - linked against cygwin1.dll, not stripped.

This is the recipe I use to build releases (and thus keeps me out of
forgetting things :}):

$ make && make dist && strip setup.exe \
&& mv setup-0.tar.bz2 setup-2.218.2.8.tar.bz2 \
&& tar cjf setup-2.218.2.8-1-src.tar.bz2 setup-2.218.2.8.tar.bz2

setup.exe goes to the ftp root, setup-*-src.tar.bz2 goes to the
release/setup directory.

Cheers,
Rob


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