[Pkg-sks-commit] r94 - sks/trunk/sks/debian/patches

chrism at alioth.debian.org chrism at alioth.debian.org
Thu Jun 19 14:56:30 UTC 2008


Author: chrism
Date: 2008-06-19 14:56:29 +0000 (Thu, 19 Jun 2008)
New Revision: 94

Modified:
   sks/trunk/sks/debian/patches/502_makefile_misc_fixes
Log:
[project @ 95]
Copy common.src.ml to common.ml during build.
No, do not ask.

Original author: weasel
Date: 2003-12-09 22:33:12.148465+00:00

Modified: sks/trunk/sks/debian/patches/502_makefile_misc_fixes
===================================================================
--- sks/trunk/sks/debian/patches/502_makefile_misc_fixes	2008-06-19 14:56:04 UTC (rev 93)
+++ sks/trunk/sks/debian/patches/502_makefile_misc_fixes	2008-06-19 14:56:29 UTC (rev 94)
@@ -1,7 +1,17 @@
 diff -ruN sks-1.0.6-old/Makefile sks-1.0.6/Makefile
---- sks-1.0.6-old/Makefile	2003-12-09 23:14:54.000000000 +0100
-+++ sks-1.0.6/Makefile	2003-12-09 23:14:57.000000000 +0100
-@@ -256,7 +256,7 @@
+--- sks-1.0.6-old/Makefile	Tue Dec  9 23:30:44 2003
++++ sks-1.0.6/Makefile	Tue Dec  9 23:30:58 2003
+@@ -108,6 +108,9 @@
+ 
+ # Special case make rules for functions which require preprocessor directives
+ 
++common.ml: common.src.ml
++	cp -a $< $@
++
+ common.cmx: common.ml VERSION
+ 	$(OCAMLOPT) $(OCAMLOPTFLAGS) \
+ 	-pp "sed s/__VERSION__/$(COMMA_VERSION)/" -c $<
+@@ -256,7 +259,7 @@
  CKDIR=cryptokit-1.0
  
  $(CKDIR)/README: 
@@ -10,7 +20,7 @@
  
  $(CKDIR)/cryptokit.cma: $(CKDIR)/README
  	cd $(CKDIR) && $(MAKE) all
-@@ -282,7 +282,7 @@
+@@ -282,7 +285,7 @@
  NXDIR=numerix-0.19
  
  $(NXDIR)/READ.ME:
@@ -19,7 +29,7 @@
  
  $(NXDIR)/config.status: $(NXDIR)/READ.ME
  	cd $(NXDIR) && \
-@@ -382,6 +382,7 @@
+@@ -382,6 +385,7 @@
  
  # Clean up
  mlclean:
@@ -27,7 +37,7 @@
  	rm -f *.cm[iox]
  	rm -f *.opt
  	rm -f *.bc
-@@ -393,8 +394,8 @@
+@@ -393,8 +397,8 @@
  
  cleanall: clean bdbclean
  	rm -f lib/*




More information about the Pkg-sks-commit mailing list