On Tue, Aug 17, 2010 at 1:08 PM, Mike Frysinger <[email protected]> wrote: > i'm looking at the top level INSTALL and cannot figure out what is > going on with the whitespace usage in indenting things. is it just a > matter of people are using tab stops of 8 spaces and thus dont notice > the random mix of spaces and tabs ? > > specifically ("·" is a space while "»" is a tab): > Using·autoconf: > ········$·make·autotools·#·This·must·be·run·from·"$TOP_SRCDIR"! > » $·test·-d·"$TOP_BUILDDIR"·||·mkdir·-p·"$TOP_BUILDDIR" > ········$·cd·"$TOP_BUILDDIR"·&&·"$TOP_SRCDIR/configure"·\ > » ··#·[configure·args·go·here,·e.g.·CC=$CC,·LDFLAGS=$LDFLAGS,·etc] > > Not·using·autoconf: > > » $·test·-d·"$TOP_BUILDDIR"·||·mkdir·-p·"$TOP_BUILDDIR" > ········$·cp·"$TOP_SRCDIR/include/config.h.default"·\ > » ·····"$TOP_BUILDDIR/include/config.h" > ········$·cp·"$TOP_SRCDIR/include/mk/config.mk.default"·\ > » ·····"$TOP_BUILDDIR/include/mk/config.mk" > > ········#·Fire·up·your·favorite·editor·and·set·each·value·appropriately·in > ········#·include/mk/config.mk.·Uncomment·all·values·commented·out,·such·as > » #·NUMA_LIBS,·etc,·but·only·if·you're·sure·that·the·libraries·exist·and > » #·can·be·linked·on·your·system. > ....... > ········$·make·all > ········$·make·\ > » ··"DESTDIR=$SYSROOT"·\ > » ··SKIP_IDCHECK=[0|1]·\ > » ··install
At one time or another, it might be because I used autoindent in vim without setting :paste, or it might have been because I copy pasted stuff, or used yy-p ... I don't know right offhand. I'll clean up the directions though later on. Thanks! -Garrett ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
