]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/Makefile.in
- Correct typo in Copyright
[bacula/bacula] / bacula / Makefile.in
index 3f805b3ad0cd4115f24d81cf19a406f94e533d8d..abc9c6f4b7338c8d032b68203aaf2e2b1d9950b1 100755 (executable)
@@ -16,8 +16,8 @@ first_rule: all
 dummy:
 
 # --client-only directories
-fd_subdirs = src scripts doc src/lib src/findlib src/filed \
-            @READLINE_SRC@ src/console rescue rescue/linux \
+fd_subdirs = src scripts src/lib src/findlib src/filed \
+            @READLINE_SRC@ src/console \
             @GNOME_DIR@ @TRAY_MONITOR_DIR@ @WX_DIR@
 
 # Non-client-only directores
@@ -38,7 +38,7 @@ MKDIR = $(srcdir)/autoconf/mkinstalldirs
 all: Makefile
        @for I in ${all_subdirs}; \
          do (cd $$I; echo "==>Entering directory `pwd`"; \
-             $(MAKE) $@ || (echo ""; echo ""; echo -e "  \a\a ====== Error in `pwd` ======\a\a"; \
+             $(MAKE) $@ || (echo ""; echo ""; echo "  ====== Error in `pwd` ======"; \
                            echo ""; echo "";)); \
        done
 
@@ -49,7 +49,7 @@ depend:
 bacula-fd: Makefile       
        @for I in ${fd_subdirs}; \
          do (cd $$I; echo "==>Entering directory `pwd`"; \
-             $(MAKE) all || (echo ""; echo ""; echo -e "  \a\a ====== Error in `pwd` ======\a\a"; \
+             $(MAKE) all || (echo ""; echo ""; echo "   ====== Error in `pwd` ======; \
                            echo ""; echo "";)); \
        done
 
@@ -163,8 +163,9 @@ Makefile: Makefile.in
 Makefiles:
        $(SHELL) config.status
        (cd scripts; \
-       chmod 755 startmysql stopmysql bacula fd startit stopit btraceback; \
-       chmod 755 mtx-changer bconsole gconsole devel_bacula)
+       chmod 755 startmysql stopmysql bacula startit stopit btraceback; \
+       chmod 755 mtx-changer bconsole gconsole devel_bacula; \
+       chmod 755 dvd-freespace dvd-writepart)
 
        (cd src/cats; \
        chmod 755 create_bacula_database      update_bacula_tables     make_bacula_tables; \
@@ -182,6 +183,7 @@ clean:
        @$(RMF) *~ 1 2 3 core core.* config.guess console.log console.sum
        @$(RMF) examples/1 examples/2 examples/devices/1 examples/devices/2
        @$(RMF) -r autom4te.cache
+       @find . -name .#* -exec $(RMF) {} \;
 
 
 # clean for distribution
@@ -194,12 +196,8 @@ distclean:
        @$(RMF) bacula fd Makefile startmysql stopmysql startit stopit btraceback
        @$(RMF) bconsole gconsole
        @$(RMF) *~ 1 2 3 core core.* config.guess console.log console.sum
-       @$(RMF) working/*
-       @$(RMF) -r examples/devices/CVS autoconf/CVS autoconf/gnome-macros/CVS
-       @$(RMF) -r doc/techlogs/2002/CVS doc/techlogs/2001/CVS doc/techlogs/1.27/CVS
-       @$(RMF) -r examples/CVS intl/CVS scripts/CVS
-       @$(RMF) -r po/CVS src/immortal/CVS rescue/freebsd/CVS rescue/solaris/CVS
-       @$(RMF) -r CVS src/gnome-console/CVS src/tconsole/CVS
+       @$(RMF) working/* kerns-* 
+       @$(RMF) -rf txt diff src/python src/testprogs
 
 devclean:
        @for I in $(all_subdirs); do (cd $$I; $(MAKE) $@ || exit 1); done