summaryrefslogtreecommitdiff
path: root/config_host.mk.source
AgeCommit message (Collapse)Author
2012-11-14stop sourcing config_host wholesale, use get_config_variables insteadNorbert Thiebaud
Change-Id: I1390da403a2f0aab0f4e8323daa9f2fad4ba2550
2012-11-09fix that silly config_host.mk shell sourcing nonsenseMichael Stahl
Change-Id: Ia563ee1e100bc86e9b7196bdce6311e24bc36f9c
2012-10-25fix sourcing config_host.mkPeter Foley
Change-Id: I0ef147e1a86a7a88359c30c458e69cc5ac35741c
2012-07-23Use config_host.mk.source when configuring 'build' for cross-compilation.Jan Holesovsky
Change-Id: I2e6e2a98bbaf515ececa75948d6b20bf9a093fe5
2012-06-22specify the sourced file with pathDavid Tardon
"man source" says: "If filename does not contain a slash, file names in PATH are used to find the directory containing file‐ name. The file searched for in PATH need not be executable. When bash is not in posix mode, the current directory is searched if no file is found in PATH." Change-Id: I7dc15d30ba925c71d02da2cd8b91ea08192730fc
2012-06-11new script config_host.mk.sourcePetr Mladek
it allows to source variables from config_host.mk into shell; there are many different hacks for this on other locations Use this script in bin/distro-install-*; The original solution with 'eval' did not work because shell was not able to pass that many arguments Change-Id: I3d9eb2fe2d6804a3c7783487e9c70f093edb2ad5