Source: nginx
Version: 1.4.7-1
Severity: normal

I recompiled this version of the nginx for Raspberry Pi using quemu,
where the building is terrible slow. While i was waiting to finish of
the building, i see that all flavors (light, full, extras, naxsi) are
compiled twice.

Then i download the source package nad try it on the regular machine
with the same result - all is compiled twice.

The first compilation comes from "debian/rules build" and second one
from the "fakeroot debian/rules binary", due its dependencies.

I changed debian/rules by removing all commands and leave only touch
and add some echo, in result one can see twice access to all
build-arch.$flavor:

 debian/rules build
I am in: config.env.full
I am in: config.status.full
touch config.status.full
I am in: build-arch.full
I am in: config.env.light
I am in: config.status.light
touch config.status.light
I am in: build-arch.light
I am in: config.env.extras
I am in: config.status.extras
touch config.status.extras
I am in: build-arch.extras
I am in: config.env.naxsi
I am in: config.status.naxsi
touch config.status.naxsi
I am in: build-arch.naxsi
I am in: build-arch
touch build-arch
I am in: build
touch build
 fakeroot debian/rules binary
I am in: config.env.full
I am in: config.status.full
touch config.status.full
I am in: build-arch.full
I am in: config.env.light
I am in: config.status.light
touch config.status.light
I am in: build-arch.light
I am in: config.env.extras
I am in: config.status.extras
touch config.status.extras
I am in: build-arch.extras
I am in: config.env.naxsi
I am in: config.status.naxsi
touch config.status.naxsi
I am in: build-arch.naxsi
I am in: build-arch
touch build-arch
I am in: build
touch build
I am in: install
I am in: binary-indep
I am in: build-dbg.full
I am in: build-dbg.light
I am in: build-dbg.extras
I am in: build-dbg.naxsi
I am in: build-dbg
touch build-dbg
I am in: binary-arch

And finally, all files created by touch, are not removed by clean
target.

regards

-- 
s pozdravom

Slavko
http://slavino.sk

Týmto emailom NEvyjadrujem súhlas so zaradením do akéhokoľvek zoznamu na
posielanie akýchkoľvek dodatočných informácií o Vašich produktoch!

Attachment: signature.asc
Description: PGP signature

Reply via email to