From 2c8204d6325a1a6607392d5905227b9043da17cc Mon Sep 17 00:00:00 2001 From: William Harrington Date: Sat, 11 Dec 2021 00:52:08 -0600 Subject: Major updates. --- chapter6/m4.sh | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'chapter6/m4.sh') diff --git a/chapter6/m4.sh b/chapter6/m4.sh index aeb1024..05855ab 100644 --- a/chapter6/m4.sh +++ b/chapter6/m4.sh @@ -1,15 +1,15 @@ -#!/bin/bash -set -e - -sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c && -echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h && - -export CFLAGS="-Wabi=11 -fpermissive" - -sed '/^HELP2MAN/s/$/ --no-discard-stderr/' -i doc/Makefile.in - -./configure --prefix=/usr \ - --host="${LFS_TGT}" \ - --build="$(build-aux/config.guess)" && -make && -make DESTDIR="${LFS}" -j1 install +#!/bin/bash +set -e + +sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c && +echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h && + +export CFLAGS="-Wabi=11 -fpermissive" + +sed '/^HELP2MAN/s/$/ --no-discard-stderr/' -i doc/Makefile.in + +./configure --prefix=/usr \ + --host="${LFS_TGT}" \ + --build="$(build-aux/config.guess)" && +make && +make DESTDIR="${LFS}" -j1 install -- cgit v1.2.3-54-g00ecf