Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/common install correct item with IMAGETAR_RELEASEDIR...



details:   https://anonhg.NetBSD.org/src/rev/199c2c991168
branches:  trunk
changeset: 526618:199c2c991168
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue May 07 02:40:55 2002 +0000

description:
install correct item with IMAGETAR_RELEASEDIR release target

diffstat:

 distrib/common/Makefile.image |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r e011a4931d28 -r 199c2c991168 distrib/common/Makefile.image
--- a/distrib/common/Makefile.image     Tue May 07 02:38:44 2002 +0000
+++ b/distrib/common/Makefile.image     Tue May 07 02:40:55 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.image,v 1.13 2002/05/03 14:21:44 lukem Exp $
+#      $NetBSD: Makefile.image,v 1.14 2002/05/07 02:40:55 lukem Exp $
 #
 # Makefile snippet to build a tree from the provided lists,
 # and make an ffs file system image from that tree
@@ -95,8 +95,8 @@
 CLEANFILES+=   ${IMAGETAR} ${IMAGETAR}.tmp
 
 .if defined(IMAGETAR_RELEASEDIR)
-release: check_RELEASEDIR .WAIT ${IMAGE}.gz
-       ${RELEASE_INSTALL} ${IMAGE}.gz ${RELEASEDIR}/${IMAGETAR_RELEASEDIR}
+release: check_RELEASEDIR .WAIT ${IMAGETAR}
+       ${RELEASE_INSTALL} ${IMAGETAR} ${RELEASEDIR}/${IMAGETAR_RELEASEDIR}
 .endif
 
 .endif # IMAGETAR                                              # }



Home | Main Index | Thread Index | Old Index