mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-01 00:54:24 +03:00
* Make-mc.in: Don't run "make clean" in samba/ as samba/Makefile
may be missing. Clean using the rule from samba/Makefile.in.
This commit is contained in:
parent
c786ce8984
commit
29fd6aca1b
@ -1,5 +1,8 @@
|
||||
2001-02-08 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* Make-mc.in: Don't run "make clean" in samba/ as samba/Makefile
|
||||
may be missing. Clean using the rule from samba/Makefile.in.
|
||||
|
||||
* cpio.c: Eliminate C++ comments.
|
||||
* fish.c: Likewise.
|
||||
|
||||
|
@ -260,7 +260,7 @@ mostlyclean:
|
||||
|
||||
clean: mostlyclean
|
||||
(cd extfs; $(MAKE) clean)
|
||||
(cd samba; $(MAKE) clean)
|
||||
(cd samba; rm -f core */*~ *~ */*.o */*.po */*.po32 */*.so bin/*)
|
||||
rm -f mcserv *.a
|
||||
|
||||
distclean: clean
|
||||
|
Loading…
Reference in New Issue
Block a user