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

Minor makefile fixes #29820

Merged
merged 3 commits into from Nov 14, 2015
Merged

Minor makefile fixes #29820

merged 3 commits into from Nov 14, 2015

Commits on Nov 13, 2015

  1. Escape some variables in llvm.mk

    The important one is $(MAKE).  make handles recipes containing the
    literal string "$(MAKE)" specially, so it is important to make sure it
    isn't evaluated until recipe invocation time.
    wthrowe committed Nov 13, 2015
    Copy the full SHA
    876c330 View commit details
    Browse the repository at this point in the history
  2. Clean up some "suspicious" whitespace in target.mk

    Emacs warns that makefile lines that start with spaces followed by
    tabs are "suspicious".  These were harmless since they were
    continuation lines, but getting rid of the warning is nice and this
    version looks better.
    wthrowe committed Nov 13, 2015
    Copy the full SHA
    a0e10b2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8d105dd View commit details
    Browse the repository at this point in the history