all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* two patches for the Makefiles
@ 2004-11-06 21:00 Han Boetes
  2004-11-09 11:05 ` Jan D.
  0 siblings, 1 reply; 7+ messages in thread
From: Han Boetes @ 2004-11-06 21:00 UTC (permalink / raw)


Hi,

Here are two patches for the emacs Makefiles:

This patch aims to make sure the only file which is forgotten
after a make maintainer-clean is also removed.


--- orig/lisp/Makefile.in
+++ mod/lisp/Makefile.in
@@ -312,7 +312,7 @@
 	fi
 
 maintainer-clean:
-	cd $(lisp); rm -f *.elc */*.elc $(AUTOGENEL)
+	-rm -f ./Makefile; cd $(lisp); rm -f *.elc */*.elc $(AUTOGENEL)
 
 # Generate/update files for the bootstrap process.
 



This patch causes that make install doesn't relink emacs before
installing emacs.


--- orig/src/Makefile.in
+++ mod/src/Makefile.in
@@ -969,10 +969,8 @@
    to both ensure that lwlib gets remade based on its dependencies
    in its own makefile,
    and remake temacs if lwlib gets changed by this.  */
-stamp-oldxmenu: ${OLDXMENU} ../src/$(OLDXMENU)
+stamp-oldxmenu: ${OLDXMENU}
 	touch stamp-oldxmenu
-/* Supply an ordering for parallel make.  */
-../src/$(OLDXMENU): ${OLDXMENU}
 
 #ifdef USE_X_TOOLKIT
 $(OLDXMENU): really-lwlib




# Han

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-11-09 15:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-06 21:00 two patches for the Makefiles Han Boetes
2004-11-09 11:05 ` Jan D.
2004-11-09 12:36   ` Han Boetes
2004-11-09 12:55     ` Jan D.
2004-11-09 14:43       ` Han Boetes
2004-11-09 14:51         ` Jan D.
2004-11-09 15:46           ` Han Boetes

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.