Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/pkg_install/sbin/pkg_create revert previkous it...



details:   https://anonhg.NetBSD.org/src/rev/980f3958ec78
branches:  trunk
changeset: 455563:980f3958ec78
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Apr 06 10:37:57 2019 +0000

description:
revert previkous it isn't needed

diffstat:

 external/bsd/pkg_install/sbin/pkg_create/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r 335c21b5821a -r 980f3958ec78 external/bsd/pkg_install/sbin/pkg_create/Makefile
--- a/external/bsd/pkg_install/sbin/pkg_create/Makefile Sat Apr 06 10:29:13 2019 +0000
+++ b/external/bsd/pkg_install/sbin/pkg_create/Makefile Sat Apr 06 10:37:57 2019 +0000
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2019/04/06 10:29:13 pgoyette Exp $
+# $NetBSD: Makefile,v 1.4 2019/04/06 10:37:57 pgoyette Exp $
 # Original from FreeBSD, no rcs id.
 
 PROG= pkg_create
 SRCS= main.c perform.c pl.c util.c build.c
 
-COPTS.main.c+= -Wno-error=implicit-fallthrough
-
 .include <bsd.init.mk>
 
 .PATH: ${DIST}/create



Home | Main Index | Thread Index | Old Index