search for: mk

Displaying 20 results from an estimated 1855 matches for "mk".

Did you mean: mkv
2011 Apr 11
0
[PATCH] Makefile: Move Makefile fragments into mk/
From: Matt Fleming <matt.fleming at linux.intel.com> Move the MCONFIG files into a mk/ directory and give them more descriptive names. This is purely a cosmetic change to make the 'include' directives a bit more coherent by making it obvious exactly which MCONFIG file we're including. For example, in com32/lua/src/Makefile we exchange the line, include ../../MCONFIG...
2011 Apr 16
6
[PATCH 0/6] Makefile cleanups
...nch because the libraries in $LIBS are now contained in one Makefile fragment. The reason that I've individually submitted a patch for each module is so that the changes are smaller and any errors will be easier for reviewers to spot. Matt Fleming (6): Makefile: Move Makefile fragments into mk/ mboot.c32: Delete superfluous $(LIBS) prerequisite menu.c32: Delete superfluous $(LIBS) prerequistite hdt: Delete superfluous $(LIBS) prerequisites sysdump: Delete superfluous $(LIBS) prerequisite lua: Delete superfluous $(LIBS) prerequisite Makefile | 3 ++...
2018 Aug 02
1
[PATCH 1/2] Add fabs() implementation
When we add -ffreestanding the compiler won't get to inline this any more. Signed-off-by: David Woodhouse <dwmw2 at infradead.org> --- com32/lib/math/fabs.S | 15 +++++++++++++++ mk/lib.mk | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 com32/lib/math/fabs.S diff --git a/com32/lib/math/fabs.S b/com32/lib/math/fabs.S new file mode 100644 index 00000000..794a53c0 --- /dev/null +++ b/com32/lib/math/fabs.S @@ -0,0 +1,15 @@ +/* + * fabs.S...
2014 Feb 23
2
mk/efi.mk: Add libefi.a dependency
...http://www.syslinux.org/commit/819783d0c8b5af43423e9e5bbe0e233c728d6346 > Author: Gene Cumm <gene.cumm at gmail.com> > AuthorDate: Sat, 22 Feb 2014 12:00:47 -0500 > Committer: Gene Cumm <gene.cumm at gmail.com> > CommitDate: Sat, 22 Feb 2014 12:00:47 -0500 > > mk/efi.mk: Add libefi.a dependency > > Signed-off-by: Gene Cumm <gene.cumm at gmail.com> > > --- > mk/efi.mk | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/mk/efi.mk b/mk/efi.mk > index 3390cfc..f90ce5c 100644 > --- a/mk/efi.mk >...
2014 Feb 23
1
mk/efi.mk: Add libefi.a dependency
...f43423e9e5bbe0e233c728d6346 >>> Author: Gene Cumm <gene.cumm at gmail.com> >>> AuthorDate: Sat, 22 Feb 2014 12:00:47 -0500 >>> Committer: Gene Cumm <gene.cumm at gmail.com> >>> CommitDate: Sat, 22 Feb 2014 12:00:47 -0500 >>> >>> mk/efi.mk: Add libefi.a dependency >>> >>> Signed-off-by: Gene Cumm <gene.cumm at gmail.com> >>> >>> --- >>> mk/efi.mk | 4 ++-- >>> 1 file changed, 2 insertions(+), 2 deletions(-) >>> >>> diff --git a/mk/efi.mk b/mk/efi.mk...
2012 Sep 06
1
[LLVMdev] Cross-compiling llvm/clang osx -> win32
...lvm-3.1.src/configure --enable-targets=x86,x86_64 --target=i386-winnt && make checking for clang... clang checking for C compiler default output file name... a.out [...snip...] llvm[4]: ======= Finished Linking Release+Asserts Executable clang-check (without symbols) warning: clang_darwin.mk: dropping arch 'i386' from lib 'eprintf' warning: clang_darwin.mk: dropping arch 'i386' from lib '10.4' warning: clang_darwin.mk: dropping arch 'x86_64' from lib '10.4' warning: clang_darwin.mk: dropping arch 'i386' from lib 'ios' warn...
2014 Feb 23
0
mk/efi.mk: Add libefi.a dependency
...org/commit/819783d0c8b5af43423e9e5bbe0e233c728d6346 >> Author: Gene Cumm <gene.cumm at gmail.com> >> AuthorDate: Sat, 22 Feb 2014 12:00:47 -0500 >> Committer: Gene Cumm <gene.cumm at gmail.com> >> CommitDate: Sat, 22 Feb 2014 12:00:47 -0500 >> >> mk/efi.mk: Add libefi.a dependency >> >> Signed-off-by: Gene Cumm <gene.cumm at gmail.com> >> >> --- >> mk/efi.mk | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/mk/efi.mk b/mk/efi.mk >> index 3390cfc..f90ce5c...
2012 Sep 25
1
DRS replication fails with Windows 2003 R2
..., we aren't shure is it a bug or misconfiguration. Both Windows and Samba DCs are virtual amd64 machines, running under the control of Xen (so, at least the time is the same). Windows VM has GPLPV drivers. Both Xen's Domain 0 and Samba DC VM are Gentoo-based. Domain DNS name is klin.kifato-mk.com. 2k3 DC is dc1.klin.kifato-mk.com. Samba VM is dc0.klin.kifato-mk.com. dc0 samba # hostname -f dc0.klin.kifato-mk.com dc0 samba # uname -a Linux dc0 3.5.1-genericvm-r1 #1 SMP Mon Aug 13 10:24:07 MSK 2012 x86_64 Intel(R) Xeon(R) CPU E5540 @ 2.53GHz GenuineIntel GNU/Linux dc0 samba # sbin/samba...
2015 Sep 14
2
[PATCH] Dont bypass compiler driver for Dependency generation options
...its bypassing the gcc driver and >> handing them straight to cpp >> >> This also helps in other compilers processing these options correctly >> for their preprocessors consumption >> >> Signed-off-by: Khem Raj <raj.khem at gmail.com> >> --- >> mk/syslinux.mk | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/mk/syslinux.mk b/mk/syslinux.mk >> index 337560b..9ca74b1 100644 >> --- a/mk/syslinux.mk >> +++ b/mk/syslinux.mk >> @@ -82,11 +82,11 @@ ARCH ?= $(strip $(SUBARCH)) &...
2015 Sep 10
3
[PATCH] Dont bypass compiler driver for Dependency generation options
...right options to preprocessor after processing -Mxy options, right now its bypassing the gcc driver and handing them straight to cpp This also helps in other compilers processing these options correctly for their preprocessors consumption Signed-off-by: Khem Raj <raj.khem at gmail.com> --- mk/syslinux.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/syslinux.mk b/mk/syslinux.mk index 337560b..9ca74b1 100644 --- a/mk/syslinux.mk +++ b/mk/syslinux.mk @@ -82,11 +82,11 @@ ARCH ?= $(strip $(SUBARCH)) GCCWARN = -W -Wall -Wstrict-prototypes $(DEBUGOPT) # Commo...
2004 Dec 15
1
Re: 12.50$ per port ???
...of the abridgment of the freedom of the people by gradual and silent encroachments of those in power than by violent and sudden usurpations." - James Madison On Wed, 15 Dec 2004, Shoval Tomer wrote: > > > > -----Original Message----- > > From: Matt Klein [mailto:mklein@nmedia.net] > > Sent: Wednesday, December 15, 2004 11:19 AM > > To: Asterisk Users Mailing List - Non-Commercial Discussion > > Cc: markster@lists.digium.com > > Subject: Re: [Asterisk-Users] Re: Ethernet Channel Bank idea > > > > Ethernet Channel Bank >...
2015 Mar 11
2
[PATCH] maint.mk: remove error_message_period check
As discussed at: https://www.redhat.com/archives/libguestfs/2014-September/msg00215.html Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com> --- maint.mk | 7 ------- 1 file changed, 7 deletions(-) diff --git a/maint.mk b/maint.mk index b6ec1b5..76759d4 100644 --- a/maint.mk +++ b/maint.mk @@ -408,13 +408,6 @@ sc_error_message_uppercase: { echo '$(ME): found capitalized error message' 1>&2; \ exit 1; } || : -# Error mess...
2010 May 23
1
Problems with W2K8R2 <-> S4 replication
...D, 0 ../kdc/hdb-samba4.c:194:hdb_samba4_create_kdc()] FIXME: Using new system session for hdb [Sun May 23 03:58:13 2010 MSD, 0 ../dsdb/repl/drepl_notify.c:207:dreplsrv_notify_op_callback()] dreplsrv_notify: Failed to send DsReplicaSync to 63fe4b85-32e6-46d0-9b0f-462ff7372547._msdcs.klin.kifato-mk.com for DC=klin,DC=kifato-mk,DC=com - NT code 0xc0002105 : WERR_DS_DRA_ACCESS_DENIED [Sun May 23 03:58:13 2010 MSD, 0 ../dsdb/repl/drepl_notify.c:207:dreplsrv_notify_op_callback()] dreplsrv_notify: Failed to send DsReplicaSync to 63fe4b85-32e6-46d0-9b0f-462ff7372547._msdcs.klin.kifato-mk.com f...
2016 Oct 17
1
[PATCH] Fix for crash with certain EFIs
...f syslinux crashing with some EFIs in the UEFI boot mode. Upon closer investigation it turned out that most object files which go into syslinux efi64 are compiled with the so-called red zone. Some EFIs follow Windows ABI more strictly and cause syslinux to crash due to stack overwrite. Looking at mk/efi.mk there was a previous attempt to fix it, but the fix applied only to a handful of source files. As far as I can tell (I may be wrong), the problem is limited to efi64 on x86_64 build and does not affect the efi32 and bios builds. I see that a similar patch was proposed before in November 20...
2015 Mar 12
1
Re: [PATCH] maint.mk: remove error_message_period check
> -----Original Message----- > From: Richard W.M. Jones [mailto:rjones@redhat.com] > Sent: Thursday, March 12, 2015 4:32 PM > To: Chen, Hanxiao/陈 晗霄 > Cc: libguestfs@redhat.com > Subject: Re: [Libguestfs] [PATCH] maint.mk: remove error_message_period check > > On Wed, Mar 11, 2015 at 01:18:45AM -0400, Chen Hanxiao wrote: > > As discussed at: > > https://www.redhat.com/archives/libguestfs/2014-September/msg00215.html > > > > Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>...
2012 Sep 17
1
[PATCH libguestfs] maint: remove a subsumed syntax-check rule
Hi Rich, I noticed that libguestfs's cfg.mk had an old (and relatively inefficient) version of the rule that checks for empty lines at EOF. The one in maint.mk is much more efficient: >From cf93f04a980ec01ef37db9a0d4c7b99015169eee Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering at redhat.com> Date: Mon, 17 Sep 2012 11:49:34 +...
2013 May 24
10
[PATCH 0/4] ARM/early-printk: Improve reusability and add Calxeda support
The current early-printk support for ARM is rather hard-coded, making it hard to add machines or tweak settings. This series slightly moves some code to gather UART settings in xen/arch/arm/Rules.mk instead of the actual .c files. Also it allows two different machines with different settings to share the same driver, which the last patch exploits to add support the Calxeda Midway hardware. This haven''t been extensively tested, but I looked at the generated assembly and did some quick...
2016 Oct 20
0
[PATCH] Fix for crash with certain EFIs
...eject this solution. Best Regards, - Chris The patch: Makefile: add -mno-red-zone only to efi64 objects x86_64 EFI requires that all sources are compiled without red zone, which is not supported by the Windows ABI. Without this, syslinux crashes on some UEFI implementations. --- syslinux.orig/mk/com32.mk +++ syslinux/mk/com32.mk @@ -29,6 +29,9 @@ ifeq ($(strip $(ARCH)),x86_64) GCCOPT += $(call gcc_ok,-m64,) GCCOPT += $(call gcc_ok,-march=x86-64) +ifeq ($(FWCLASS),EFI) + GCCOPT += $(call gcc_ok,-mno-red-zone) +endif #let the stack-boundary default to whatever...
2015 Sep 14
1
mk/efi.mk: Build gnu-efi with the Makefile, ARFLAGS=$(AROPT)
On Mon, Sep 14, 2015 at 05:50:58AM +0200, celelibi--- via Syslinux wrote: > index a705440..5ef6702 100644 > --- a/mk/efi.mk > +++ b/mk/efi.mk > @@ -10,6 +10,7 @@ core = $(topdir)/core > GCCOPT := $(call gcc_ok,-fno-stack-protector,) > EFIINC = $(objdir)/include/efi > LIBDIR = $(objdir)/lib > +EFIDIR = $(topdir)/gnu-efi/gnu-efi-3.0 Would it make sense to add AROPT = rvU or #ifdefine AR_...
2009 Jan 17
1
Dendrogram with the UPGMA method
Hi, I am clustering objects using the agnes() function and the UPGMA clustering method (function = "average"). Everything works well, but apparently something is wrong with the dendrogram. For example: x<-c(102,102.1,112.5,113,100.3,108.2,101.1,104,105.5,106.3) y<-c(110,111,110.2,112.1,119.5,122.1,102,112,112.5,115) xy<-cbind(x,y) library(cluster) UPGMA.orig<-agnes(x)