Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swig python spits .py module; fixed bogus protobuf #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

swig python spits .py module; fixed bogus protobuf #5

wants to merge 2 commits into from

Conversation

jsulmont
Copy link

@jsulmont jsulmont commented Nov 5, 2013

  1. fixed swig build so that it spits .py module file
  2. make the swig command appear coloured (blue for now)
  3. remove bogus -IXX debug crap for protobuf build

@@ -139,7 +139,6 @@ run_$(1): $(BIN)/$(1)

$(BIN)/$(1): $(CWD)/$(2) $(BIN)/.dir_exists $$(foreach pymod,$(3),$(BIN)/$$(pymod)_pymod) $$(foreach pymod,$(3),$$(PYTHON_$$(pymod)_DEPS))
@echo "$(COLOR_BLUE)[PYTHON_PROGRAM]$(COLOR_RESET) $(1)"
@$(PYFLAKES) $$<
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you remove this line? Static checking of python code is very valuable!

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey that's not wanted - i obviously didn't mean to check that in

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants