an external, sofort-based, configurable build project for Python-2.7.
  • Makefile 41.9%
  • Shell 40.2%
  • C 12.8%
  • M4 5.1%
Find a file
2026-02-17 03:09:39 +00:00
config target-specific headers: linux: also install osapi/overrides.h (oversight). 2019-10-05 21:12:32 +00:00
profiles profiles/osapi/modern.h: enforce use of the standard va_copy interface. 2021-06-15 08:13:43 +00:00
project A new home. 2021-12-30 11:30:05 +00:00
sofort build system: Makefile.in: added the BUILD_DIR variable. 2026-02-17 03:09:39 +00:00
wrappers/ncurses project: corrected wrapper header and config logic for term.h. 2021-06-16 08:57:17 +00:00
.gitignore project: updated .gitignore. 2019-11-03 14:11:54 +00:00
config.project project: config.project: default cflags: abstract the -std=c99 switch. 2021-06-05 02:54:12 +00:00
config.usage build system: configure: added the --pkgdatadir switch and associated logic. 2025-06-28 12:32:33 +00:00
configure build system: Makefile.in: added the BUILD_DIR variable. 2026-02-17 03:09:39 +00:00
COPYING.SBPYTHON2 A new home. 2021-12-30 11:30:05 +00:00
COPYING.SOFORT build system: cfgtest: added cfgtest_function_presence(), fnapi.m4. 2025-09-09 03:26:04 +00:00
Makefile.in build system: Makefile.in: added the BUILD_DIR variable. 2026-02-17 03:09:39 +00:00
README project: updated meta files and comments with the project's updated name. 2018-12-10 21:25:49 -05:00

sbpython2: external configurable build project for Python-2.7.

Option 1: hack on Python's build system and tame its setup.py.
Option 2: build Python using a clean, external, sofort-based build system.

We now go with the second option.