Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-24 | Clarify when to use this fragment, and that it's ok to use it and | gdt | 1 | -1/+6 | |
egg.mk in the same package. | |||||
2007-02-20 | Added REPLACE_PYTHON as an alias to PYTHON_PATCH_SCRIPTS, to have more | rillig | 1 | -9/+14 | |
consistent names. (See REPLACE_PERL, REPLACE_AWK, REPLACE_SH, ...) | |||||
2007-01-24 | Made "make help" find this. | rillig | 1 | -1/+5 | |
2006-03-11 | Convert all packages using REPLACE_INTERPRETER to the new variable names | ghen | 1 | -4/+4 | |
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*). Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted here, if at all. Ok with rillig. | |||||
2004-03-02 | use REPLACE_INTERPRETER instead of our private implementation | drochner | 1 | -17/+5 | |
2004-01-14 | Add missing `*', noted by Min Sik Kim in private email. | xtraeme | 1 | -2/+2 | |
2004-01-14 | Accept any python executable with _PYTHON_PATCH_SCRIPT_SED; previous | xtraeme | 1 | -2/+2 | |
scheme only accepts `python', so if we have a script which uses: #!/path/to/python23 PYTHON_PATCH_SCRIPTS will fail. Fix provided by Min Sik Kim in PR pkg/24069. | |||||
2002-10-18 | Allow additional sed expressions to be used to patch the python scripts by | jlam | 1 | -1/+2 | |
passing them in with PYTHON_PATCH_SCRIPT_SED. | |||||
2002-10-18 | Allow PYTHON_PATCH_SCRIPTS to take shell wildcards. | jlam | 1 | -5/+10 | |
2002-09-21 | Strip the ".buildlink" from the names of the python application and | jlam | 1 | -0/+20 | |
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead. |