Author: bdrewery
Date: Thu Sep 24 23:15:24 2015
New Revision: 288199
URL: https://svnweb.freebsd.org/changeset/base/288199

Log:
  Add missing CLEANFILES.
  
  MFC after:    1 week
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/gnu/usr.bin/binutils/libbfd/Makefile.i386
  head/kerberos5/libexec/kdigest/Makefile
  head/kerberos5/usr.bin/hxtool/Makefile
  head/kerberos5/usr.bin/kadmin/Makefile
  head/kerberos5/usr.bin/kcc/Makefile
  head/kerberos5/usr.sbin/iprop-log/Makefile
  head/kerberos5/usr.sbin/ktutil/Makefile
  head/lib/clang/include/Makefile
  head/lib/libc/tests/gen/posix_spawn/Makefile
  head/usr.bin/yacc/tests/Makefile
  head/usr.sbin/vigr/Makefile

Modified: head/gnu/usr.bin/binutils/libbfd/Makefile.i386
==============================================================================
--- head/gnu/usr.bin/binutils/libbfd/Makefile.i386      Thu Sep 24 23:08:33 
2015        (r288198)
+++ head/gnu/usr.bin/binutils/libbfd/Makefile.i386      Thu Sep 24 23:15:24 
2015        (r288199)
@@ -17,3 +17,5 @@ VECS= ${DEFAULT_VECTOR} \
 
 peigen.c: peXXigen.c
        sed -e s/XX/pe/g ${.ALLSRC} > ${.TARGET}
+
+CLEANFILES+=   peigen.c

Modified: head/kerberos5/libexec/kdigest/Makefile
==============================================================================
--- head/kerberos5/libexec/kdigest/Makefile     Thu Sep 24 23:08:33 2015        
(r288198)
+++ head/kerberos5/libexec/kdigest/Makefile     Thu Sep 24 23:15:24 2015        
(r288199)
@@ -10,6 +10,8 @@ SRCS= kdigest.c \
        kdigest-commands.c \
        kdigest-commands.h
 
+CLEANFILES=    kdigest-commands.h kdigest-commands.c
+
 kdigest-commands.h: kdigest-commands.in
        ${SLC} ${.ALLSRC:M*.in}
 

Modified: head/kerberos5/usr.bin/hxtool/Makefile
==============================================================================
--- head/kerberos5/usr.bin/hxtool/Makefile      Thu Sep 24 23:08:33 2015        
(r288198)
+++ head/kerberos5/usr.bin/hxtool/Makefile      Thu Sep 24 23:15:24 2015        
(r288199)
@@ -9,6 +9,8 @@ CFLAGS+=        -I${KRB5DIR}/lib/hx509 \
 LIBADD=        hx509 roken asn1 crypto sl vers edit
 SRCS=  hxtool.c hxtool-commands.c hxtool-commands.h
 
+CLEANFILES=    hxtool-commands.h hxtool-commands.c
+
 hxtool-commands.h: hxtool-commands.in
        ${SLC} ${.ALLSRC:M*.in}
 

Modified: head/kerberos5/usr.bin/kadmin/Makefile
==============================================================================
--- head/kerberos5/usr.bin/kadmin/Makefile      Thu Sep 24 23:08:33 2015        
(r288198)
+++ head/kerberos5/usr.bin/kadmin/Makefile      Thu Sep 24 23:15:24 2015        
(r288199)
@@ -31,6 +31,8 @@ DPADD=        ${LDAPDPADD}
 LDADD= ${LDAPLDADD}
 LDFLAGS=${LDAPLDFLAGS}
 
+CLEANFILES=    kadmin-commands.h kadmin-commands.c
+
 .include <bsd.prog.mk>
 
 kadmin-commands.h: ${KRB5DIR}/kadmin/kadmin-commands.in

Modified: head/kerberos5/usr.bin/kcc/Makefile
==============================================================================
--- head/kerberos5/usr.bin/kcc/Makefile Thu Sep 24 23:08:33 2015        
(r288198)
+++ head/kerberos5/usr.bin/kcc/Makefile Thu Sep 24 23:15:24 2015        
(r288199)
@@ -16,6 +16,8 @@ SRCS= kcc.c \
        kswitch.c \
        copy_cred_cache.c
 
+CLEANFILES=    kcc-commands.h kcc-commands.c
+
 kcc-commands.h: kcc-commands.in
        ${SLC} ${.ALLSRC:M*.in}
 

Modified: head/kerberos5/usr.sbin/iprop-log/Makefile
==============================================================================
--- head/kerberos5/usr.sbin/iprop-log/Makefile  Thu Sep 24 23:08:33 2015        
(r288198)
+++ head/kerberos5/usr.sbin/iprop-log/Makefile  Thu Sep 24 23:15:24 2015        
(r288199)
@@ -11,6 +11,8 @@ CFLAGS+=      -I${KRB5DIR}/lib/kadm5 \
 LIBADD=        kadm5srv hdb krb5 roken edit sl vers
 LDFLAGS=${LDAPLDFLAGS}
 
+CLEANFILES=    iprop-commands.h iprop-commands.c
+
 iprop-commands.h: iprop-commands.in
        ${SLC} ${.ALLSRC:M*.in}
 

Modified: head/kerberos5/usr.sbin/ktutil/Makefile
==============================================================================
--- head/kerberos5/usr.sbin/ktutil/Makefile     Thu Sep 24 23:08:33 2015        
(r288198)
+++ head/kerberos5/usr.sbin/ktutil/Makefile     Thu Sep 24 23:15:24 2015        
(r288199)
@@ -19,6 +19,8 @@ SRCS= add.c \
 CFLAGS+=-I${KRB5DIR}/lib/roken -I${KRB5DIR}/lib/sl -I.
 LIBADD=        kadm5clnt krb5 roken crypto edit sl vers
 
+CLEANFILES=    ktutil-commands.h ktutil-commands.c
+
 .include <bsd.prog.mk>
 
 ktutil-commands.h: ${KRB5DIR}/admin/ktutil-commands.in

Modified: head/lib/clang/include/Makefile
==============================================================================
--- head/lib/clang/include/Makefile     Thu Sep 24 23:08:33 2015        
(r288198)
+++ head/lib/clang/include/Makefile     Thu Sep 24 23:15:24 2015        
(r288199)
@@ -54,7 +54,7 @@ INCS= __stddef_max_align_t.h \
        xopintrin.h \
        ${GENINCS}
 GENINCS= arm_neon.h
-CLEANFILES= ${GENINCS}
+CLEANFILES= ${GENINCS} ${GENINCS:C/\.h$/.d/}
 
 # avoid a circular dependency
 GENDIRDEPS_FILTER+= Nusr.bin/clang/clang-tblgen.host

Modified: head/lib/libc/tests/gen/posix_spawn/Makefile
==============================================================================
--- head/lib/libc/tests/gen/posix_spawn/Makefile        Thu Sep 24 23:08:33 
2015        (r288198)
+++ head/lib/libc/tests/gen/posix_spawn/Makefile        Thu Sep 24 23:15:24 
2015        (r288199)
@@ -21,6 +21,8 @@ PROGS+=               h_spawnattr
 SCRIPTS=       h_nonexec
 SCRIPTS+=      h_zero
 
+CLEANFILES+=   h_nonexec
+
 .include "../../Makefile.netbsd-tests"
 
 h_zero:

Modified: head/usr.bin/yacc/tests/Makefile
==============================================================================
--- head/usr.bin/yacc/tests/Makefile    Thu Sep 24 23:08:33 2015        
(r288198)
+++ head/usr.bin/yacc/tests/Makefile    Thu Sep 24 23:15:24 2015        
(r288199)
@@ -17,6 +17,8 @@ TEST_METADATA.yacc_tests+=    required_user
 SCRIPTS=       run_test
 SCRIPTSDIR=    ${TESTSDIR}
 
+CLEANFILES=    run_test
+
 FILESGROUPS=   FILES FILEStest FILEStest_yacc
 
 FILEStestDIR=  ${TESTSDIR}

Modified: head/usr.sbin/vigr/Makefile
==============================================================================
--- head/usr.sbin/vigr/Makefile Thu Sep 24 23:08:33 2015        (r288198)
+++ head/usr.sbin/vigr/Makefile Thu Sep 24 23:15:24 2015        (r288199)
@@ -2,5 +2,6 @@
 
 SCRIPTS=       vigr
 MAN=   vigr.8
+CLEANFILES=    vigr
 
 .include <bsd.prog.mk>
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to