]> git.pld-linux.org Git - packages/nginx.git/commitdiff
- should work without make clean - make clean breaks build if --without perl
authorshadzik <shadzik@pld-linux.org>
Fri, 30 Nov 2007 19:44:29 +0000 (19:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nginx.spec -> 1.66

nginx.spec

index 9729b03bec8bd1e750642a1edda27c3a47a8ce18..a0006f3cf2fe42f517acbda5cc90bc35d4072168 100644 (file)
@@ -290,7 +290,6 @@ mv -f objs/src/http/modules/perl/nginx.pm contrib/nginx.pm
 %endif
 
 %if %{with mail}
-%{__make} clean
 ./configure \
        --prefix=%{_prefix} \
        --sbin-path=%{_sbindir}/%{name}-mail \
@@ -320,7 +319,6 @@ mv -f objs/nginx contrib/nginx-mail
 %endif
 
 %if %{with light}
-%{__make} clean
 ./configure \
        --prefix=%{_prefix} \
        --sbin-path=%{_sbindir}/%{name}-light \
@@ -352,7 +350,6 @@ mv -f objs/nginx contrib/nginx-mail
 mv -f objs/nginx contrib/nginx-light
 %endif
 
-%{__make} clean
 ./configure \
        --prefix=%{_prefix} \
        --sbin-path=%{_sbindir}/%{name}-standard \
This page took 0.030934 seconds and 4 git commands to generate.