* samba/Makefile.in: Make *clean targets Automake-compatible.

Don't ignore errors from `rm'.
This commit is contained in:
Pavel Roskin 2001-03-15 01:35:07 +00:00
parent d92beac560
commit bafc61e43e
2 changed files with 12 additions and 9 deletions

View File

@ -1,5 +1,8 @@
2001-03-14 Pavel Roskin <proski@gnu.org> 2001-03-14 Pavel Roskin <proski@gnu.org>
* samba/Makefile.in: Make *clean targets Automake-compatible.
Don't ignore errors from `rm'.
* samba/configure.in: Use AC_CHECK_TOOL to find AR. * samba/configure.in: Use AC_CHECK_TOOL to find AR.
* samba/Makefile.in: Remove useless rules, including defunct * samba/Makefile.in: Remove useless rules, including defunct
dependency tracking. Create libsamba.a from the object files. dependency tracking. Create libsamba.a from the object files.

View File

@ -145,22 +145,22 @@ install:
uninstall: uninstall:
clean:
-rm -f core */*~ *~ */*.o */*.so bin/*
etags: etags:
etags `find . -name "*.[ch]"` etags `find . -name "*.[ch]"`
ctags: ctags:
ctags `find . -name "*.[ch]"` ctags `find . -name "*.[ch]"`
realclean: clean mostlyclean:
-rm -f config.log rm -f core */*~ *~ */*.o config.log
-rmdir bin
distclean: realclean clean: mostlyclean
-rm -f include/config.h include/stamp-h Makefile rm -f *.a
-rm -f config.status config.cache so_locations
distclean: clean
rm -f config.log
rm -f include/config.h include/stamp-h Makefile
rm -f config.status config.cache so_locations
# #
# This target is for documenation updators. It regenerates # This target is for documenation updators. It regenerates