tech-pkg archive

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

What is TOOLS_CREATE.xxxx ?



Hi!

What is TOOLS_CREATE.xxx ?
In mk/tools/replace.mk:
For X related tools:
   TOOLS_CREATE.bdftopcf=          bdftopcf
For no-X related tools:
   TOOLS_CREATE+=                  awk

Why is it differ?
X related tools are not created in ${WRKDIR}/.tools/bin.
So pkgsrc will fail to call X related tools.
If change to followings, tools are created fine.
   TOOLS_CREATE+=                  bdftopcf

-- 
"Of course I love NetBSD":-)
OBATA Akio / obata%lins.jp@localhost



Home | Main Index | Thread Index | Old Index