Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 161976

Summary: /etc/make.conf.example - some moaning about tabs
Product: Portage Development Reporter: Philip Kovacs <pkdevel>
Component: UnclassifiedAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED INVALID    
Severity: trivial    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Philip Kovacs 2007-01-14 01:22:15 UTC
Please don't enbed tabs in /etc/make.conf.example.  It just creates additional
(useless) merge work downstream.

Consider a vi[m] modeline at bottom:

# vi:set ts=8 sw=8 et ai #



Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-01-14 01:24:36 UTC
Dunno what 'enbed tabs' exactly means; but sticking vim cruft into config files plain sucks and the file is just fine.

Comment 2 Philip Kovacs 2007-01-14 01:59:15 UTC
EMBED tabs.

Whoever is making recent changes to that file has begun to add hard tabs.
THAT is cruft.  Use spaces.  Expand tabs.  Come ON.   

cat -vet make.conf.example | grep '\^I'

# i386^I^I^IOriginal Intel's i386.$
# i486^I^I^IIntel's i486. (No scheduling implemented.)$
# i586, pentium^IIntel Pentium with no MMX support.$
# pentium-mmx^IIntel PentiumMMX based on Pentium core with MMX.$
# i686, pentiumpro^IIntel PentiumPro.$
# k6^I^I^IAMD K6 with MMX.$
# k6-2, k6-3^IAMD K6 with MMX and 3dNOW!.$
# pentium2^I^IIntel Pentium2 based on PentiumPro with MMX.$
# pentium3^I^IIntel Pentium3 based on PentiumPro with MMX and SSE.$
# pentium4^I^IIntel Pentium4 with MMX, SSE and SSE2.$
# athlon, athlon-tbird^IAMD Athlon with MMX, 3dNOW!, enhanced 3dNOW!$
#^I^I^I^Iand SSE prefetch.$
# athlon-4, athlon-xp, athlon-mp^IAMD Athlon with MMX, 3dNOW!, enhanced$
#^I^I^I^I3dNOW! and full SSE.$
# winchip-c6^IIDT Winchip C6, i486 with MMX.$
# winchip2^I^IIDT Winchip2, i486 MMX and 3dNOW!.$
# c3^I^I^IVia C3 with MMX and 3dNOW! (No scheduling implemented.)$
# c3-2^I^I^IVia C3-2 with MMX and SSE. (No scheduling implemented.)$
# pentium-m^I^ILow power version of Intel Pentium3 with MMX, SSE, SSE2.$
#^I^I^I^IUsed by Centrino notebooks.$
# prescott^I^IIntel Pentium4 with MMX, SSE, SSE2 and SSE3.$
# nocona^I^IIntel Pentium4 with 64-bit extensions, MMX, SSE, SSE2$
#^I^I^I^Iand SSE3.$
# k8, opteron, athlon64, athlon-fx^IAMD K8 core based CPUs with x86-64.$
#^I^I^I^I(This supersets MMX, SSE, SSE2, 3dNOW!, enhanced 3dNOW! and$
#^I^I^I^I64-bit extensions.)$
#^I^I^I^I^I^IBoth variables have to be quoted with single quotes$
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-01-14 02:08:46 UTC
Sure...