use rc in awk, remove awk from APEDIRS in cmd mkfile

This commit is contained in:
ben 2016-05-01 20:22:35 -05:00
parent 6e1592c94e
commit a141f4c53a
2 changed files with 2 additions and 7 deletions

View file

@ -64,17 +64,12 @@ system(const char *s)
{
char status[512], *statfld[5];
int w, pid;
char cmd[30], *oty;
oty = getenv("cputype");
if(!oty)
return -1;
if(!s)
return 1; /* a command interpreter is available */
pid = fork();
snprint(cmd, sizeof cmd, "/%s/bin/ape/sh", oty);
if(pid == 0) {
execl(cmd, "sh", "-c", s, nil);
execl("/bin/rc", "rc", "-c", s, nil);
exits("exec");
}
if(pid < 0){

View file

@ -13,7 +13,7 @@ NOMK=$NOTSYS
cpuobjtype=`{sed -n 's/^O=//p' /$cputype/mkfile}
DIRS=`{echo */mkfile | sed 's,/mkfile *,\n,g' | grep -v '^('$NOMK')$'}
APEDIRS=awk bzip2 compress cvs eqn grap gs links-ape lp pic postscript spin \
APEDIRS=bzip2 compress cvs eqn grap gs links-ape lp pic postscript spin \
tex troff
none:VQ: