pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/check Oops.
details: https://anonhg.NetBSD.org/pkgsrc/rev/113209a98c60
branches: trunk
changeset: 551423:113209a98c60
user: rillig <rillig%pkgsrc.org@localhost>
date: Mon Dec 15 12:28:49 2008 +0000
description:
Oops.
diffstat:
mk/check/check-stripped.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 240ab71016ff -r 113209a98c60 mk/check/check-stripped.mk
--- a/mk/check/check-stripped.mk Mon Dec 15 12:10:45 2008 +0000
+++ b/mk/check/check-stripped.mk Mon Dec 15 12:28:49 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: check-stripped.mk,v 1.2 2008/12/15 11:03:49 rillig Exp $
+# $NetBSD: check-stripped.mk,v 1.3 2008/12/15 12:28:49 rillig Exp $
#
# This file checks that after installation, all binaries conform to the
# setting of INSTALL_UNSTRIPPED.
@@ -49,7 +49,7 @@
${DELAYED_WARNING_MSG} "[check-stripped.mk] File \"$$dpfile\" cannot be read."; \
continue; \
fi; \
- ftype=`LC_ALL=C ${FILE_CMD} ./$$dpfile`; \
+ ftype=`LC_ALL=C ${FILE_CMD} $$dpfile`; \
case $$want_stripped,$$ftype in \
yes,*:*\ ELF\ *,\ not\ stripped*) ${DELAYED_ERROR_MSG} "[check-stripped.mk] $$dpfile should be stripped, but is not.";; \
no,*:*\ ELF\ *,\ stripped*) ${DELAYED_ERROR_MSG} "[check-stripped.mk] $$dpfile should NOT be stripped, but it is.";; \
Home |
Main Index |
Thread Index |
Old Index