[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
chmod 755 build.sh
From: |
J. Grant |
Subject: |
chmod 755 build.sh |
Date: |
Sat, 11 Oct 2003 19:12:50 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b) Gecko/20030824 |
Hello,
As build.sh is generated from build.sh.in I believe it should be set to
executable, currently I have to "chmod 755 build.sh" it. Is there a
reason build.sh is not included in the make-3.80 distribution?
Should @REMOTE@ not default to cstms ? Currently I get the following
error until I have fixed it.
make-3.80]$ ./build.sh
compiling ar.c...
compiling arscan.c...
compiling commands.c...
compiling default.c...
compiling dir.c...
compiling expand.c...
compiling file.c...
compiling function.c...
compiling getopt.c...
compiling getopt1.c...
compiling implicit.c...
compiling job.c...
compiling main.c...
compiling misc.c...
compiling read.c...
compiling remake.c...
compiling rule.c...
compiling signame.c...
compiling variable.c...
compiling version.c...
compiling vpath.c...
compiling hash.c...
compiling address@hidden@.c...
gcc: ./address@hidden@.c: No such file or directory
gcc: no input files
Changing the line to:
REMOTE='stub'
and it compiles ok
Regards
JG
- chmod 755 build.sh,
J. Grant <=