* Make-mc.in (mostlyclean): Remove $(VFSSOOBJS).
(clean): Remove *.so. * smbfs.c: Include utilvfs.h instead of ../config.h, ../src/main.h, ../src/tty.h and ../src/global.h. (password, username): Made static. (is_error): Commented out. (loaddir_helper): Don't ignore hidden files, style fixes. (browsing_helper): typestr declared as char *, fstrcpy replaced by =. (do_connect): Call cli_shutdown () and authinfo_remove () if cli_session_setup () fails. It is not good idea to remember wrong username/password. (smbfs_free_dir): Nested between #ifdef SMBFS_FREE_DIR ... #endif. (smbfs_readdir): #ifdef SMBFS_FREE_DIR used instead of C comment.
Этот коммит содержится в:
родитель
7066edb5dc
Коммит
0477cda1c3
@ -1,3 +1,23 @@
|
||||
2001-05-22 Andrew V. Samoilov <sav@bcs.zp.ua>
|
||||
|
||||
* Make-mc.in (mostlyclean): Remove $(VFSSOOBJS).
|
||||
(clean): Remove *.so.
|
||||
|
||||
* smbfs.c: Include utilvfs.h instead of ../config.h, ../src/main.h,
|
||||
../src/tty.h and ../src/global.h.
|
||||
|
||||
(password, username): Made static.
|
||||
(is_error): Commented out.
|
||||
(loaddir_helper): Don't ignore hidden files, style fixes.
|
||||
(browsing_helper): typestr declared as char *, fstrcpy replaced by =.
|
||||
|
||||
(do_connect): Call cli_shutdown () and authinfo_remove () if
|
||||
cli_session_setup () fails. It is not good idea to remember
|
||||
wrong username/password.
|
||||
|
||||
(smbfs_free_dir): Nested between #ifdef SMBFS_FREE_DIR ... #endif.
|
||||
(smbfs_readdir): #ifdef SMBFS_FREE_DIR used instead of C comment.
|
||||
|
||||
2001-05-22 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* sfs.c (redirect): Don't free the filename after failed
|
||||
|
@ -220,14 +220,14 @@ mostlyclean:
|
||||
if test -f samba/Makefile; then \
|
||||
(cd samba && $(MAKE) mostlyclean); \
|
||||
else :; fi
|
||||
rm -f *.o core a.out
|
||||
rm -f *.o core a.out $(VFSSOOBJS)
|
||||
|
||||
clean: mostlyclean
|
||||
(cd extfs && $(MAKE) clean)
|
||||
if test -f samba/Makefile; then \
|
||||
(cd samba && $(MAKE) clean); \
|
||||
else :; fi
|
||||
rm -f mcserv *.a
|
||||
rm -f mcserv *.a *.so
|
||||
|
||||
distclean: clean
|
||||
(cd extfs && $(MAKE) distclean)
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user