index
:
sbpython2
main
an external, sofort-based, configurable build project for Python-2.7.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile.in
Age
Commit message (
Collapse
)
Author
Files
Lines
2018-12-23
build system: target & native cchost logic: initial clean-up.
midipix
1
-9
/
+4
2018-12-21
build system: Makefile.in: distclean: remove cfgdefs.mk and usrdefs.mk.
midipix
1
-0
/
+2
2018-12-16
build system: Makefile.in: include custom config defs before project files.
midipix
1
-9
/
+8
2018-12-13
built system: added the NATIVE_CC_{CFGHOST|CFLAGS|LDFLAGS} variables.
midipix
1
-0
/
+6
2018-12-09
build system: support custom configuration via cfgdefs.sh (and usrdefs.mk).
midipix
1
-0
/
+13
2018-12-04
build system: added NATIVE_CC_HOST support.
midipix
1
-1
/
+8
2018-11-25
build system: --all-shared: ensure linking against the newly built library.
midipix
1
-1
/
+1
This patch guards against the case where -lfoo would result in the linking in of either an external import library libfoo.lib.a, or a static libfoo.a, be it internal or external to the build system.
2018-11-25
build system: only apply LDFLAGS_IMPLIB to the package's primary shared lib.
midipix
1
-0
/
+1
2018-11-25
build system: --all-shared: properly express primary shared library dependency.
midipix
1
-1
/
+1
2018-11-23
build system: all-shared: use LDFLAGS_APP as before, now with correct ordering.
midipix
1
-1
/
+1
2018-11-22
build system: added --cfghost support.
midipix
1
-0
/
+2
2018-11-22
build system: created skeleton.
midipix
1
-0
/
+456