tDon't make foo and foo.tab for foo.y. - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 56e6e1edf4688579c159616266a083f56381fe3c
(DIR) parent d900f50c1eed6f488f2745b3994e5dbc9211db9d
(HTM) Author: wkj <devnull@localhost>
Date: Sat, 3 Jul 2004 18:35:09 +0000
Don't make foo and foo.tab for foo.y.
Diffstat:
M src/cmd/mkfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/src/cmd/mkfile b/src/cmd/mkfile
t@@ -1,6 +1,6 @@
<$PLAN9/src/mkhdr
-TARG=`ls *.[cy] | sed 's/\.[cy]//'`
+TARG=`ls *.[cy] | grep -v "\.tab\.c$" | sed 's/\.[cy]//'`
SHORTLIB=sec fs mux regexp9 thread bio 9
<$PLAN9/src/mkmany