Skip to content
Snippets Groups Projects
Commit 85a02cd1 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Split the large sed script in config.status into two. Needed on

Sequent Balance running Dynix 3.
parent 72134683
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
sed '/^s%@CFLAGS@%$CFLAGS%g$/a\
" $top_srcdir/${file}.in | sed "\
$prsub\
$extrasub\
' config.status \
|sed 's/^" $top_srcdir.${file}.in >>/" >>/' > config.newstatus
mv config.newstatus config.status
chmod +x config.status
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment