search for: precious

Displaying 20 results from an estimated 546 matches for "precious".

2014 Feb 23
2
mk/efi.mk: Add libefi.a dependency
...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 > +++ b/mk/efi.mk > @@ -55,11 +55,11 @@ $(LIBEFI): > %.o: %.c > > .PRECIOUS: %.o > -%.o: %.S > +%.o: %.S $(LIBEFI) > $(CC) $(SFLAGS) -c -o $@ $< > > .PRECIOUS: %.o > -%.o: %.c > +%.o: %.c $(LIBEFI) > $(CC) $(CFLAGS) -c -o $@ $< > I see duplicate lines. Why do they exist? Would --- a/mk/efi.mk +++ b/mk/efi.mk @@ -58,10 +58,6 @@ $(...
2009 Aug 06
10
GE centricity viewer??
...least 7, was an integral part of Wine. Worst of all, I could swear I've brought home similar media before, and viewed them, or the parts I wanted, with earlier releases of wine under earlier releases of Fedora ... -- Beartooth Staffwright, Neo-Redneck Not Quite Clueless Power User I have precious (very precious!) little idea where up is.
2000 Sep 01
4
Samba on Sun
Hello. I'd like to know if Samba can be installed on Solaris. If so, what are the steps to follow? If my question is not well defined please let me know. Thank you in advance for your precious time, Juan Diego Guti?rrez Gallardo jgutierrez@teleserver.es
2014 Feb 23
1
mk/efi.mk: Add libefi.a dependency
...e changed, 2 insertions(+), 2 deletions(-) >>> >>> diff --git a/mk/efi.mk b/mk/efi.mk >>> index 3390cfc..f90ce5c 100644 >>> --- a/mk/efi.mk >>> +++ b/mk/efi.mk >>> @@ -55,11 +55,11 @@ $(LIBEFI): >>> %.o: %.c >>> >>> .PRECIOUS: %.o >>> -%.o: %.S >>> +%.o: %.S $(LIBEFI) >>> $(CC) $(SFLAGS) -c -o $@ $< >>> >>> .PRECIOUS: %.o >>> -%.o: %.c >>> +%.o: %.c $(LIBEFI) >>> $(CC) $(CFLAGS) -c -o $@ $< >>> >> >> I see dup...
2012 Nov 16
2
[LLVMdev] code-owner sporks
...m-commits it can be hard to tell if a code owner has > > noticed the patch because it is a very high-volume list. > > This is right. The highest barrier to entry for patches is that they > are not seen. > > This is opinion. I see everyone's patches, but my review time is precious and the patch may not hit the criteria of what I'm willing to spend my time on. -eric -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121116/df1c9aae/attachment.html>
2006 Feb 20
4
Samba 3 + Exchange 5.5
...a new server running Debian/Samba. I've got no problem with migrating the old server, but I do have one "unknown". The company mail run on an Exchange server that is most likely part of the NT4 network. Has anybody tried this setup? I did look in documentation and google and found precious little - which to me indicates that it might not be a problem at all (or nobody is running Exchange). -- Lars
2002 Oct 23
4
XP clients & inexplicable pauses
Hi folks, I recently upgraded two client/server pairs to WinXP and Samba 2.2.6 (on Linux). Browsing mounted shares causes hangs when right-clicking or double-clicking/ launching files -- about 15 seconds. During this, precious little network activity is occuring. Something is hanging, locking, sleeping. Appreciate any advice. Hope it's a simple fix. If not, I'd appreciate advice on where in the code I might start instrumenting/debugging. thanks, -jeremy _______________________________________________________...
2005 Feb 10
0
[LLVMdev] Add ability for external projects use for buildinstalled version LLVM [PATCH]
...detail until this weekend, but perhaps you can address a couple of concerns: 1. I don't understand the need for LLVMToolDirSlash. This seems like a gratuitous change to me. 2. I don't think the change to CPP.Flags is right. It won't find the LLVM header files 3. Removing the .PRECIOUS line will interfere with correct operation of parallel (make -j N) builds. 4. I don't understand why LLVMUsedLibs and other variables should only be set if LLVMLibDir is defined. Before this change is committed, you need to test that all our scenarios, in each combination: 1. Both wi...
2011 Dec 03
3
6.1 .iso size?
...double- sided (which I do have). (It's not exactly a new PC.) So I can't get 6.0 onto it in the usual way. But I can wait till 6.1 comes out; it is possible to predict yet whether it will squeeze in under the DVD+R limit? -- Beartooth Staffwright, Not Quite Clueless Power User I have precious (very precious!) little idea where up is.
2013 May 30
1
6.4 failing to connect
...ot open/read file:///media/cdrom/repodata/repomd.xml Trying other mirror. Error: Cannot retrieve repository metadata (repomd.xml) for repository: c6-media. Please verify its path and try again [root at Hbsk ~]# -- Beartooth Staffwright, Neo-Redneck Not Quite Clueless Power User Remember I have precious (very precious!) little idea where up is.
2006 Oct 31
2
2 questions, frame size and SPEEX_GET_LOOKAHEAD
> >> 2. What does SPEEX_GET_LOOKAHEAD do? How to use it? >> In speexenc.c, there is following code: >> >> ... >> speex_encoder_ctl(st, SPEEX_GET_LOOKAHEAD, &lookahead); >> ... >> nb_encoded = -lookahead; >> >> Can someone explain what this means? > > The lookahead is the number of samples you need to discard at the > start.
2011 Mar 10
2
[LLVMdev] Vector select/compare support in LLVM
...ctor-registers pressure. Auto-vectorizing compilers maintain multiple masks for different execution paths (for each loop nesting, etc). Saving masks in xmm registers may result in vector-register pressure which will cause spilling of these registers. I agree with you that GP registers are also a precious resource. I am not sure what is the best way to store masks. In my private branch, I added the [v4i1 .. v64i1] types. I also implemented a new type of target lowering: "PACK". This lowering packs vectors of i1s into integer registers. For example, the <4 x i1> type would get pack...
2006 Jul 11
4
Date Format
Hi everybody, I need your precious help for, I think, a simple request, but I do not manage to solve this. When I use a "table" function with dates in the rows, the rows are coerced to number after the table function. So I need to transform the row names into date format. But I do not manage. Therefore, for an exampl...
2006 Jul 11
4
Date Format
Hi everybody, I need your precious help for, I think, a simple request, but I do not manage to solve this. When I use a "table" function with dates in the rows, the rows are coerced to number after the table function. So I need to transform the row names into date format. But I do not manage. Therefore, for an exampl...
2013 Jul 03
2
Adding browsers
...desk in the stacks. Are there ways a subtechnoid can run Arora, Dillo, Epiphany, Konqueror, Midori, Kazehakase, Rekonq, Opera, and Pan on this CentOS -- without falling into the bad old pit of dependency hell? -- Beartooth Staffwright, Neo-Redneck Not Quite Clueless Power User Remember I have precious (very precious!) little idea where up is.
2012 Nov 16
0
[LLVMdev] code-owner sporks
Eric Christopher <echristo at gmail.com> writes: > This is right.  The highest barrier to entry for patches is that > they > are not seen. > >             > > > This is opinion. I see everyone's patches, but my review time is > precious and the patch may not hit the criteria of what I'm willing to > spend my time on. That's valid, but code owners should at least acknowledge the patch and say, "I don't have time to review this" with some estimate of how long it might take before they get around to it. I s...
2005 Feb 09
2
[LLVMdev] Add ability for external projects use for buildinstalled version LLVM [PATCH]
>> Patch attached. >> >> This patch with header installation patch ( >> http://mail.cs.uiuc.edu/pipermail/llvmdev/2005-February/003300.html ) >> let external project (I am test it at my YAFL frontend for LLVM) build >> using installed LLVM version instead using LLVM obj/src dirs. > > I think the patch looks basically sane. The one wierd thing I notice
2011 Mar 10
0
[LLVMdev] Vector select/compare support in LLVM
...ure. Auto-vectorizing compilers maintain > multiple masks for different execution paths (for each loop nesting, > etc). Saving masks in xmm registers may result in vector-register > pressure which will cause spilling of these registers. I agree with > you that GP registers are also a precious resource. GPRs are more precious than vector registers in my experience. Spilling a vector register isn't that painful. Spilling a GPR holding an address is disastrous. > In my private branch, I added the [v4i1 .. v64i1] types. I also > implemented a new type of target lowering: &quot...
2011 Dec 04
3
Sources for extras??
...No package seamonkey available. Error: Nothing to do [root at localhost ~]# Does this mean I have to go chugging all over the web, digging out one (hopefully not quite obsolete) rpm after another? Is there no easier way?? -- Beartooth Staffwright, Not Quite Clueless Power User I have precious (very precious!) little idea where up is.
2005 Feb 10
2
[LLVMdev] Add ability for external projects use for build installed version LLVM [PATCH]
...find the LLVM > header files I build my frontend in LLVM_ROOT set case and LLVM headers find fine. I already found bug in LLVM_OBJ_ROOT case in proposed patch :( + LLVMIncDirs := $(LLVM_OBJ_ROOT)/$(BuildMode)/include instead + LLVMIncDirs := $(LLVM_OBJ_ROOT)/include > 3. Removing the .PRECIOUS line will interfere with correct operation of > parallel (make -j N) builds. When external project build $(LLVMLibDir)/.dir $(LLVMToolDir)/.dir $(LLVMExmplDir)/.dir files and directories already exist and then using .PRECIOUS redundent in this case (as i think). In time LLVM build this files...