Skip to content
Snippets Groups Projects
Commit 272f4d75 authored by Simon Rose's avatar Simon Rose
Browse files

Fix issue where modifying certain wrapper files would cause failure

The issue was that `git status --porcelain` formats its output in such
a way that `make` no longer passes the variables correctly. The solution
is simply to no longer pass the `git status` data.

Note that the git status data already was not that sufficient in terms
of recognising what changes had been made, since all it provided was
information as to which files had been modified, not how they had been
modified.
parent aa9f8d06
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment