monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] More snapshot compilations for Debian


From: Shaun Jackman
Subject: Re: [Monotone-devel] More snapshot compilations for Debian
Date: Tue, 17 Oct 2006 14:09:48 -0600

On 10/17/06, Olivier Andrieu <address@hidden> wrote:
What's in these patches ? Anything I should be aware of, or is this
strictly debian-related ? (just curious)

Strictly Debian related. Patch isn't exactly the best word. More like
"packaging". Come to think of it though, I do have a patch to add a
distclean target to the Makefile. It follows.

Cheers,
Shaun

2006-10-17  Shaun Jackman  <address@hidden>

        * Makefile (distclean): New target.

--- monotone-viz-0.14.orig/Makefile
+++ monotone-viz-0.14/Makefile
@@ -140,6 +140,11 @@
        cd glib   && rm -f *.o *.cm*
        cd crypto && rm -f *.o *.cm*

+distclean : clean
+       rm -f .depend config.log config.make config.status version.ml
+       cd glib && rm -f giochannel_tags.c giochannel_tags.h \
+               gspawn_tags.c gspawn_tags.h
+
install :
        install -d $(DESTDIR)$(bindir)
        install -m 0755 monotone-viz \
@@ -148,7 +153,7 @@
uninstall :
        rm -f $(DESTDIR)$(bindir)/`echo monotone-viz | sed '$(transform)'`

-.PHONY : clean dist
+.PHONY : clean dist distclean

ifeq ($OCAMLBEST, opt)
DEP_FLAGS = -native




reply via email to

[Prev in Thread] Current Thread [Next in Thread]