Changeset 3128 for trunk/base


Ignore:
Timestamp:
Aug 3, 2003, 9:27:18 AM (21 years ago)
Author:
jkh
Message:

Change the inappropriately named destroot.location to destroot.vars (that's
not a great name either but "args" is already taken and "env" means something
a little different).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/portdestroot.tcl

    r3127 r3128  
    4141
    4242# define options
    43 options destroot.target destroot.location destroot.clean
     43options destroot.target destroot.vars destroot.clean
    4444commands install
    4545
     
    4949default destroot.pre_args {${destroot.target}}
    5050default destroot.target install
    51 default destroot.post_args {${install.destroot}}
    52 default destroot.location {DESTDIR=${destroot}}
     51default destroot.post_args {${destroot.vars}}
     52default destroot.vars {DESTDIR=${destroot}}
    5353default destroot.clean no
    5454
Note: See TracChangeset for help on using the changeset viewer.