Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Oct 2015 17:49:14 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r289042 - in stable/10/kerberos5: libexec/kdigest usr.bin/hxtool usr.bin/kadmin usr.bin/kcc usr.sbin/iprop-log usr.sbin/ktutil
Message-ID:  <201510081749.t98HnEVN040711@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Thu Oct  8 17:49:14 2015
New Revision: 289042
URL: https://svnweb.freebsd.org/changeset/base/289042

Log:
  MFC r288198,r288200:
  
    r288198:
      Remove unneeded dependency line.
    r288200:
      Remove unneeded dependency of '.o: .h' that bsd.prog.mk already handles.

Modified:
  stable/10/kerberos5/libexec/kdigest/Makefile
  stable/10/kerberos5/usr.bin/hxtool/Makefile
  stable/10/kerberos5/usr.bin/kadmin/Makefile
  stable/10/kerberos5/usr.bin/kcc/Makefile
  stable/10/kerberos5/usr.sbin/iprop-log/Makefile
  stable/10/kerberos5/usr.sbin/ktutil/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/kerberos5/libexec/kdigest/Makefile
==============================================================================
--- stable/10/kerberos5/libexec/kdigest/Makefile	Thu Oct  8 17:48:49 2015	(r289041)
+++ stable/10/kerberos5/libexec/kdigest/Makefile	Thu Oct  8 17:49:14 2015	(r289042)
@@ -18,9 +18,7 @@ CLEANFILES=	kdigest-commands.h kdigest-c
 kdigest-commands.h: kdigest-commands.in
 	${SLC} ${.ALLSRC:M*.in}
 
-.for ext in c o
-kdigest-commands.${ext}: kdigest-commands.h
-.endfor
+kdigest-commands.c: kdigest-commands.h
 
 .include <bsd.prog.mk>
 

Modified: stable/10/kerberos5/usr.bin/hxtool/Makefile
==============================================================================
--- stable/10/kerberos5/usr.bin/hxtool/Makefile	Thu Oct  8 17:48:49 2015	(r289041)
+++ stable/10/kerberos5/usr.bin/hxtool/Makefile	Thu Oct  8 17:49:14 2015	(r289042)
@@ -15,9 +15,7 @@ CLEANFILES=	hxtool-commands.h hxtool-com
 hxtool-commands.h: hxtool-commands.in
 	${SLC} ${.ALLSRC:M*.in}
 
-.for ext in c o
-hxtool-commands.${ext}: hxtool-commands.h
-.endfor
+hxtool-commands.c: hxtool-commands.h
 
 .include <bsd.prog.mk>
 

Modified: stable/10/kerberos5/usr.bin/kadmin/Makefile
==============================================================================
--- stable/10/kerberos5/usr.bin/kadmin/Makefile	Thu Oct  8 17:48:49 2015	(r289041)
+++ stable/10/kerberos5/usr.bin/kadmin/Makefile	Thu Oct  8 17:49:14 2015	(r289042)
@@ -43,9 +43,7 @@ CLEANFILES=	kadmin-commands.h kadmin-com
 kadmin-commands.h: ${KRB5DIR}/kadmin/kadmin-commands.in
 	${SLC} ${.ALLSRC:M*.in}
 
-.for ext in o c
-kadmin-commands.${ext}: kadmin-commands.h
-.endfor
+kadmin-commands.c: kadmin-commands.h
 
 .PATH: ${KRB5DIR}/kadmin
 

Modified: stable/10/kerberos5/usr.bin/kcc/Makefile
==============================================================================
--- stable/10/kerberos5/usr.bin/kcc/Makefile	Thu Oct  8 17:48:49 2015	(r289041)
+++ stable/10/kerberos5/usr.bin/kcc/Makefile	Thu Oct  8 17:49:14 2015	(r289042)
@@ -24,9 +24,7 @@ CLEANFILES=	kcc-commands.h kcc-commands.
 kcc-commands.h: kcc-commands.in
 	${SLC} ${.ALLSRC:M*.in}
 
-.for ext in c o
-kcc-commands.${ext}: kcc-commands.h
-.endfor
+kcc-commands.c: kcc-commands.h
 
 .include <bsd.prog.mk>
 

Modified: stable/10/kerberos5/usr.sbin/iprop-log/Makefile
==============================================================================
--- stable/10/kerberos5/usr.sbin/iprop-log/Makefile	Thu Oct  8 17:48:49 2015	(r289041)
+++ stable/10/kerberos5/usr.sbin/iprop-log/Makefile	Thu Oct  8 17:49:14 2015	(r289042)
@@ -19,9 +19,7 @@ CLEANFILES=	iprop-commands.h iprop-comma
 iprop-commands.h: iprop-commands.in
 	${SLC} ${.ALLSRC:M*.in}
 
-.for ext in c o
-iprop-commands.${ext}: iprop-commands.h
-.endfor
+iprop-commands.c: iprop-commands.h
 
 .include <bsd.prog.mk>
 

Modified: stable/10/kerberos5/usr.sbin/ktutil/Makefile
==============================================================================
--- stable/10/kerberos5/usr.sbin/ktutil/Makefile	Thu Oct  8 17:48:49 2015	(r289041)
+++ stable/10/kerberos5/usr.sbin/ktutil/Makefile	Thu Oct  8 17:49:14 2015	(r289042)
@@ -29,8 +29,6 @@ CLEANFILES=	ktutil-commands.h ktutil-com
 ktutil-commands.h: ${KRB5DIR}/admin/ktutil-commands.in
 	${SLC} ${.ALLSRC:M*.in}
 
-.for ext in c o
-ktutil-commands.${ext}: ktutil-commands.h
-.endfor
+ktutil-commands.c: ktutil-commands.h
 
 .PATH: ${KRB5DIR}/admin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510081749.t98HnEVN040711>