mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
remove vestigial reference to 'sia'
Commit 21006bb844
oops-sias-dead-20080906 removed references to 'sia'
from the tree, but overlooked the reference in the clean2 rule. This
results in a harmless error from 'make clean', or any target with
'clean' as a dependency:
/bin/sh: line 0: cd: sia: No such file or directory
make[1]: [clean2] Error 1 (ignored)
Remove this last reference to eliminate the error.
Change-Id: Ic2827998e3b272acc7714238d0755c5ec2ad2b95
Reviewed-on: https://gerrit.openafs.org/14890
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
This commit is contained in:
parent
b5e0fb0c88
commit
6163ebf345
@ -728,7 +728,6 @@ clean2:
|
||||
-${COMPILE_PART1} bozo ${COMPILE_CLEAN}
|
||||
-${COMPILE_PART1} vfsck ${COMPILE_CLEAN}
|
||||
-${COMPILE_PART1} tsm41 ${COMPILE_CLEAN}
|
||||
-${COMPILE_PART1} sia ${COMPILE_CLEAN}
|
||||
-${COMPILE_PART1} aklog ${COMPILE_CLEAN}
|
||||
-${COMPILE_PART1} pam ${COMPILE_CLEAN}
|
||||
-${COMPILE_PART1} afsweb ${COMPILE_CLEAN}
|
||||
|
Loading…
Reference in New Issue
Block a user