Author: bdrewery
Date: Fri Mar 11 23:45:51 2016
New Revision: 296706
URL: https://svnweb.freebsd.org/changeset/base/296706

Log:
  Add more .NOMETA missed in r291320
  
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/sys/boot/efi/boot1/Makefile
  head/sys/boot/efi/fdt/Makefile
  head/sys/boot/efi/loader/Makefile
  head/sys/boot/ficl/Makefile
  head/sys/boot/i386/gptboot/Makefile
  head/sys/boot/i386/gptzfsboot/Makefile
  head/sys/boot/i386/libfirewire/Makefile
  head/sys/boot/i386/libi386/Makefile
  head/sys/boot/i386/loader/Makefile
  head/sys/boot/i386/zfsboot/Makefile
  head/sys/boot/libstand32/Makefile
  head/sys/boot/ofw/libofw/Makefile
  head/sys/boot/uboot/fdt/Makefile
  head/sys/boot/uboot/lib/Makefile
  head/sys/boot/userboot/ficl/Makefile
  head/sys/boot/zfs/Makefile

Modified: head/sys/boot/efi/boot1/Makefile
==============================================================================
--- head/sys/boot/efi/boot1/Makefile    Fri Mar 11 23:45:45 2016        
(r296705)
+++ head/sys/boot/efi/boot1/Makefile    Fri Mar 11 23:45:51 2016        
(r296706)
@@ -124,13 +124,13 @@ beforedepend ${OBJS}: machine
 
 CLEANFILES+=   machine
 
-machine:
+machine: .NOMETA
        ln -sf ${.CURDIR}/../../../${MACHINE}/include machine
 
 .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
 beforedepend ${OBJS}: x86
 CLEANFILES+=   x86
 
-x86:
+x86: .NOMETA
        ln -sf ${.CURDIR}/../../../x86/include x86
 .endif

Modified: head/sys/boot/efi/fdt/Makefile
==============================================================================
--- head/sys/boot/efi/fdt/Makefile      Fri Mar 11 23:45:45 2016        
(r296705)
+++ head/sys/boot/efi/fdt/Makefile      Fri Mar 11 23:45:51 2016        
(r296706)
@@ -27,7 +27,7 @@ CFLAGS+=      -I${.CURDIR}/../../fdt
 # Pick up the bootstrap header for some interface items
 CFLAGS+=       -I${.CURDIR}/../../common -I${.CURDIR}/../../.. -I.
 
-machine:
+machine: .NOMETA
        ln -sf ${.CURDIR}/../../../${MACHINE}/include machine
 
 CLEANFILES+=   machine

Modified: head/sys/boot/efi/loader/Makefile
==============================================================================
--- head/sys/boot/efi/loader/Makefile   Fri Mar 11 23:45:45 2016        
(r296705)
+++ head/sys/boot/efi/loader/Makefile   Fri Mar 11 23:45:51 2016        
(r296706)
@@ -131,13 +131,13 @@ beforedepend ${OBJS}: machine
 
 CLEANFILES+=   machine
 
-machine:
+machine: .NOMETA
        ln -sf ${.CURDIR}/../../../${MACHINE}/include machine
 
 .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
 beforedepend ${OBJS}: x86
 CLEANFILES+=   x86
 
-x86:
+x86: .NOMETA
        ln -sf ${.CURDIR}/../../../x86/include x86
 .endif

Modified: head/sys/boot/ficl/Makefile
==============================================================================
--- head/sys/boot/ficl/Makefile Fri Mar 11 23:45:45 2016        (r296705)
+++ head/sys/boot/ficl/Makefile Fri Mar 11 23:45:51 2016        (r296706)
@@ -75,7 +75,7 @@ ${SRCS:M*.c:R:S/$/.o/g}: machine
 beforedepend ${OBJS}: machine
 .endif
 
-machine:
+machine: .NOMETA
        ln -sf ${.CURDIR}/../../i386/include machine
 
 CLEANFILES+=   machine

Modified: head/sys/boot/i386/gptboot/Makefile
==============================================================================
--- head/sys/boot/i386/gptboot/Makefile Fri Mar 11 23:45:45 2016        
(r296705)
+++ head/sys/boot/i386/gptboot/Makefile Fri Mar 11 23:45:51 2016        
(r296706)
@@ -74,7 +74,7 @@ gptboot.o: ${.CURDIR}/../../common/ufsre
 .if ${MACHINE_CPUARCH} == "amd64"
 beforedepend gptboot.o: machine
 CLEANFILES+=   machine
-machine:
+machine: .NOMETA
        ln -sf ${.CURDIR}/../../../i386/include machine
 .endif
 

Modified: head/sys/boot/i386/gptzfsboot/Makefile
==============================================================================
--- head/sys/boot/i386/gptzfsboot/Makefile      Fri Mar 11 23:45:45 2016        
(r296705)
+++ head/sys/boot/i386/gptzfsboot/Makefile      Fri Mar 11 23:45:51 2016        
(r296706)
@@ -72,7 +72,7 @@ zfsboot.o: ${.CURDIR}/../../zfs/zfsimpl.
 .if ${MACHINE_CPUARCH} == "amd64"
 beforedepend zfsboot.o: machine
 CLEANFILES+=   machine
-machine:
+machine: .NOMETA
        ln -sf ${.CURDIR}/../../../i386/include machine
 .endif
 

Modified: head/sys/boot/i386/libfirewire/Makefile
==============================================================================
--- head/sys/boot/i386/libfirewire/Makefile     Fri Mar 11 23:45:45 2016        
(r296705)
+++ head/sys/boot/i386/libfirewire/Makefile     Fri Mar 11 23:45:51 2016        
(r296706)
@@ -18,7 +18,7 @@ CFLAGS+=      -Wformat -Wall
 
 .if ${MACHINE_CPUARCH} == "amd64"
 CLEANFILES+=    machine
-machine:
+machine: .NOMETA
        ln -sf ${.CURDIR}/../../../i386/include machine
 .endif
 

Modified: head/sys/boot/i386/libi386/Makefile
==============================================================================
--- head/sys/boot/i386/libi386/Makefile Fri Mar 11 23:45:45 2016        
(r296705)
+++ head/sys/boot/i386/libi386/Makefile Fri Mar 11 23:45:51 2016        
(r296706)
@@ -60,7 +60,7 @@ CFLAGS+= ${FORMAT_EXTENSIONS}
 
 .if ${MACHINE_CPUARCH} == "amd64"
 CLEANFILES+=   machine
-machine:
+machine: .NOMETA
        ln -sf ${.CURDIR}/../../../i386/include machine
 .endif
 

Modified: head/sys/boot/i386/loader/Makefile
==============================================================================
--- head/sys/boot/i386/loader/Makefile  Fri Mar 11 23:45:45 2016        
(r296705)
+++ head/sys/boot/i386/loader/Makefile  Fri Mar 11 23:45:51 2016        
(r296706)
@@ -125,6 +125,6 @@ LDADD=      ${LIBFICL} ${LIBFIREWIRE} ${LIBZF
 beforedepend ${OBJS}: machine
 CLEANFILES+=   machine
 CFLAGS+=       -DLOADER_PREFER_AMD64
-machine:
+machine: .NOMETA
        ln -sf ${.CURDIR}/../../../i386/include machine
 .endif

Modified: head/sys/boot/i386/zfsboot/Makefile
==============================================================================
--- head/sys/boot/i386/zfsboot/Makefile Fri Mar 11 23:45:45 2016        
(r296705)
+++ head/sys/boot/i386/zfsboot/Makefile Fri Mar 11 23:45:51 2016        
(r296706)
@@ -85,7 +85,7 @@ SRCS= zfsboot.c
 .if ${MACHINE_CPUARCH} == "amd64"
 beforedepend zfsboot.o: machine
 CLEANFILES+=   machine
-machine:
+machine: .NOMETA
        ln -sf ${.CURDIR}/../../../i386/include machine
 .endif
 

Modified: head/sys/boot/libstand32/Makefile
==============================================================================
--- head/sys/boot/libstand32/Makefile   Fri Mar 11 23:45:45 2016        
(r296705)
+++ head/sys/boot/libstand32/Makefile   Fri Mar 11 23:45:51 2016        
(r296706)
@@ -23,6 +23,6 @@ CFLAGS+=      -m32 -I.
 .if ${MACHINE_CPUARCH} == "amd64"
 CLEANFILES+= machine
 beforedepend ${OBJS}: machine
-machine:
+machine: .NOMETA
        ln -fs ${.CURDIR}/../../i386/include machine
 .endif

Modified: head/sys/boot/ofw/libofw/Makefile
==============================================================================
--- head/sys/boot/ofw/libofw/Makefile   Fri Mar 11 23:45:45 2016        
(r296705)
+++ head/sys/boot/ofw/libofw/Makefile   Fri Mar 11 23:45:51 2016        
(r296706)
@@ -25,7 +25,7 @@ SRCS+=                ppc64_elf_freebsd.c
 CFLAGS+= -DDISK_DEBUG
 .endif
 
-machine:
+machine: .NOMETA
        ln -sf ${.CURDIR}/../../../${MACHINE_CPUARCH}/include machine
 
 CLEANFILES+=   machine

Modified: head/sys/boot/uboot/fdt/Makefile
==============================================================================
--- head/sys/boot/uboot/fdt/Makefile    Fri Mar 11 23:45:45 2016        
(r296705)
+++ head/sys/boot/uboot/fdt/Makefile    Fri Mar 11 23:45:51 2016        
(r296706)
@@ -23,7 +23,7 @@ CFLAGS+=      -I${.CURDIR}/../../fdt
 # Pick up the bootstrap header for some interface items
 CFLAGS+=       -I${.CURDIR}/../../common -I${.CURDIR}/../../.. -I.
 
-machine:
+machine: .NOMETA
        ln -sf ${.CURDIR}/../../../${MACHINE_CPUARCH}/include machine
 
 CLEANFILES+=   machine

Modified: head/sys/boot/uboot/lib/Makefile
==============================================================================
--- head/sys/boot/uboot/lib/Makefile    Fri Mar 11 23:45:45 2016        
(r296705)
+++ head/sys/boot/uboot/lib/Makefile    Fri Mar 11 23:45:51 2016        
(r296706)
@@ -41,7 +41,7 @@ CFLAGS+=      -I${.CURDIR}/../../common -I${.
 CFLAGS+= -DDISK_DEBUG
 .endif
 
-machine:
+machine: .NOMETA
        ln -sf ${.CURDIR}/../../../${MACHINE_CPUARCH}/include machine
 
 CLEANFILES+=   machine

Modified: head/sys/boot/userboot/ficl/Makefile
==============================================================================
--- head/sys/boot/userboot/ficl/Makefile        Fri Mar 11 23:45:45 2016        
(r296705)
+++ head/sys/boot/userboot/ficl/Makefile        Fri Mar 11 23:45:51 2016        
(r296706)
@@ -53,7 +53,7 @@ softcore.c: ${SOFTWORDS} softcore.awk
 #
 #beforedepend ${OBJS}: machine
 #
-#machine:
+#machine: .NOMETA
 #      ln -sf ${.CURDIR}/../../i386/include machine
 #
 #CLEANFILES+=  machine

Modified: head/sys/boot/zfs/Makefile
==============================================================================
--- head/sys/boot/zfs/Makefile  Fri Mar 11 23:45:45 2016        (r296705)
+++ head/sys/boot/zfs/Makefile  Fri Mar 11 23:45:51 2016        (r296706)
@@ -21,7 +21,7 @@ CFLAGS+=      -Wformat -Wall
 
 .if ${MACHINE_CPUARCH} == "amd64"
 CLEANFILES+=    machine
-machine:
+machine: .NOMETA
        ln -sf ${.CURDIR}/../../i386/include machine
 .endif
 
_______________________________________________
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