zsh-workers
 help / color / mirror / code / Atom feed
From: zefram@fysh.org
To: zsh-workers@sunsite.auc.dk
Subject: PATCH: a couple of Makefile fixes
Date: Wed, 8 Dec 1999 14:40:42 GMT	[thread overview]
Message-ID: <199912081440.OAA16357@mango.dublin.iona.ie> (raw)

"make distclean" reveals two small bugs:

1. The Test subdirectory needs to be entered for cleaning.

2. There is a very long-standing bug that causes stamp-h.in to be created
   in the wrong directory if it doesn't already exist.  I remember fixing
   this several years ago, but the change evidently disappeared sometime
   since.

-zefram

*** ../zsh-cvs-snapshot-08.12.1999.04.04.02/Makefile.in	Mon Dec  6 04:33:02 1999
--- Makefile.in	Wed Dec  8 14:10:52 1999
***************
*** 98,103 ****
--- 98,104 ----
  distclean-here:
  	@cd Completion && $(MAKE) $(MAKEDEFS) $@
  	@cd Functions && $(MAKE) $(MAKEDEFS) $@
+ 	@cd Test && $(MAKE) $(MAKEDEFS) $@
  	rm -f Makefile config.h config.status config.log config.cache stamp-h Config/defs.mk
  
  realclean-here:
***************
*** 123,129 ****
  config.h.in: stamp-h.in
  stamp-h.in: configure.in acconfig.h aclocal.m4 aczsh.m4
  	cd $(sdir) && autoheader
! 	echo > $@
  
  # ========== DEPENDENCIES FOR DISTRIBUTION ==========
  
--- 124,130 ----
  config.h.in: stamp-h.in
  stamp-h.in: configure.in acconfig.h aclocal.m4 aczsh.m4
  	cd $(sdir) && autoheader
! 	echo > $(sdir)/stamp-h.in
  
  # ========== DEPENDENCIES FOR DISTRIBUTION ==========
  
END


             reply	other threads:[~1999-12-08 14:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-08 14:40 zefram [this message]
1999-12-08 17:02 ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199912081440.OAA16357@mango.dublin.iona.ie \
    --to=zefram@fysh.org \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).