[nginx] svn commit: r4780 - trunk/misc

Ruslan Ermilov ru at nginx.com
Thu Aug 2 20:57:54 UTC 2012


On Thu, Aug 02, 2012 at 09:36:48PM +0200, Piotr Sikora wrote:
> Hey Ruslan,
> 
> > - perl -pi -e 's/$$/\r/' $(TEMP)/$(NGINX)/conf/*
> > + sed -i '' -e "s/$$/`printf '\r'`/" $(TEMP)/$(NGINX)/conf/*
> 
> Neither OpenBSD's nor NetBSD's sed have "-i" option.

It's an internal makefile used during a release process.
This particular commit touched the "zip" target that is
used to generate ZIP archives of nginx/Windows that are
made available on the download page.

Do you also use this makefile and would like to have it
working on said BSDs?



More information about the nginx-devel mailing list