We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 2180 - debian/rules: Makefiles should use tabs
Summary: debian/rules: Makefiles should use tabs
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: 2.0.0
Hardware: x86 Linux
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-24 04:16 UTC by Joseph Carter
Modified: 2013-11-03 19:34 UTC (History)
0 users

See Also:


Attachments
Fix spaces/tabs in debian/rules (709 bytes, patch)
2013-10-24 04:16 UTC, Joseph Carter
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Carter 2013-10-24 04:16:22 UTC
Created attachment 1396 [details]
Fix spaces/tabs in debian/rules

Whitespace in a makefile is consequential.  In fact, it's part of the syntax.  And at least a few versions of make puke on Makefiles with lines indented with spaces, not tabs.  Obviously GNU make used on Debianish systems is not strictly among them, or this would fail.  Even so, I cannot resist the urge to pedantically fix this, if only to get rid of the bright syntax error red coloration in vim.  :)
Comment 1 Sam Lantinga 2013-11-03 19:34:25 UTC
Fixed, thanks!
https://hg.libsdl.org/SDL/rev/19f5760dc1a7