On Fri, Jan 09, 2004 at 09:30:40 +0100, Michael Bell <[EMAIL PROTECTED]> wrote: > Alessandro Razeto wrote: > > >I found problems using your new Makefile.devel; without it's everithing > >is fine. > > Sorry for the trouble but I needed three days until it works on my > machine and so you have perhaps a version which doesn't work (CVS 1.1?). > I added the CVS revision variable to the file to avoid confusions. > Working revisions are 1.2 and 1.3. Now I have direct CVS access, I'm marked as openca developer :-)
I made some estetic changes in Makefile.devel to reduse some printings; patch enclosed. I still need to test your runlevel script but as for debian packaging it seems things are going stable and we can make a new release. Let me know. Ale
--- ../../openca-0.9-cvs/Makefile.devel 2004-01-09 12:00:32.000000000 +0100 +++ Makefile.devel 2004-01-14 10:58:22.000000000 +0100 @@ -73,7 +73,7 @@ ## autotool runs auto-root: - rm configure || echo configure already removed + @rm -f configure || echo configure already removed autoconf auto-scep: @@ -102,24 +102,24 @@ cp src/openca-sv/build/install-sh src/openca-sv auto-clean: - cd $(SUBTARGET); \ - rm aclocal.m4 || echo aclocal.m4 already removed; \ - rm configure || echo configure already removed; \ - rm install-sh || echo install-sh already removed; \ - rm libtool || echo libtool already removed - cd $(SUBTARGET)/build; \ - rm aclocal.m4* || echo ac_locals already removed; \ - rm acx_* || echo acx_* files already removed; \ - rm compile || echo compile already removed; \ - rm config.guess || echo config.guess already removed; \ - rm config.sub || echo config.sub already removed; \ - rm depcomp || echo depcomp already removed; \ - rm install-sh || echo install-sh already removed; \ - rm ltconfig || echo ltconfig already removed; \ - rm ltmain.sh || echo ltmain.sh already removed; \ - rm missing || echo missing already removed; \ - rm mkinstalldirs || echo mkinstalldirs already removed; \ - rm ylwrap || echo ylwrap already removed + @cd $(SUBTARGET); \ + rm aclocal.m4 -f || echo aclocal.m4 already removed; \ + rm configure -f || echo configure already removed; \ + rm install-sh -f || echo install-sh already removed; \ + rm libtool -f || echo libtool already removed + @cd $(SUBTARGET)/build; \ + rm aclocal.m4* -f || echo ac_locals already removed; \ + rm acx_* -f || echo acx_* files already removed; \ + rm compile -f || echo compile already removed; \ + rm config.guess -f || echo config.guess already removed; \ + rm config.sub -f || echo config.sub already removed; \ + rm depcomp -f || echo depcomp already removed; \ + rm install-sh -f || echo install-sh already removed; \ + rm ltconfig -f || echo ltconfig already removed; \ + rm ltmain.sh -f || echo ltmain.sh already removed; \ + rm missing -f || echo missing already removed; \ + rm mkinstalldirs -f|| echo mkinstalldirs already removed; \ + rm ylwrap -f || echo ylwrap already removed make -f $(MAKEFILE) clean-autom4te SUBTARGET=$(SUBTARGET) clean: