Displaying 4 results from an estimated 4 matches for "akefile".
Did you mean:
  makefile
  
2005 Jan 13
2
Problem patching asterisk CVS with SpanDSP
I'm trying to patch the current asterisk CVS with spandsp-0.0.1k.tar.gz.
Everything compiles fine but when I go to patch the asterisk/apps/Makefile
it fails:
asterisk:/usr/src/spandsp2# patch < Makefile.patch
can't find file to patch at input line 3
Perhaps you should have used the -p or --strip option?
The text leading up to this was:
--------------------------
|--- Makefile.orig      2004-03-16 22:36:31.000000000 +0800
|+++ Makefile...
2008 Dec 08
7
New rpm, same name, how to update
I have to build my own rpms for the HIPL project.  I update my copy of 
the code and make rpm.
Thing is the rpm name never changes from patch to patch.
Is there a way to have yum apply the new code as an update and not have 
to erase then install?
2009 Aug 05
1
syntax-check changes
...uns a few more tests, all passing.
>From febff9d2a35c4f40abbaf8943146476bdeac671e Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering at redhat.com>
Date: Tue, 4 Aug 2009 13:49:19 +0200
Subject: [PATCH 1/8] build: remove more files added by ./autogen.sh
* po/LINGUAS: Remove file.
* po/Makefile.in.in: Likewise.
* po/Makevars: Likewise.
* po/Rules-quot: Likewise.
* po/boldquot.sed: Likewise.
* po/en at boldquot.header: Likewise.
* po/en at quot.header: Likewise.
* po/insert-header.sin: Likewise.
* po/quot.sed: Likewise.
* po/remove-potcdate.sin: Likewise.
---
 po/LINGUAS             |    1...
2009 Aug 03
1
[PATCH 1/2] Convert all TABs-as-indentation to spaces.
...ke.sh],
-		[chmod +x appliance/supermin-make.sh])
+                [chmod +x appliance/supermin-make.sh])
 AC_CONFIG_FILES([appliance/libguestfs-supermin-helper],
-		[chmod +x appliance/libguestfs-supermin-helper])
+                [chmod +x appliance/libguestfs-supermin-helper])
 AC_CONFIG_FILES([Makefile
-		 src/Makefile fish/Makefile po/Makefile.in examples/Makefile
-		 appliance/Makefile
-		 appliance/debian/debirf.conf
-		 images/Makefile
-		 capitests/Makefile
-		 regressions/Makefile
-		 test-tool/Makefile
-		 ocaml/Makefile ocaml/examples/Makefile
-		 perl/Makefile
-		 python/Makefile
-		 rub...