dont build empty directories
This commit is contained in:
parent
df6360169f
commit
c4db8cecbc
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ OUTOFDATE=old
|
|||
NOMK=$NOTSYS|$BUGGERED|$OUTOFDATE
|
||||
|
||||
cpuobjtype=`{sed -n 's/^O=//p' /$cputype/mkfile}
|
||||
DIRS=`{ls -l | sed '/^d/!d; s/.* //; /^('$NOMK')$/d'}
|
||||
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 \
|
||||
tex troff
|
||||
|
||||
|
|
Loading…
Reference in a new issue