diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-05-16 00:37:49 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-05-16 00:37:49 +0200 |
commit | 4ad3f4f2fd225b0ac5c9f49e3c5713a5996becd3 (patch) | |
tree | f258b7b8dcec39737c000fab161bb2c166f6d71a /sys/src/cmd/rc/mkfile | |
parent | 45d6bca5f0c405a3fc3e485d23a52e980627988f (diff) |
rc: remove historical unix and win32 ports
Diffstat (limited to 'sys/src/cmd/rc/mkfile')
-rw-r--r-- | sys/src/cmd/rc/mkfile | 24 |
1 files changed, 4 insertions, 20 deletions
diff --git a/sys/src/cmd/rc/mkfile b/sys/src/cmd/rc/mkfile index b2ea3c5eb..de6e8c2e7 100644 --- a/sys/src/cmd/rc/mkfile +++ b/sys/src/cmd/rc/mkfile @@ -1,7 +1,7 @@ </$objtype/mkfile TARG=rc -COMMONOFILES=\ +OFILES=\ code.$O\ exec.$O\ getflags.$O\ @@ -17,12 +17,8 @@ COMMONOFILES=\ tree.$O\ var.$O\ havefork.$O\ - -PLAN9OFILES=plan9.$O\ - -UNIXOFILES=unix.$O\ - -OFILES=$COMMONOFILES $PLAN9OFILES y.tab.$O + plan9.$O\ + y.tab.$O\ HFILES=rc.h\ x.tab.h\ @@ -38,9 +34,7 @@ BIN=/$objtype/bin UPDATE=\ mkfile\ $HFILES\ - ${COMMONOFILES:%.$O=%.c}\ - ${UNIXOFILES:%.$O=%.c}\ - ${PLAN9OFILES:%.$O=%.c}\ + ${OFILES:%.$O=%.c}\ $YFILES\ ${TARG:%=/386/bin/%}\ @@ -51,13 +45,3 @@ x.tab.h: y.tab.h clean:V: rm -f [$OS].out *.[$OS] [xy].tab.? y.debug $TARG - -regress: $O.out - cd test - mk - -unregress:V: - for(test in test/*.test) rc $test >$test.out - -listing: - pr mkfile $HFILES $FILES $FILES9 $FILESUNIX $YFILES|lp -du |