On 8/24/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote:
On Wed, 02 Aug 2006 21:07:36 +0200, Hisham Muhammad <[EMAIL PROTECTED]>
wrote:
> CVSROOT: /cvsroot/goboscripts
> Module name: tools
> Changes by: Hisham Muhammad <hisham> 06/08/02 19:07:36
>
> Modified files:
> Compile/bin : Compile
>
> Log message:
> Export path variables only when applying variables for .patch.in files
>
When updating some old recipes I found that I used those variables from
the recipes, which is possible now. Were these variables only supposed to
be used for patching and not for recipes?
No, they are allowed in recipes too. In fact, RecipeLint does this:
grep -q '$goboPrograms' Recipe && {
ERROR "Recipe references \$goboPrograms explicitly. Use \$target
and \$<dep>_path."
}
grep -q "/Programs" Recipe && {
ERROR "Recipe references /Programs tree explicitly. Use \$target
and \$<dep>_path."
}
-- Hisham
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel