mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
Makefile.in: fixes for improper usage of $(srcdir), cleanup
in the "distclean" target
This commit is contained in:
parent
1d5c0474fd
commit
4dcf11311b
@ -1,5 +1,8 @@
|
||||
2000-08-15 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* Makefile.in: fixes for improper usage of $(srcdir), cleanup
|
||||
in the "distclean" target
|
||||
|
||||
* doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
|
||||
Removed all XVIEW-related stuff
|
||||
|
||||
|
10
Makefile.in
10
Makefile.in
@ -93,13 +93,11 @@ realclean: clean
|
||||
# In that case most of those commands do nothing, except cleaning *~
|
||||
# and cleaning source links.
|
||||
distclean:
|
||||
rm -f $(srcdir)/*~ $(srcdir)/config.cache $(srcdir)/config.h
|
||||
rm -f $(srcdir)/mcfn_install
|
||||
@for I in $(alldirs); do cd $$I; $(MAKE) $@ || exit 1; cd ..; done
|
||||
rm -f $(srcdir)/Makefile $(srcdir)/Make.common
|
||||
rm -f *~ config.cache config.h
|
||||
@for I in $(unixdirs); do cd $$I; $(MAKE) $@ || exit 1; cd ..; done
|
||||
rm -f Makefile Make.common
|
||||
rm -f lib/mc.ext mcfn_install
|
||||
rm -f vfs/extfs/{ftplist,uzip,uzoo,lslR,ulha,ucpio,deb,urar,uar}
|
||||
rm -f $(srcdir)/config.log $(srcdir)/config.status
|
||||
rm -f config.log config.status
|
||||
cd vfs/samba && $(MAKE) $@
|
||||
|
||||
distcopy:
|
||||
|
Loading…
Reference in New Issue
Block a user