comparison configure1.in @ 4810:5ccfb9c1967f

In cmds to make src/Makefile, chmod Makefile.new before moving it.
author Roland McGrath <roland@gnu.org>
date Sun, 03 Oct 1993 19:57:50 +0000
parents 176add5e2e47
children 4df040383e8a
comparison
equal deleted inserted replaced
4809:499783e8afb2 4810:5ccfb9c1967f
1411 ' sed -e '\''s/^#.*//'\'' '\ 1411 ' sed -e '\''s/^#.*//'\'' '\
1412 ' -e '\''s/^[ \f\t][ \f\t]*$//'\'' '\ 1412 ' -e '\''s/^[ \f\t][ \f\t]*$//'\'' '\
1413 ' -e '\''s/^ / /'\'' '\ 1413 ' -e '\''s/^ / /'\'' '\
1414 ' | sed -n -e '\''/^..*$/p'\'' '\ 1414 ' | sed -n -e '\''/^..*$/p'\'' '\
1415 ' > Makefile.new; 1415 ' > Makefile.new;
1416 dnl There is a window of lossage if you mv Makefile.new before chmoding it.
1417 chmod 444 Makefile.new;
1416 mv -f Makefile.new Makefile; 1418 mv -f Makefile.new Makefile;
1417 chmod 444 Makefile;
1418 rm -f junk.c junk.cpp; 1419 rm -f junk.c junk.cpp;
1419 )' 1420 )'
1420 eval `echo $makefile_command` 1421 eval `echo $makefile_command`
1421 # AC-OUTPUT has created `config.status' already. We need to add the above 1422 # AC-OUTPUT has created `config.status' already. We need to add the above
1422 # commands to re-create `src/Makefile', and we need to insert them before 1423 # commands to re-create `src/Makefile', and we need to insert them before