[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Multiple-Architecture Sources



Brent Fulgham <bfulgham@xpsystems.com> writes:
> I was wondering what changes I need to make to get the build daemon to build
> this package.  I have adjusted my control file to include the alpha
> architecture, but the build process requires you to uncomment a line in the
> main configuration script that identifies the architecture you will build
> under.  I could add logic to uncomment this line automatically, but am not
> sure what the best way of identifiying the intended build target -- would a
> call to `uname` be sufficient?

I usually use identify the architecture with the make snippet:

ARCH=$(shell dpkg --print-architecture)

Mike.


Reply to: