search for: _distcheckdir

Displaying 5 results from an estimated 5 matches for "_distcheckdir".

Did you mean: distcheckdir
2012 Feb 18
0
[LLVMdev] RPM build failure on CentOS
...dist-check isn't. I am trying to only build the Unix target, this one is a bit vexing. The regengine.inc file is definitely in the .src directory and if I hand copy it to the .obj directory I still get the same error. llvm[2]: Compiling regexec.c for Release build /root/software/llvm-3.0.obj/_distcheckdir/llvm-3.0/lib/Support/regexec.c:82:25: error: regengine.inc: No such file or directory /root/software/llvm-3.0.obj/_distcheckdir/llvm-3.0/lib/Support/regexec.c: In function ‘llvm_regexec’: /root/software/llvm-3.0.obj/_distcheckdir/llvm-3.0/lib/Support/regexec.c:159: warning: implicit declaration of...
2006 Apr 11
0
[LLVMdev] make dist?
...s that it unpacks the distribution tarball and ensures that it can build. It takes the following actions: 1. It depends on the dist-gzip target which, if it hasn't already been built, builds the gzip tar bundle (see dist and distdir above) 2. removes any pre-existing _distcheckdir at the top level. 3. creates a new _distcheckdir directory at the top level 4. creates a build subdirectory and an install subdirectory under _distcheckdir 5. unzips and untars the release tarball into _distcheckdir , creating LLVM-1.7 directory (from the tarball)...
2006 Apr 11
3
[LLVMdev] make dist?
Reid, Could you explain in detail what make dist does? :) I'd like to see how it can be integrated into the release process. Thanks, Tanya
2005 Jan 26
0
[LLVMdev] Some bugs (?) in LLVM Makefile.rules file
Reading Makefile.rules i found some unclear places in file: Line 553: LinkMOdule += -Xlinker -internalize-public-api-file=$(EXPORTED_SYMBOL_FILE) Maybe it must be LinkModule += ... ? Line 1283: DistCheckDir := $(LLVM_OBJ_ROOT)/_distcheckdir Maybe it must be: DistCheckDir := $(PROJ_OBJ_ROOT)/_distcheckdir Vladimir
2005 May 19
3
[LLVMdev] [Cygwin] llvm 'make install' build errors
Reid, I think it is the first time it is run that the errors occcur !? Not sure but that would seem logical. Aaron