CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2018/05/01 01:41:51
Modified files:
infrastructure/bin: update-plist
Log message:
- do the stripping of directories in a pass BEFORE backsubst
because stripped contains actual dirs (this should fix dir issues)
- tweak do_backsubst to take an actual unsubst string, because sometimes
we use it on a partial string that does not have unsubst value
- add an actual state/mode automata. TODO: notice interesting modes upfront
and not very late.