]> git.pld-linux.org Git - packages/nginx.git/commitdiff
- better place for %{__make} clean
authorsardzent <sardzent@pld-linux.org>
Thu, 29 Nov 2007 21:43:21 +0000 (21:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nginx.spec -> 1.47

nginx.spec

index 69841721855ab3727ba0dfbc2f778ad74f5ddc7f..214e8bddbf6ef42726c6785baa03a1e43b9eeb97 100644 (file)
@@ -328,10 +328,10 @@ mv -f objs/nginx contrib/nginx.perl
 mv -f objs/src/http/modules/perl/blib/arch/auto/nginx/nginx.bs contrib/nginx.bs
 mv -f objs/src/http/modules/perl/blib/arch/auto/nginx/nginx.so contrib/nginx.so
 mv -f objs/src/http/modules/perl/nginx.pm contrib/nginx.pm
+%{__make} clean
 %endif
 
 %if %{with mail}
-%{__make} clean
 ./configure \
        --prefix=%{_prefix} \
        --sbin-path=%{_sbindir}/%{name} \
@@ -358,10 +358,10 @@ mv -f objs/src/http/modules/perl/nginx.pm contrib/nginx.pm
        %{?debug:--with-debug}
 %{__make}
 mv -f objs/nginx contrib/nginx.mail
+%{__make} clean
 %endif
 
 %if %{with light}
-%{__make} clean
 ./configure \
        --prefix=%{_prefix} \
        --sbin-path=%{_sbindir}/%{name} \
@@ -391,6 +391,7 @@ mv -f objs/nginx contrib/nginx.mail
        %{?debug:--with-debug}
 %{__make}
 mv -f objs/nginx contrib/nginx.light
+%{__make} clean
 %endif
 
 %{__make} clean
This page took 0.14279 seconds and 4 git commands to generate.