git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8343
91ce42f0-d328-0410-95d8-
f526ca767f89
chmod 755 make_catalog_backup delete_catalog_backup)
clean:
- @for I in ${all_subdirs} src/win32; \
+ @for I in ${all_subdirs} ; \
do (cd $$I; echo "==>Entering directory `pwd`"; ${MAKE} $@ || exit 1); done
+ @if test `make --version | head -n1 | cut -c1-3` = "GNU" ; then \
+ (cd src/win32; ${MAKE} clean) \
+ fi
@(cd platforms; echo "==>Entering directory `pwd`"; ${MAKE} $@ || exit 1)
@$(RMF) *~ 1 2 3 core core.* config.guess console.log console.sum
@$(RMF) examples/1 examples/2 examples/devices/1 examples/devices/2
mixed priorities
General:
+09Jan09
+kes Fix bug reported by Dan where make fails in clean of src/win32.
07Jan09
-kes Fix bug #1212, SD is unable to recycle purged volumes. fstat()
- was broken.
+kes Fix bug #1212, SD is unable to recycle purged volumes. fstat()
+ was broken.
06Jan09
ebl Despool attributes directly from the director if attribute
spool file is present