mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
Clean up packages directory with make clean
The 'packages' directory is created by the top makefile when building source tarballs and RPM package files. Remove this directory when running 'make clean', just like we already do for the output of the legacy 'make dest' target. Change-Id: Icc912e8025d15dd2f3f52c9ffaa9d29f8c19268b Reviewed-on: https://gerrit.openafs.org/15475 Reviewed-by: Cheyenne Wills <cwills@sinenomine.net> Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
This commit is contained in:
parent
cee94469b8
commit
d3bbd0bda6
@ -756,7 +756,7 @@ clean2:
|
||||
-(cd src/libuafs; /bin/rm -rf afs afsint config rx)
|
||||
-(cd tests ${COMPILE_CLEAN})
|
||||
-/bin/rm -rf ${TOP_INCDIR} ${TOP_LIBDIR}
|
||||
-/bin/rm -rf libafs_tree ${SYS_NAME}
|
||||
-/bin/rm -rf libafs_tree ${SYS_NAME} packages
|
||||
|
||||
dist:
|
||||
./build-tools/make-release --dir=packages HEAD
|
||||
|
Loading…
Reference in New Issue
Block a user