zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: rebuilding Config/defs.mk
@ 1999-12-09 10:59 zefram
  0 siblings, 0 replies; only message in thread
From: zefram @ 1999-12-09 10:59 UTC (permalink / raw)
  To: zsh-workers

If you change any of the Config/*.mk files, all the Makefiles rebuild
themselves.  But if you change Config/defs.mk.in, they don't know to
rebuild Config/defs.mk.

-zefram

diff -cr ../zsh-/Config/config.mk ./Config/config.mk
*** ../zsh-/Config/config.mk	Sun Nov 28 17:42:27 1999
--- ./Config/config.mk	Thu Dec  9 10:55:00 1999
***************
*** 36,38 ****
--- 36,42 ----
  Makefile: Makefile.in $(dir_top)/config.status $(CONFIG_INCS)
  	cd $(dir_top) && \
  	  CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
+ 
+ $(dir_top)/Config/defs.mk: $(sdir_top)/Config/defs.mk.in
+ 	cd $(dir_top) && \
+ 	  CONFIG_FILES=Config/defs.mk CONFIG_HEADERS= ./config.status
END


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

only message in thread, other threads:[~1999-12-09 10:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-09 10:59 PATCH: rebuilding Config/defs.mk zefram

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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).