disabling other kernel builds in debian/rules
Dan Bernardic
dan.bernardic at gmail.com
Fri Feb 16 21:19:29 GMT 2007
Hey, Luke.
I will give you some clues, cause I do not know this, and I do not
want to spend too much time on it, but still want to help you a bit.
(awesome intro)
cat debian/rules|grep arch shows lines like this:
export KPKG_ARCH=$$(grep "^$$i[[:space:]]" debian/config/archmap |
grep -v ^# | awk '{print $$2}'); \
export HARCH=$$(grep "^headers-$(arch)[[:space:]]"
debian/config/archmap | grep -v ^# | awk '{print $$2}'); \
It appears that it gets the arches from the debian/config/archmap file.
It seems that maybe if you exclude all the architectures you do not
want to build from that file(comment them out, give it a shot), it may
only build the ones you want.
Good luck!
More information about the Ubuntu-installer
mailing list