lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev [dev16] patchlet for makefile.in


From: Kim DeVaughn
Subject: lynx-dev [dev16] patchlet for makefile.in
Date: Thu, 11 Feb 1999 11:28:14 -0800

Tom -

Could you please add a couple files to the Makefile "clean" rule?

I'm getting tired of forgetting to manually rm src/Lynx.leaks
when I make a patch.  Also, since FreeBSD (by default) prefixes
its core files with the prog name, let's nuke those as well.

Thanks ...

/kim


diff -uNr lynx-2.8.2-dev.16+kd.orig/makefile.in lynx-2.8.2-dev.16+kd/makefile.in
--- lynx-2.8.2-dev.16+kd.orig/makefile.in       Thu Jan 28 08:31:29 1999
+++ lynx-2.8.2-dev.16+kd/makefile.in    Thu Feb 11 10:44:25 1999
@@ -222,7 +222,8 @@
        @address@hidden -f LYMessages.c
        @address@hidden intl && $(MAKE) $@
        @address@hidden po && $(MAKE) $@
-       rm -f *.b src/lynx$x core Lynx.leaks cfg_defs.h LYHelp.h lint.*
+       rm -f *.b src/lynx$x Lynx.leaks cfg_defs.h LYHelp.h lint.*
+       rm -f core lynx.core
 
 depend: cfg_defs.h LYHelp.h
        cd WWW/Library/unix && $(MAKE) $@
diff -uNr lynx-2.8.2-dev.16+kd.orig/src/makefile.in 
lynx-2.8.2-dev.16+kd/src/makefile.in
--- lynx-2.8.2-dev.16+kd.orig/src/makefile.in   Mon Jan 18 04:29:20 1999
+++ lynx-2.8.2-dev.16+kd/src/makefile.in        Thu Feb 11 10:45:36 1999
@@ -102,7 +102,7 @@
        $(LINT) $(LINTOPTS) $(CPP_OPTS) *.c  > $(top_builddir)/lint.lynx
 
 clean:
-       rm -f lynx$x core *.[ob] *.bak
+       rm -f lynx$x core lynx.core Lynx.leaks *.[ob] *.bak
        cd chrtrans && $(MAKE) clean
 
 distclean: clean
##--eof--##

reply via email to

[Prev in Thread] Current Thread [Next in Thread]