search for: srcroot

Displaying 20 results from an estimated 30 matches for "srcroot".

2005 Jun 17
2
Patch to support parisc
This patch allows klibc to build on parisc64 platforms. $ diff -u MCONFIG.old MCONFIG --- MCONFIG.old 2005-06-18 01:16:12.000000000 +0000 +++ MCONFIG 2005-06-18 01:18:51.000000000 +0000 @@ -33,7 +33,7 @@ KLIBCVER = -D__KLIBC__=$(shell cut -d. -f1 < $(SRCROOT)/version) \ -D__KLIBC_MINOR__=$(shell cut -d. -f2 < $(SRCROOT)/version) -ARCH = $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/) +ARCH = $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/ -e s/pa...
2002 Jul 23
1
Please correct this bugs in vorbis win32 environment
...led at "C:". Well, i don't have MSVC installed at "C:" :) Small fixes should be applied to all batch files. This line: call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat" should look like this: call %MSVCDir%\bin\vcvars32.bat Also you need to set SRCROOT environment variable to an appropriate directory. Of course the best way to compile libraries is to use .dsw files. But you still need to rename those 3 directories to an appropriate names (see point 1). Also some MSVC projects should be fixed. When you compile "Static Debug" libraries,...
2012 Feb 13
1
Cross-subvolume reflink copy (BTRFS_IOC_CLONE over subvolume boundaries)
It''s been nearly a year since the patches needed to implement a reflinked copy between subvolumes have been posted (http://permalink.gmane.org/gmane.comp.file-systems.btrfs/9865 ) and I still get "Invalid cross-device link" error with Linux 3.2.4 while I try to do a cp --reflink between subvolumes. This is a *very* useful feature to have (think offline file-level
2005 Feb 07
2
tiny patch for klibc 0.198
...cremental. Feel free to include it. Regards Harri -------------- next part -------------- diff -ur old/klibc-0.198/MCONFIG klibc-0.198/MCONFIG --- old/klibc-0.198/MCONFIG 2004-10-14 06:32:24.000000000 +0200 +++ klibc-0.198/MCONFIG 2005-02-06 14:46:27.465647751 +0100 @@ -7,8 +7,9 @@ OBJROOT = $(SRCROOT) # Kernel trees (source and obj) - can potentially be different -KRNLSRC = $(SRCROOT)/linux -KRNLOBJ = $(SRCROOT)/linux +# KRNLSRC = $(SRCROOT)/linux +KRNLSRC := /lib/modules/$(shell /bin/uname -r)/source +KRNLOBJ = $(KRNLSRC) ARCH = $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/...
2009 Sep 23
2
[LLVMdev] Status of blocks runtime in compiler-rt?
...hantonu Sen wrote: > I've committed my changes to hook up the BlocksRuntime/ subdirectory > of compiler-rt, using CMake. > > The cmake build process is documented at <http://llvm.org/docs/CMake.html > > Whoops, looks like the presence of a CMakeFiles directory in the SRCROOT was screwing things up, even when I was in a build subdirectory. Blowing that away has everything humming away properly now. Yep, just got my blocks "hello world!" example to work on FreeBSD 9- current! Success! Now to figure out just where to stick this so it's as pervasivel...
2002 Aug 23
0
Slight tree change
After getting annoyed with it a few too many times, the "linux" symlink is now expected in the root of the source tree (where you'd type "make" in the normal case). Also, all paths are relative to SRCROOT; KLIBSRC = $(SRCROOT)/klibc. -hpa
2005 Sep 02
2
UserMode linux and klibc
Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://www.zytor.com/pipermail/klibc/attachments/20050902/d8550194/attachment.bin
2008 Oct 21
4
[LLVMdev] Replacing llvm-gcc in Xcode 3.1.1 with svn version
...ang/utils/* /Developer/usr/local/bin/ 2. Build llvm-gcc # cd llvm-gcc # make clean # rm -rf build # mkdir -p build/obj build/dst build/sym # (NOTE: I don't want PowerPC code) # gnumake install RC_OS=macos RC_ARCHS="i386" TARGETS="i386 x86_64" SRCROOT=`pwd` OBJROOT=`pwd`/build/obj DSTROOT=`pwd`/build/dst SYMROOT=`pwd`/build/sym 3. Replace old llvm-gcc with new one # rm -rf /Developer/usr/llvm-gcc-4.2 # ditto build/dst / ------ rest only once ------- 4. Fix libLTOs # rm /Developer/usr/lib/libLTO.dylib # ln -sf /Developer...
2003 Nov 29
1
[PATCH] ash not make -j safe, make spotless updates
...03-02-10 12:05:21.000000000 +0100 +++ klibc-0.87/ash/Makefile 2003-11-29 13:16:57.000000000 +0100 @@ -12,6 +12,9 @@ OBJ2 = builtins.o cd.o dirent.o bltin/ec OBJS = $(OBJ1) $(OBJ2) +OBJ_NODES = cd.o eval.o exec.o expand.o jobs.o main.o nodes.o options.o parser.o redir.o show.o trap.o var.o + + SRCROOT = .. include ../MCONFIG @@ -63,6 +66,8 @@ init.c: mkinit $(SRCS) mkinit: mkinit.c $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) mkinit.c -o $@ $(HOST_LIBS) +$(OBJ_NODES): nodes.h + nodes.h: mknodes nodetypes nodes.c.pat ./mknodes nodetypes nodes.c.pat @@ -73,7 +78,7 @@ mknodes: mknodes.c...
2004 Jun 20
2
[LLVMdev] qmtest problem
...n <llvm-obj-dir>/test directory - right?) error printed: ---8X--------------- QMTEST_CLASS_PATH=/usr/home/wanderer/pkg/build/llvm/obj/test/QMTest qmtest -D /home/wanderer/pkg/build/llvm/src/llvm/test run -O /home/wanderer/pkg/build/llvm/src/llvm/test/QMTest/expectations.unknown.qmr -c "srcroot=/home/wanderer/pkg/build/llvm/src/llvm" -c "buildroot=/usr/home/wanderer/pkg/build/llvm/obj" -c "buildtype=Debug" -c "tmpdir=/usr/home/wanderer/pkg/build/llvm/obj/test/tmp" -c "coresize=0" -c "cc=gcc" -c "cxx=g++" -c "llvmgcc=PAT...
2017 Sep 14
1
vmware player 12.5.7 with CentOS 7.4
...not open shared object file: No such file or directory Stopping vmware (via systemctl): [ OK ] Using kernel build system. make: Entering directory `/tmp/modconfig-piDjEW/vmnet-only' /usr/bin/make -C /lib/modules/3.10.0-693.2.2.el7.x86_64/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \ MODULEBUILDDIR= modules make[1]: Entering directory `/usr/src/kernels/3.10.0-693.2.2.el7.x86_64' CC [M] /tmp/modconfig-piDjEW/vmnet-only/driver.o CC [M] /tmp/modconfig-piDjEW/vmnet-only/hub.o CC [M] /tmp/modconfig-piDjEW/vmnet-only/userif.o CC [M] /tmp/modconfig-piDjEW/vm...
2009 Feb 25
3
[LLVMdev] [PATCH] Parallelized make check
...ndex: lib/llvm.exp =================================================================== --- lib/llvm.exp (revision 65423) +++ lib/llvm.exp (working copy) @@ -116,8 +116,18 @@ # This procedure runs the set of tests for the test_source_files array. proc RunLLVMTests { test_source_files } { global srcroot objroot srcdir objdir subdir target_triplet llvmgcc_version + global listtests set timeout 60 + if { [ string length "$listtests" ] } { + set chan [open $listtests a] + foreach test $test_source_files { + puts $chan "$test" + flush $chan + } + return...
2018 Apr 08
0
Success : clang/LLVM-built host kernel and clang-built VMware kernel modules for VMware Player 14.1.1 on host Ubuntu 17.10 x86_64
...hine monitor done Blocking file system done make: Entering directory '/tmp/modconfig-sImz9k/vmmon-only' Using kernel build system. /usr/bin/make -C /lib/modules/4.16.0/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \ MODULEBUILDDIR= modules make[1]: Entering directory '/media/exp/ext/linux-4.16' + /usr/bin/clang -print-file-name=include CC [M] /tmp/modconfig-sImz9k/vmmon-only/linux/driverLog.o . . ++ /usr/bin/clang -Wp,-MD,/tmp/modconfig-sImz9k/vmmon-only/linux/.hostif.o.d -nostdin...
2019 Jan 25
0
[klibc:master] Makefile: Honour KBUILD_SRC variable
...ary to specify KBUILD_SRC. Initialise srctree accordingly. Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7567f6f..a60161c 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SRCROOT = . # To see a list of typical targets execute "make help" # kbuild compatibility -export srctree := $(shell pwd) +export srctree := $(or $(KBUILD_SRC),$(shell pwd)) export objtree := $(shell pwd) export KLIBCSRC := usr/klibc export VERSION := $(shell cat $(srctree)/$(KLIBCSRC)/...
2006 May 17
0
[tftp-hpa] [patch] building on hpux and add CPPFLAGS
...l, setjmp() will have to do */ #ifndef HAVE_SIGSETJMP Index: MCONFIG.in =================================================================== --- MCONFIG.in.orig +++ MCONFIG.in @@ -50,7 +50,7 @@ INSTALL_DATA = @INSTALL_DATA@ # Compiler and compiler flags CC = @CC@ CFLAGS = @CFLAGS@ -I$(SRCROOT) - +CPPFLAGS = @CPPFLAGS@ # Link flags LDFLAGS = @LDFLAGS@ Index: MRULES =================================================================== --- MRULES.orig +++ MRULES @@ -3,20 +3,20 @@ .SUFFIXES: .c .cc .o .s .S .i .c.o: - $(CC) $(CFLAGS) -c $< + $(CC) $(CFLAGS) $(CPPFLAGS) -c $<...
2004 Jan 27
1
[PATCH] ash make deps
...+0000 +++ klibc/ash/Makefile 2004-01-27 13:44:34.000000000 +0000 @@ -13,6 +13,7 @@ OBJ2 = builtins.o cd.o dirent.o bltin/ec OBJS = $(OBJ1) $(OBJ2) OBJ_NODES = cd.o eval.o exec.o expand.o jobs.o main.o nodes.o options.o parser.o redir.o show.o trap.o var.o +OBJ_BUILTINS = b.o eval.o exec.o SRCROOT = .. @@ -68,6 +69,8 @@ mkinit: mkinit.c $(OBJ_NODES): nodes.h +$(OBJ_BUILTINS): builtins.h + nodes.h: mknodes nodetypes nodes.c.pat ./mknodes nodetypes nodes.c.pat -- USB is for mice, FireWire is for men! sUse lINUX ag, n?RNBERG
2010 Mar 19
0
[rfc patch] Makefile add help target
...e: Fri Mar 19 04:27:23 2010 +0100 [klibc] Makefile: Add help target Add explanations to ease klibc hacking. Signed-off-by: maximilian attems <max at stro.at> diff --git a/Makefile b/Makefile index 563618c..a39dc4f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ SRCROOT = . +# *DOCUMENTATION* +# To see a list of typical targets execute "make help" + # kbuild compatibility export srctree := $(shell pwd) export objtree := $(shell pwd) @@ -114,6 +117,25 @@ klibc: $(objtree)/.config test: klibc $(Q)$(MAKE) $(klibc)=usr/klibc/tests +help: + @echo...
2002 Jul 23
1
Problems running batch files in\libvorbis-1.0\win32
We have downloaded all of the Windows Vorbis 1.0 distribution files and are attempting to compile the libvorbis libraries using the batch files (e.g. build_vorbisfile_dynamic.bat). This succesfully invokes Microsoft Visual Studio but fails as shown below: <p>F:\pnewton\Project\Ogg Vorbis Downloads\V1.0\libvorbis-1.0\win32> build_vorbisfile_dynamic.bat ---+++--- Building Vorbisfile
2003 Dec 02
0
[LLVMdev] Re: how to solve following question
...finding this. yue wrote: > hi, > when I run 'make ./test qmtest' it displays: > ----------------------------------------------- > QMTEST_CLASS_PATH=/home/yue/llvm/test/QMTest qmtest -D > /home/yue/llvm/test run -O /home/yue/llvm/test/QMTest/expectations.qmr > -c "srcroot=/home/yue/llvm" -c "buildroot=/home/yue/llvm" -c > "buildtype=Debug" -c "tmpdir=/home/yue/llvm/test/tmp" -c "coresize=0" -c > "cc=gcc" -c "cxx=g++" -c > "llvmgcc=PATH=/home/yue/llvm/tools/Debug:/home/yue/llvm/tools/De...
2009 Feb 25
0
[LLVMdev] [PATCH] Parallelized make check
...ndex: lib/llvm.exp =================================================================== --- lib/llvm.exp (revision 65432) +++ lib/llvm.exp (working copy) @@ -116,8 +116,18 @@ # This procedure runs the set of tests for the test_source_files array. proc RunLLVMTests { test_source_files } { global srcroot objroot srcdir objdir subdir target_triplet llvmgcc_version + global listtests set timeout 60 + if { [ string length "$listtests" ] } { + set chan [open $listtests a] + foreach test $test_source_files { + puts $chan "$test" + flush $chan + } + return...