X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=rescue%2FMakefile.in;h=5448d3675e099940fbb4ca416e8093049262e464;hb=831bdbba38a09b37cb4c66b96260658e687a532a;hp=20643618102fd82bcac53bd4d4b0fee9ffe7608f;hpb=9f7dacba0a1a2d42db244fe66734586cce1f0edc;p=bacula%2Frescue diff --git a/rescue/Makefile.in b/rescue/Makefile.in index 2064361..5448d36 100755 --- a/rescue/Makefile.in +++ b/rescue/Makefile.in @@ -20,6 +20,7 @@ MKDIR = $(topdir)/autoconf/mkinstalldirs #------------------------------------------------------------------------- all: Makefile + (cd linux/cdrom; make all) depend: @@ -48,19 +49,23 @@ Makefiles: clean: @$(RMF) *~ 1 2 3 diff - @$(RMF) config.log config.out config.status + @$(RMF) config.log config.out config.status *.log @rm -rf autom4te.cache @rm -rf bacula-rescue-$(VERSION).tar.gz @for subdir in freebsd linux solaris; do \ if [ -f $${subdir}/Makefile ]; then \ - (cd $${subdir}; $(MAKE) clean) \ + (cd $${subdir}; $(MAKE) clean) \ fi; \ done + @if [ -d mkcdrec ]; then \ + (cd mkcdrec; $(MAKE) clean) \ + fi # clean for distribution distclean: clean @$(RMF) -r CVS - + @rm -rf mkcdrec mkCDrec_* + devclean: clean @for subdir in freebsd linux solaris; do \ if [ -f $${subdir}/Makefile ]; then \ @@ -75,6 +80,7 @@ release: clean rm -rf bacula-rescue-$(VERSION)/linux/cdrom/cdtree/bacula-*; \ find bacula-rescue-$(VERSION) -name .cvsignore -exec rm -f {} \; ; \ find bacula-rescue-$(VERSION) -name CVS -exec rm -rf {} \; ; \ + rm -rf autom4te.cache; \ tar cvfz $$cwd/bacula-rescue-$(VERSION).tar.gz bacula-rescue-$(VERSION); \ rm -rf /tmp/bacula-rescue-$(VERSION); \ echo " "; \