Displaying 7 results from an estimated 7 matches for "pwdcmd".
2005 May 19
4
[LLVMdev] [Cygwin] llvm-ranlib and 'make check' errors
...t.a libsupc++.a
Aaron Gray at AMD-LAPTOP-1 /usr/llvm-gcc/lib
$ llvm-ranlib libiberty.a
llvm-ranlib: Error opening archive file: libiberty.a
This is the same for all the library files.
And 'make check' :-
$ make check
make[1]: Entering directory `/usr/build/llvm-gcc/gcc'
(rootme=`${PWDCMD-pwd}`; export rootme; \
srcdir=`cd /usr/cfrontend/src/gcc; ${PWDCMD-pwd}` ; export srcdir ; \
cd testsuite; \
EXPECT=expect ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then \
TCL_LIBRARY=`cd .. ; cd /usr/cfrontend/src/gcc/../tcl/library ; ${PWDCMD-pwd}
` ; \
export TCL_LIBRAR...
2005 May 19
0
[LLVMdev] [Cygwin] llvm-ranlib and 'make check' errors
Does not look like the demangle test worked anyway :(
And 'make check' :-
$ make check
make[1]: Entering directory `/usr/build/llvm-gcc/gcc'
(rootme=`${PWDCMD-pwd}`; export rootme; \
srcdir=`cd /usr/cfrontend/src/gcc; ${PWDCMD-pwd}` ; export srcdir ; \
cd testsuite; \
EXPECT=expect ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then \
TCL_LIBRARY=`cd .. ; cd /usr/cfrontend/src/gcc/../tcl/library ; ${PWDCMD-pwd}
` ; \
exp...
2005 May 19
0
[LLVMdev] [Cygwin] llvm-ranlib and 'make check' errors
.../lib
> $ llvm-ranlib libiberty.a
> llvm-ranlib: Error opening archive file: libiberty.a
>
>
> This is the same for all the library files.
>
> And 'make check' :-
>
> $ make check
> make[1]: Entering directory `/usr/build/llvm-gcc/gcc'
> (rootme=`${PWDCMD-pwd}`; export rootme; \
> srcdir=`cd /usr/cfrontend/src/gcc; ${PWDCMD-pwd}` ; export srcdir ; \
> cd testsuite; \
> EXPECT=expect ; export EXPECT ; \
> if [ -f ${rootme}/../expect/expect ] ; then \
> TCL_LIBRARY=`cd .. ; cd /usr/cfrontend/src/gcc/../tcl/library ;
> ${PWDCMD-pw...
2005 May 19
3
[LLVMdev] [Cygwin] llvm-ranlib and 'make check' errors
...;.
Reid.
On Thu, 2005-05-19 at 16:07 +0100, Aaron Gray wrote:
> Does not look like the demangle test worked anyway :(
> And 'make check' :-
>
> $ make check
> make[1]: Entering directory `/usr/build/llvm-gcc/gcc'
> (rootme=`${PWDCMD-pwd}`; export rootme; \
> srcdir=`cd /usr/cfrontend/src/gcc; ${PWDCMD-pwd}` ; export
> srcdir ; \
> cd testsuite; \
> EXPECT=expect ; export EXPECT ; \
> if [ -f ${rootme}/../expect/expect ] ; then \
> TCL_LIBRARY=`cd .. ;
>...
2020 Mar 28
0
[klibc:update-dash] dash: builtin: Mark more regular built-ins
...n
index e1169632..e65749fd 100644
--- a/usr/dash/builtins.def.in
+++ b/usr/dash/builtins.def.in
@@ -69,25 +69,25 @@ exitcmd -s exit
exportcmd -as export -as readonly
falsecmd -u false
getoptscmd -u getopts
-hashcmd hash
+hashcmd -u hash
jobscmd -u jobs
localcmd -as local
printfcmd printf
-pwdcmd pwd
+pwdcmd -u pwd
readcmd -u read
returncmd -s return
setcmd -s set
shiftcmd -s shift
trapcmd -s trap
truecmd -s : -u true
-typecmd type
+typecmd -u type
umaskcmd -u umask
unaliascmd -u unalias
unsetcmd -s unset
waitcmd -u wait
aliascmd -au alias
#ifdef HAVE_GETRLIMIT
-ulimitc...
2006 May 10
2
[LLVMdev] llvm-gcc4 & mingw32
...te file named "pwd" with
the folowing content (place it also in the /bin directory):
<=cut=>
#!/bin/sh
cygpath -m `pwd_real`
<=cut>
Copy that file into "my_pwd"
3.1.3
Start cygwin. Be sure, that no msys tools (sh.exe, make.exe, etc) is
staying in your path.
Type:
PWDCMD=/bin/my_pwd
export PWDCMD
3.2 Go to gccbuild directory and configure gcc:
$ ../gccsrc/configure --host=mingw32 \
--target=mingw32 \
--prefix=f:/tmp/llvm/install \
--enable-threads --disable-nls \...
2005 Dec 13
2
Parallel build of dash still fails
...?union node? declared inside parameter list
In file included from dash/cd.c:53:
dash/exec.h:74: warning: ?union node? declared inside parameter list
dash/cd.c: In function ?cdcmd?:
dash/cd.c:88: warning: unused parameter ?argc?
dash/cd.c:88: warning: unused parameter ?argv?
dash/cd.c: In function ?pwdcmd?:
dash/cd.c:259: warning: unused parameter ?argc?
dash/cd.c:259: warning: unused parameter ?argv?
make[2]: *** [dash/cd.o] Error 1
make[2]: *** Waiting for unfinished jobs....
... I'm pretty sure this is due to the rules of the following form ...
# Generate nodes{.c + .h}
quiet_cmd_mknodes =...