]> git.sur5r.net Git - bacula/bacula/commitdiff
Update configure + add x bit for console
authorKern Sibbald <kern@sibbald.com>
Sun, 11 Aug 2002 20:44:04 +0000 (20:44 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 11 Aug 2002 20:44:04 +0000 (20:44 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@88 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/Makefile.in
bacula/autoconf/configure.in
bacula/configure

index 2ac093672128b088df508d0fe47b9ebad581ed94..3f17dcc86d13de8d26c2d09f61f718780553d4da 100755 (executable)
@@ -123,7 +123,7 @@ Makefile: Makefile.in
 Makefiles:
        $(SHELL) config.status
        chmod 755 startmysql stopmysql bacula fd startit stopit btraceback
-       chmod 755 mtx-changer
+       chmod 755 mtx-changer console gconsole
        chmod 755 src/console/btraceback src/lib/btraceback            
        chmod 755 src/dird/btraceback src/filed/btraceback
        chmod 755 src/stored/btraceback
@@ -156,6 +156,7 @@ distclean:
        @(cd $(srcdir); $(RMF) Makefile autoconf/Make.common)
        @(cd platforms; echo "==>Entering directory `pwd`"; ${MAKE} $@ || exit 1)
        @$(RMF) bacula fd Makefile startmysql stopmysql startit stopit btraceback
+       @$(RMF) console gconsole
        @$(RMF) *~ 1 2 3 core core.*
        @$(RMF) working/*
 
index c4e72f5b0f413656b6f3ec2870379cbc8399c6fb..d75ba911eb0c02dd4ebeb479dbaed088fe27bc12 100644 (file)
@@ -1217,6 +1217,7 @@ AC_OUTPUT([autoconf/Make.common \
 )
 
 chmod 755 startmysql stopmysql bacula startit stopit btraceback mtx-changer
+chmod 755 console gconsole
 cp -f startit stopit btraceback btraceback.gdb src/console
 cp -f startit stopit btraceback btraceback.gdb src/dird
 cp -f startit stopit btraceback btraceback.gdb src/filed
index d20174bfc7abb492a8dbfe8ae318da393a2a96b1..9a66191f0d589ce66927ec16c5a489252e410406 100755 (executable)
@@ -9613,6 +9613,7 @@ test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
 
 
 chmod 755 startmysql stopmysql bacula startit stopit btraceback mtx-changer
+chmod 755 console gconsole
 cp -f startit stopit btraceback btraceback.gdb src/console
 cp -f startit stopit btraceback btraceback.gdb src/dird
 cp -f startit stopit btraceback btraceback.gdb src/filed