don't sed config.make but use configparms
Reported by: |
gerard@… |
Owned by: |
gerard@… |
Priority:
|
highest
|
Milestone:
|
|
Component:
|
Book
|
Version:
|
CVS
|
Severity:
|
normal
|
Keywords:
|
|
Cc:
|
|
|
|
A long time ago with LFS we used a configparms file to override certain settings
(like the install_prefix to $LFS/usr). Now we don't use the file anymore since
we compile it inside chroot. But now we are sed'ing the config.make file and we
should test if we can't simply put "cross-compiling = no" in configparms. It
should override config.make's setting (that's how it supposed to work anyways).
That'll be one less sed replaced by a simple:
echo "cross-compiling = no" > configparms
Change History
(4)
Owner: |
changed from lfs-book@… to gerard@…
|
Status: |
new → assigned
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Keywords: |
VERIFIED removed
|
When I skip the sed and don't replace with anything, the /usr/share/zoneinfo dir isn't populated. When I repace the sed'ing of config.make with: echo "cross-compiling = no" > configparms the /usr/share/zoneinfo directory is populated as expected.
sln, zic and mtrace were installed as well using the configparms file. So it seems to be work.