Gnus development mailing list
 help / color / mirror / Atom feed
* minor patch for makefiles
@ 1998-09-24 19:19 Владимир Волович (Vladimir Volovich)
  0 siblings, 0 replies; only message in thread
From: Владимир Волович (Vladimir Volovich) @ 1998-09-24 19:19 UTC (permalink / raw)


Hi,

the attached patch make "make distclean" really distclean. :-) Also,
targets with the same rules were combined; and dgnushack.elc removed
before installation.

One minor glitch with compilaiton of 0.33 remains:

While compiling base64-encode-region in file /usr/local/src/GNUS/pgnus-0.33/lisp/base64.el:
  ** function base64-encode-region used to take 0+ arguments, now takes 2-3
Wrote /usr/local/src/GNUS/pgnus-0.33/lisp/base64.elc

	Best regards, -- Vladimir.
------------------
--- pgnus-0.33_vanilla/Makefile.in	Tue Sep  1 12:28:28 1998
+++ pgnus-0.33/Makefile.in	Thu Sep 24 23:03:39 1998
@@ -41,7 +41,7 @@
 	make clean
 	rm -rf *~
 	for i in lisp texi; do (cd $$i; make distclean); done
-	rm -f config.log config.status Makefile
+	rm -f config.log config.status config.cache Makefile
 
 osome:
 	make EMACS=xemacs21 some
--- pgnus-0.33_vanilla/lisp/Makefile.in	Sat Aug 29 21:54:14 1998
+++ pgnus-0.33/lisp/Makefile.in	Thu Sep 24 23:10:23 1998
@@ -12,22 +12,17 @@
 SHELL = /bin/sh
 VPATH = @srcdir@
 
-total:
-	rm -f *.elc ; $(EMACS) $(FLAGS) -f dgnushack-compile
-
-all:
+all total:
 	rm -f *.elc ; $(EMACS) $(FLAGS) -f dgnushack-compile
 
 warn:
 	rm -f *.elc ; $(EMACS) $(FLAGS) --eval '(dgnushack-compile t)' 2>&1 | egrep -v "variable G|inhibit-point-motion-hooks|coding-system|temp-results|variable gnus|variable nn|scroll-in-place|deactivate-mark|filladapt-mode|byte-code-function-p|print-quoted|ps-right-header|ps-left-header|article-inhibit|print-escape|ssl-program-arguments|message-log-max"
 
-clever:
-	$(EMACS) $(FLAGS) -f dgnushack-compile
-
-some:
+clever some:
 	$(EMACS) $(FLAGS) -f dgnushack-compile
 
 install: clever
+	rm -f dgnushack.elc
 	$(SHELL) $(top_srcdir)/mkinstalldirs $(lispdir)
 	for p in *.elc; do \
 	  echo " $(INSTALL_DATA) $$p $(lispdir)/$$p"; \
--- pgnus-0.33_vanilla/texi/Makefile.in	Thu Sep 24 22:58:15 1998
+++ pgnus-0.33/texi/Makefile.in	Thu Sep 24 23:04:42 1998
@@ -112,6 +112,7 @@
 	make clean
 	rm -f *.orig *.rej *.elc *~ gnus gnus-[0-9] gnus-[0-9][0-9] Makefile
 	rm -f message message-[0-9]
+	rm -f emacs-mime
 
 install:
 	$(SHELL) $(top_srcdir)/mkinstalldirs $(infodir)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1998-09-24 19:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-09-24 19:19 minor patch for makefiles Владимир Волович (Vladimir Volovich)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).