mklib, upas/common: clean up libcommon properly (thanks mikan)
Despite pervious efforts, mk clean still doesn't remove libcommon.a* files from cmd/upas/common/. To fix this, let's tell cmd/mklib to do the job instead.
This commit is contained in:
parent
01ab07ef72
commit
101312c1d7
2 changed files with 1 additions and 3 deletions
|
@ -39,7 +39,7 @@ nuke:V:
|
|||
rm -f *.[$OS] y.tab.? y.output y.error $CLEANFILES $LIB
|
||||
|
||||
clean:V:
|
||||
rm -f *.[$OS] y.tab.? y.output y.error $CLEANFILES
|
||||
rm -f *.[$OS] *.a[$OS] y.tab.? y.output y.error $CLEANFILES
|
||||
|
||||
%.acid:V:
|
||||
$CC $CFLAGS -a `{basename $stem .$objtype}^.c >$target
|
||||
|
|
|
@ -15,6 +15,4 @@ HFILES=\
|
|||
common.h\
|
||||
sys.h\
|
||||
|
||||
CLEANFILES=libcommon.a[$OS]
|
||||
|
||||
</sys/src/cmd/mklib
|
||||
|
|
Loading…
Reference in a new issue