]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/Makefile.in
First cut 1.27 see kes23Oct02
[bacula/bacula] / bacula / Makefile.in
index a625f74472b309d0ea15f8d6042fae91809b73e2..eff60474a4aac5e841e3e575c54e9b9c545a7ff2 100755 (executable)
@@ -145,11 +145,7 @@ clean:
        @$(RMF) *~ 1 2 3 core core.* config.guess console.log console.sum
 
 
-# distclean goal is for making a clean source tree, but if you have run
-# configure from a different directory, then doesn't destroy all your
-# hardly compiled and linked stuff. That's why there is always $(srcdir)/
-# In that case most of those commands do nothing, except cleaning *~
-# and cleaning source links.
+# clean for distribution
 distclean:
        @for I in $(subdirs); do (cd $$I; $(MAKE) $@ || exit 1); done
        @for I in $(subdirs); do (cd $$I; $(RMF) startit stopit btraceback btraceback.gdb); done