zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: trivial fix for make distclean
@ 2000-12-06  8:08 Andrej Borsenkow
  2000-12-06 10:59 ` Andrej Borsenkow
  0 siblings, 1 reply; 2+ messages in thread
From: Andrej Borsenkow @ 2000-12-06  8:08 UTC (permalink / raw)
  To: ZSH workers mailing list

[-- Attachment #1: Type: text/plain, Size: 171 bytes --]


We no more have {Functions,Completion}/Makefile and even these subdirectories
if building in seperate dir.

Attached due to line length.

-andrej

Have a nice DOS!
B >>


[-- Attachment #2: zsh.makefile.diff --]
[-- Type: application/octet-stream, Size: 512 bytes --]

Index: Makefile.in
===================================================================
RCS file: /cvsroot/zsh/zsh/Makefile.in,v
retrieving revision 1.5
diff -u -r1.5 Makefile.in
--- Makefile.in	2000/11/30 18:36:21	1.5
+++ Makefile.in	2000/12/06 08:06:04
@@ -114,8 +114,6 @@
 @CLEAN_MK@
 
 distclean-here:
-	@cd Completion && $(MAKE) $(MAKEDEFS) $@
-	@cd Functions && $(MAKE) $(MAKEDEFS) $@
 	rm -f Makefile config.h config.status config.log config.cache stamp-h Config/defs.mk
 
 realclean-here:

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

* RE: PATCH: trivial fix for make distclean
  2000-12-06  8:08 PATCH: trivial fix for make distclean Andrej Borsenkow
@ 2000-12-06 10:59 ` Andrej Borsenkow
  0 siblings, 0 replies; 2+ messages in thread
From: Andrej Borsenkow @ 2000-12-06 10:59 UTC (permalink / raw)
  To: ZSH workers mailing list


> We no more have {Functions,Completion}/Makefile and even these
> subdirectories
> if building in seperate dir.
>

... and one of `distclean' or `realclean' should remove config.modules as
well. Which one? I vote for distclean.

-andrej


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

end of thread, other threads:[~2000-12-06 10:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-06  8:08 PATCH: trivial fix for make distclean Andrej Borsenkow
2000-12-06 10:59 ` Andrej Borsenkow

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