Fix the bug which removes all empty dirs from distribution. Sorry Jordan...
This commit is contained in:
parent
f10bf24c33
commit
27d441157b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7664
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.127 1995/03/28 19:28:32 phk Exp $
|
||||
# $Id: Makefile,v 1.128 1995/04/07 01:20:19 phk Exp $
|
||||
#
|
||||
# How to roll a release:
|
||||
#
|
||||
@ -218,9 +218,8 @@ release.5:
|
||||
fi ; \
|
||||
done
|
||||
cd ${RD}/trees/bin/usr/share/misc && rm -f termcap.db vgrindefs.db
|
||||
-cd ${RD}/trees ; \
|
||||
find bin ${EXPORT_DISTS} -depth -type d -print | xargs rmdir
|
||||
|
||||
-cd ${RD}/trees && \
|
||||
find ${EXTRA_DISTS} -depth -type d -print | xargs rmdir
|
||||
touch release.5
|
||||
|
||||
# Complete the bootfd
|
||||
|
Loading…
Reference in New Issue
Block a user