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

buildsys: fix suidubins assignments #43

Merged
merged 1 commit into from Nov 19, 2016

Conversation

Blub
Copy link
Contributor

@Blub Blub commented Nov 5, 2016

These assignments were pasted as is into the Makefile and
ended up as part of a rule. (Usually the .PRECIOUS rule
which is why the build system never attempted to execute it
as commands, hiding the problem.)

Signed-off-by: Wolfgang Bumiller wry.git@bumiller.com
Reported-by: Rahel A ra00177@surrey.ac.uk

These assignments were pasted as is into the Makefile and
ended up as part of a rule. (Usually the .PRECIOUS rule
which is why the build system never attempted to execute it
as commands, hiding the problem.)

Signed-off-by: Wolfgang Bumiller <wry.git@bumiller.com>
Reported-by: Rahel A <ra00177@surrey.ac.uk>
@hallyn
Copy link
Member

hallyn commented Nov 19, 2016

Thanks - I was worried about the fact that this seemed to be working anyway in Debian, but I see that seems to be done explicitly in debian/rules.

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.

None yet

2 participants