mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Have `make clean' also delete the core.<number> files created by recent
Linux systems.
This commit is contained in:
parent
1c351bd6cf
commit
8514281d39
@ -1,3 +1,8 @@
|
||||
2003-09-16 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* Makefile.in (clean): Also remove the core.<number> files
|
||||
produced by recent Linux systems.
|
||||
|
||||
2003-09-16 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* http.c (post_file): Don't pad the file if it's not large
|
||||
|
@ -129,7 +129,7 @@ uninstall.bin:
|
||||
#
|
||||
|
||||
clean:
|
||||
$(RM) *.o wget$(exeext) *~ *.bak core $(ANSI2KNR) *._o *._c
|
||||
$(RM) *.o wget$(exeext) *~ *.bak core core.[0-9]* $(ANSI2KNR) *._o *._c
|
||||
|
||||
distclean: clean
|
||||
$(RM) Makefile config.h
|
||||
|
Loading…
Reference in New Issue
Block a user