mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
update-make-clean-support-20010628
some stuff the make clean patch missed
This commit is contained in:
parent
fcc1a29b4e
commit
b5b8b317f6
@ -889,6 +889,6 @@ $(WEBOBJ)/Krxstat.xdr.o: $(AFSINT)/Krxstat.xdr.c
|
|||||||
$(CRULE2);
|
$(CRULE2);
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-rm -rf UAFS* AFSWEB* nsapi des
|
-rm -rf UAFS* AFSWEB* nsapi des afs afsint config rx
|
||||||
-rm -f h net netinet rpc ufs machine inet nfs sys des linktest afs afsint config rx
|
-rm -f h net netinet rpc ufs machine inet nfs sys des linktest
|
||||||
|
|
||||||
|
@ -124,7 +124,8 @@ xfs_size_check: xfs_size_check.c
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o *.a AFS_component_version_number.c
|
rm -f *.o *.a AFS_component_version_number.c
|
||||||
rm -f ${SCMPROGS} ${STAGEPROGS} core salvager volinfo
|
rm -f ${SCMPROGS} ${STAGEPROGS} core salvager volinfo gi fs_conv_sol26 fs_conv_dux40D
|
||||||
|
|
||||||
|
|
||||||
beancount:
|
beancount:
|
||||||
wc -l *.c *.h
|
wc -l *.c *.h
|
||||||
|
Loading…
Reference in New Issue
Block a user