Hi

Is there a clean way to use a .platform file from within the contrib
directory?

The code in ncc.in leaves me a bit in doubt:

$target = "mica" if !defined($target);

$platform_def = "$TOSDIR/platform/$target/.platform";
if (!-f $platform_def) {
    print STDERR "Unknown target $target\n";
...

My problem, of course, is that contrib .platform files should reside in
$TOSDIR/../contrib/<dirname>/tos/platform/$target/.platform

Obviously I can hack the code to nesc to include a reference to my
specific project, but perhaps there is a cleaner solution?

Thanks in advance,

Mads

-- 
+----------------------------------------------------------------------+
|  Mads Bondo Dydensborg.             http://www.diku.dk/users/madsdyd |
|  +45 35 32 14 18                                                     |
+----------------------------------------------------------------------+
_______________________________________________
Tinyos-users mailing list
[EMAIL PROTECTED]
http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users

Reply via email to