Opened 22 years ago

Closed 22 years ago

Last modified 22 years ago

#273 closed defect (fixed)

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:

Description

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)

comment:1 by gerard@…, 22 years ago

Owner: changed from lfs-book@… to gerard@…
Status: newassigned

comment:2 by gerard@…, 22 years ago

Resolution: fixed
Status: assignedclosed

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.

comment:3 by markh@…, 22 years ago

Keywords: VERIFIED added

OK. As far as I can see having done two builds and diff'd the filesystems is that although there were some changes, they were all timestamp related and nothing to worry about; all the same files were there. I'm going to verify this as it seems ok.

comment:4 by markh@…, 22 years ago

Keywords: VERIFIED removed
Note: See TracTickets for help on using tickets.