Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (8m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (53d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (164d) 

2024-05-23 16:33:01 UTC Now

2024-01-13 20:21:23 UTC MAIN commitmail json YAML

bsd.prefs.mk: Unconditionally define TOOLS_CROSS_DESTDIR.

- If we're cross-compiling or building cross-libtool-base, alias for
  CROSS_DESTDIR.

- Otherwise, empty.

This will be convenient for sprinkling TOOLS_CROSS_DESTDIR in various
places throughout mk/ without worrying about disrupting native
builds.

No change to native builds here because all current references are
conditional on USE_CROSS_COMPILE = yes.

(riastradh)