pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/suse100_linux Avoid expansion of the '$NetBS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b51d5f1d2f0c
branches:  trunk
changeset: 510795:b51d5f1d2f0c
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Tue Apr 04 10:37:50 2006 +0000

description:
Avoid expansion of the '$NetBSD$' CVS Id in the suse100-distinfo target code.

diffstat:

 emulators/suse100_linux/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r df5874dc939b -r b51d5f1d2f0c emulators/suse100_linux/Makefile.common
--- a/emulators/suse100_linux/Makefile.common   Tue Apr 04 09:39:46 2006 +0000
+++ b/emulators/suse100_linux/Makefile.common   Tue Apr 04 10:37:50 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2006/04/03 18:17:55 ghen Exp $
+# $NetBSD: Makefile.common,v 1.3 2006/04/04 10:37:50 ghen Exp $
 
 .include "../../emulators/suse100_linux/vars.mk"
 .include "../../emulators/suse100_linux/arch.mk"
@@ -45,7 +45,7 @@
 
 # regenerate distinfo for all platforms supported by the suse100_* packages
 suse100-distinfo:
-       ( ${ECHO} '$$NetBSD: Makefile.common,v 1.2 2006/04/03 18:17:55 ghen Exp $$';                            \
+       ( ${ECHO} '$$'NetBSD'$$';                       \
        ${ECHO} '';                                     \
        MACHINE_ARCH=i386 ${MAKE} distinfo 1>&2;        \
                ${GREP} rpm distinfo;                   \



Home | Main Index | Thread Index | Old Index