/sys/src/cmd/mkfile: fix PCONLY exclude (thanks stefan)
This commit is contained in:
parent
d7684982e8
commit
569f936660
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ LDFLAGS=
|
|||
YFLAGS=-d
|
||||
|
||||
NOTSYS=sml|dup|.+\..+
|
||||
PCONLY=vmx
|
||||
NOMK=$NOTSYS|`{~ $objtype (386 amd64) || echo $PCONLY}
|
||||
PCONLY=|vmx
|
||||
NOMK=$NOTSYS`{~ $objtype (386 amd64) || echo $PCONLY}
|
||||
|
||||
cpuobjtype=`{sed -n 's/^O=//p' /$cputype/mkfile}
|
||||
DIRS=`{echo */mkfile | sed 's,/mkfile *,\n,g' | grep -v '^('$NOMK')$'}
|
||||
|
|
Loading…
Reference in a new issue