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

irteus/Makefile: support parallel compile #373

Merged
merged 1 commit into from
May 4, 2016

Conversation

k-okada
Copy link
Member

@k-okada k-okada commented May 4, 2016

No description provided.

@k-okada k-okada merged commit 2040865 into euslisp:master May 4, 2016
@k-okada k-okada deleted the parallel2 branch May 4, 2016 04:28
-rm -f $(IRTEUS_C) $(IRTEUS_H)

$(IRTEUSGOBJS):
$(BINDIR)/eusgl$(ESFX) "(setq *objdir* \"$(INSTALLOBJDIR)/\")" < ./compile_irtg.l > /dev/null
$(IRTEUSGOBJS): $(OBJDIR)/compile_irtg.log
Copy link
Contributor

Choose a reason for hiding this comment

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

After this commit, build behavior changed because of change of build dependency.

  • Reproduce the problem
$ cd ~/ros/indigo_parent/src/Euslisp/jskeus/irteus
$ touch irtmodel.l
$ make
make: Nothing to be done for `all'.
  • Expected behavior
    compile_irtg.l is called invoked by irtmodel.l timestamp update

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