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

fix gcc and cc for darwin (no cli tools installed) #941

Closed
wants to merge 5 commits into from

Commits on Jan 15, 2017

  1. fix gcc and cc for darwin (no cli tools installed)

    If darwin is found:
    1. shell out to /usr/bin/xcode-select -p
    2a. If it returns an exit code other than 0, assume xcode command line tools are not installed and do not run these commands.
    2b. If it returns an exit code of 0, run the commands.
    
    Signed-off-by: Erik Gomez <e@eriknicolasgomez.com>
    erikng committed Jan 15, 2017
    Copy the full SHA
    a751904 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2017

  1. refactor c.rb based on PR feedback

    Signed-off-by: Erik Gomez <e@eriknicolasgomez.com>
    erikng committed Jan 16, 2017
    Copy the full SHA
    eb65a4f View commit details
    Browse the repository at this point in the history
  2. fixed Chefstyle

    Signed-off-by: Erik Gomez <e@eriknicolasgomez.com>
    erikng committed Jan 16, 2017
    Copy the full SHA
    98da232 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. move functions to top

    Signed-off-by: Erik Gomez <e@eriknicolasgomez.com>
    erikng committed Jan 17, 2017
    Copy the full SHA
    61465b4 View commit details
    Browse the repository at this point in the history
  2. add colons back to debug log

    Signed-off-by: Erik Gomez <e@eriknicolasgomez.com>
    erikng committed Jan 17, 2017
    1
    Copy the full SHA
    ab4de09 View commit details
    Browse the repository at this point in the history