On Sun, Apr 27, 2008 at 11:12:05PM +0100, Alex Owen wrote: > Can we AND and OR these conditions. > > > I guess OR is like this: > > #if ARCHITECTURE amd64 > #include <stuff> > #endif > #if MODE ubuntu > #include <stuff> > #endif
This works. > Does nesting the if's work too? to AND the conditions like this: > > #if ARCHITECTURE amd64 > #if MODE ubuntu > some-ubuntu-amd46-package > #endif > #endif This doesn't work (yet). Maybe Chris is working on this, not sure. Regards, -- Tiago Bortoletto Vaz http://tiagovaz.org 0xA504FECA - http://pgp.mit.edu GNU/Linux user #188687
signature.asc
Description: Digital signature
_______________________________________________ debian-live-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

