X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=bin%2Fnsconfig;h=5110b1f7cf384d92c01e7a42262f5c47fcaec2c2;hb=9e0b4078816d410d3eb2ae4bad1f2bec332a8c95;hp=9f075e87878fd86f55e8d9cd195520bff7ac7aa0;hpb=e5df2d3d01480afc069e6b0beec967de17356411;p=nsc-5.git diff --git a/bin/nsconfig b/bin/nsconfig index 9f075e8..5110b1f 100755 --- a/bin/nsconfig +++ b/bin/nsconfig @@ -1,6 +1,6 @@ #!/bin/sh # NSC -- Makefile & Config file build script -# (c) 1997--2003 Martin Mares +# (c) 1997--2008 Martin Mares set -e @@ -12,5 +12,7 @@ if [ ! -f $DOMAINS ] ; then exit 1 fi +mkdir -p zone bak hash ver $M4 m4/mkconf.m4 $DOMAINS >named.conf -$M4 m4/mkmf.m4 $DOMAINS >Makefile -DM4=$M4 +$M4 m4/mkmf.m4 $DOMAINS >Makefile +$M4 -DM4=$M4 m4/mkshell-env.m4 >bin/shell-env