sks-devel
[Top][All Lists]
Advanced

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

[Sks-devel] clean target


From: Joseph Oreste Bruni
Subject: [Sks-devel] clean target
Date: Wed, 21 May 2008 13:27:16 -0700

Here is another patch to the makefile but this one also adds removing the generated "sks.8.gz" file.

Regards,
Joe


*** Makefile.orig       2008-05-21 13:21:39.000000000 -0700
--- Makefile    2008-05-21 13:25:17.000000000 -0700
***************
*** 54,60 ****
OCAMLOPTFLAGS=$(COMMONCAMLFLAGS) -inline 40 $(CAMLLIBS:.cma=.cmxa)

EXE=sks sks_add_mail
! ALL=$(EXE)
ALL.bc=$(EXE:=.bc)

all: $(ALL)
--- 54,60 ----
OCAMLOPTFLAGS=$(COMMONCAMLFLAGS) -inline 40 $(CAMLLIBS:.cma=.cmxa)

EXE=sks sks_add_mail
! ALL=$(EXE) sks.8.gz
ALL.bc=$(EXE:=.bc)

all: $(ALL)
***************
*** 383,388 ****
--- 383,389 ----
clean: mlclean
        rm -f *.o
        rm -f prepared
+       rm -f sks.8.gz

cleanall: clean bdbclean
        rm -f lib/*

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

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