mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
lwp: Ignore and clean the rw test utility
The lwp test utility "rw" is not built by default. But if someone builds it explicitly, we should clean it during an clean pass. Also add it to a .gitignore file. Change-Id: I0ad90e504dedfaa71268221b443c4414327892d4 Reviewed-on: https://gerrit.openafs.org/15972 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Mark Vitale <mvitale@sinenomine.net> Reviewed-by: Cheyenne Wills <cwills@sinenomine.net> Reviewed-by: Andrew Deason <adeason@sinenomine.net>
This commit is contained in:
parent
d9a21ae07b
commit
65a891b126
5
src/lwp/.gitignore
vendored
Normal file
5
src/lwp/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
# After changing this file, please run
|
||||
# git ls-files -i --exclude-standard
|
||||
# to check that you haven't inadvertently ignored any tracked files.
|
||||
|
||||
/rw
|
@ -224,6 +224,6 @@ buildtools: ${TOP_LIBDIR}/liblwp.a depinstall
|
||||
#
|
||||
clean:
|
||||
$(LT_CLEAN)
|
||||
$(RM) -f *.o *.a core AFS_component_version_number.c
|
||||
$(RM) -f *.o *.a core rw AFS_component_version_number.c
|
||||
|
||||
include ../config/Makefile.version
|
||||
|
Loading…
Reference in New Issue
Block a user