Conversation
351e0b1 to
48fb500
Compare
|
I don't like splitting the Makefiles. It's common to use a git checkout directly in /Programs/Scripts, meaning I'd end up with /bin/Makefile, etc. Also, I'd prefer if it kept echoing the gcc commands. It's better for troubleshooting. |
c382624 to
9cfa246
Compare
45fff11 to
0d104ff
Compare
Makefile
Outdated
| done | ||
| cd $(PYTHON_SITE) && \ | ||
| for f in *.py; \ | ||
| do python -c "import `basename $$f .py`"; \ |
There was a problem hiding this comment.
Any particular reason for removing the generation of .pyc files?
There was a problem hiding this comment.
ops! my bad! Added .pyc files generation again
0d104ff to
9b8bf5e
Compare
|
Reading this PR more carefully, if I'm following correctly, one thing it changes is that the files were moved around, so that one can't just clone the git repo at /Programs/Scripts/git, run I think it's very convenient to use the git repo as a "live" installation, and it would be sad to lose that functionality. |
7971381 to
d75501f
Compare
d75501f to
77a0fb0
Compare
Removed the cpio in the Makefile.
Build distributed into several Makefiles.