1
0
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:
hniksic 2003-09-15 16:42:59 -07:00
parent 1c351bd6cf
commit 8514281d39
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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