6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 75bc87ad44 | |||
| e68d4eb83b | |||
| 3f782d3f3f | |||
| c5be183a73 | |||
| 55fa0eaec5 | |||
| cb1e735f9c |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 75bc87ad44 |
make, scripts: Rename CVS_PROJ_DIR to PROJECTS_DIR
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| e68d4eb83b |
make, scripts: Now excplicitly calling python2 executable instead of python
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 3f782d3f3f |
py-defs/py-mod.mk: Fix __init__.py generation
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| c5be183a73 |
projects.mk: Add variable proj_query_cmd
proj_query_command is not a callable function, as opposed to proj_query, which now uses it. This adds the possibilty to use it multiple times in pipes. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 55fa0eaec5 |
$(TOPDIR), make, scripts: Search-and-replace ytools -> jw-build
This project was copied from ytools, with anything not related to providing build-functionality left out. This commit replaces the occurences of ytools with jw-build, and removes some but most certainly not all legacy ytools references. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| cb1e735f9c |
make: Add projects.mk and prefixed win32 objects with win32-
- Add new makefile projects.mk, which is the place to define the minimally required set of variables to get a project's makefile oriented about the build machinery itself, mostly its locations in the file system. This also includes querying other projects. It's been pushed into a seperate makefile includeable early in the Makefile hierarchy, so that other special build variables (i.e. TARGET) can be specialized from within the project later to define build characteristics. - Prefixed object files with $(FLAVOUR_PREFIX), to allow for building two targets from the same directory Signed-off-by: Jan Lindemann <jan@janware.com> |