Correct "makesums" calls to use the correct directory name for installation

kernels.  This should fix PR port-arm/14145.
This commit is contained in:
bjh21 2002-03-20 17:05:52 +00:00
parent 85fc920f4f
commit b15cf8e89f
4 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.3 2002/01/31 02:15:28 reinoud Exp $
# $NetBSD: Makefile.inc,v 1.4 2002/03/20 17:05:52 bjh21 Exp $
#
# etc.acorn32/Makefile.inc -- acorn32-specific etc Makefile targets
#
@ -17,5 +17,5 @@ snap_md_post:
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
cd ${.CURDIR}/../distrib/acorn32 && ${MAKE} release
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/kernels '*.gz'
sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/kernel '*.gz'
sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/misc '*.gz'

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.1 2002/01/23 15:41:42 skrll Exp $
# $NetBSD: Makefile.inc,v 1.2 2002/03/20 17:05:52 bjh21 Exp $
#
# etc.cats/Makefile.inc -- cats-specific etc Makefile targets
#
@ -18,5 +18,5 @@ snap_md_post:
# cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
# cd ${.CURDIR}/../distrib/cats && ${MAKE} release
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
# sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/kernels '*.gz'
# sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/kernel '*.gz'
# sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/misc '*.gz'

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.2 2001/11/29 22:45:57 thorpej Exp $
# $NetBSD: Makefile.inc,v 1.3 2002/03/20 17:05:53 bjh21 Exp $
#
# etc.netwinder/Makefile.inc -- netwinder-specific etc Makefile targets
#
@ -17,5 +17,5 @@ snap_md_post:
# cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
# cd ${.CURDIR}/../distrib/arm32 && ${MAKE} release
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
# sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/kernels '*.gz'
# sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/kernel '*.gz'
# sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/misc '*.gz'

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.1 2002/02/10 19:30:42 pooka Exp $
# $NetBSD: Makefile.inc,v 1.2 2002/03/20 17:05:53 bjh21 Exp $
#
# etc.shark/Makefile.inc -- shark-specific etc Makefile targets
#
@ -18,5 +18,5 @@ snap_md_post:
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
cd ${.CURDIR}/../distrib/shark && ${MAKE} release
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/kernels '*.gz'
sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/kernel '*.gz'
sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/misc '*.gz'