aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* config.site add support for /etc/ overridesSergei Trofimovich2018-10-201-1/+5
| | | | | | | | | | | | | | Now crossdev imports cache variables from /etc/crossdev/include/site The file format is the same as /usr/share/crossdev/include/site it is useful to drop local overrides. Reported-by: Alon Bar-Lev Bug: https://bugs.gentoo.org/264074 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* wrappers/Makefile: rename TOPDIR to SITEDIRSergei Trofimovich2018-10-201-4/+4
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* Makefile: avoid '//' when PREFIX is not setSergei Trofimovich2018-10-201-11/+11
| | | | | | | | | PREFIX assumes leading '/'. Thus the idiom is $(DESTDIR)$(PREFIX)/foo and not $(DESTDIR)/$(PREFIX)/foo Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* wrappers: use @TOPDIR@ and @PREFIX@ instead of __TOPDIR__ and __PREFIX__Sergei Trofimovich2018-10-201-2/+2
| | | | | | | Leave __<var>__ substitutions for runtime substitution and keep @<var>@ for 'make install' substitution. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* makefile: use ':' separator in set expressions consistentlySergei Trofimovich2018-10-201-3/+3
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* Makefile: mangle files with sed at install phaseSergei Trofimovich2018-10-201-3/+3
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* wrappers/Makefile: drop unused TOPDIR variableSergei Trofimovich2018-10-201-1/+0
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* prefixify build system and scripts.XU Benda2016-06-251-0/+3
|
* make.profile: move from /etc to /etc/portageJoakim Tjernlund2013-12-221-1/+1
| | | | This is where make.profile belongs in current portage
* update copyrightsMike Frysinger2010-08-141-1/+1
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* cleanup makefiles and unify settingsMike Frysinger2008-10-291-9/+7
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* don't need this anymoreNed Ludd2008-06-221-7/+0
|
* Initial commit to crossdev repo.Robin H. Johnson2008-06-221-0/+32