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:
Michael Meffie 2023-06-14 19:33:03 -04:00
parent cee94469b8
commit d3bbd0bda6

View File

@ -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