pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Also "Assembler source" is a text file for _SUBST_I...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/711b334882d1
branches:  trunk
changeset: 522472:711b334882d1
user:      reed <reed%pkgsrc.org@localhost>
date:      Sun Dec 10 02:25:13 2006 +0000

description:
Also "Assembler source" is a text file for _SUBST_IS_TEXT_FILE.

(Really the file is a wdm config file. Noticed when building wdm.)

diffstat:

 mk/subst.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2680eebc1c2c -r 711b334882d1 mk/subst.mk
--- a/mk/subst.mk       Sun Dec 10 02:15:15 2006 +0000
+++ b/mk/subst.mk       Sun Dec 10 02:25:13 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: subst.mk,v 1.37 2006/11/23 16:27:53 tron Exp $
+# $NetBSD: subst.mk,v 1.38 2006/12/10 02:25:13 reed Exp $
 #
 # This Makefile fragment implements a general text replacement facility.
 # Package makefiles define a ``class'', for each of which a particular
@@ -39,7 +39,7 @@
 _SUBST_IS_TEXT_FILE?= \
        { ${TEST} -f "$$file"                                           \
          && ${FILE_CMD} "$$file"                                       \
-            | ${EGREP} "(executable .* script|shell script|text|libtool)"; \
+            | ${EGREP} "(executable .* script|shell script|text|Assembler source|libtool)";    \
        } >/dev/null 2>&1
 
 _SUBST_BACKUP_SUFFIX=  .subst.sav



Home | Main Index | Thread Index | Old Index