Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 296972 - Missing $ for SYSROOT environment variable in Code Listing 3.3 of Emdedded Handbook
Summary: Missing $ for SYSROOT environment variable in Code Listing 3.3 of Emdedded Ha...
Status: RESOLVED FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Project-specific documentation (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Embedded Gentoo Team
URL: http://www.gentoo.org/proj/en/base/em...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-15 01:23 UTC by Kameron Larsen
Modified: 2009-12-15 10:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kameron Larsen 2009-12-15 01:23:51 UTC
Currently:
  Code Listing 3.3: SYSROOT/etc/make.profile
  # ln -s /usr/portage/profiles/default/linux/arm/10.0 SYSROOT/etc/make.profile

Should be:
  Code Listing 3.3: SYSROOT/etc/make.profile
  # ln -s /usr/portage/profiles/default/linux/arm/10.0 $SYSROOT/etc/make.profile

The "$" is missing in front of SYSROOT.

Reproducible: Always
Comment 1 Kameron Larsen 2009-12-15 01:28:59 UTC
Oops! Bugzilla screwed up the line.  The example is only 2 lines long.

Also, please re-assign to the Gentoo Embedded project.