From owner-svn-src-head@freebsd.org Wed Jun 12 00:03:03 2019 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D948F15CA98B; Wed, 12 Jun 2019 00:03:02 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 793048648A; Wed, 12 Jun 2019 00:03:02 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4F1C491D9; Wed, 12 Jun 2019 00:03:02 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5C0321p023179; Wed, 12 Jun 2019 00:03:02 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5C030G9023172; Wed, 12 Jun 2019 00:03:00 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201906120003.x5C030G9023172@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 12 Jun 2019 00:03:00 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r348979 - in head/sys/modules: iwmfw iwnfw mwlfw ralfw rtwnfw usb/rsufw usb/runfw X-SVN-Group: head X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: in head/sys/modules: iwmfw iwnfw mwlfw ralfw rtwnfw usb/rsufw usb/runfw X-SVN-Commit-Revision: 348979 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 793048648A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jun 2019 00:03:03 -0000 Author: bdrewery Date: Wed Jun 12 00:03:00 2019 New Revision: 348979 URL: https://svnweb.freebsd.org/changeset/base/348979 Log: Stop using .OODATE for extracting firmware. This fixes META_MODE rebuilding since it assumes that it this is a non-consistent build command. These are always unencoded consistently though and do not need to use the .OODATE/$? mechanism. MFC after: 2 weeks Reported by: npn Sponsored by: DellEMC Modified: head/sys/modules/iwmfw/Makefile.inc head/sys/modules/iwnfw/Makefile.inc head/sys/modules/mwlfw/Makefile head/sys/modules/ralfw/Makefile.inc head/sys/modules/rtwnfw/Makefile.inc head/sys/modules/usb/rsufw/Makefile.inc head/sys/modules/usb/runfw/Makefile Modified: head/sys/modules/iwmfw/Makefile.inc ============================================================================== --- head/sys/modules/iwmfw/Makefile.inc Tue Jun 11 23:46:31 2019 (r348978) +++ head/sys/modules/iwmfw/Makefile.inc Wed Jun 12 00:03:00 2019 (r348979) @@ -15,4 +15,4 @@ FIRMWS= ${_FIRM}:${KMOD} #FIRMWARE_LICENSE= ${_FIRM}: ${SRCTOP}/sys/contrib/dev/iwm/${_FIRM}.uu - uudecode -p $? > ${.TARGET} + uudecode -p ${.ALLSRC} > ${.TARGET} Modified: head/sys/modules/iwnfw/Makefile.inc ============================================================================== --- head/sys/modules/iwnfw/Makefile.inc Tue Jun 11 23:46:31 2019 (r348978) +++ head/sys/modules/iwnfw/Makefile.inc Wed Jun 12 00:03:00 2019 (r348979) @@ -15,4 +15,4 @@ FIRMWS= ${_FIRM}:${KMOD} #FIRMWARE_LICENSE= ${_FIRM}: ${SRCTOP}/sys/contrib/dev/iwn/${_FIRM}.uu - uudecode -p $? > ${.TARGET} + uudecode -p ${.ALLSRC} > ${.TARGET} Modified: head/sys/modules/mwlfw/Makefile ============================================================================== --- head/sys/modules/mwlfw/Makefile Tue Jun 11 23:46:31 2019 (r348978) +++ head/sys/modules/mwlfw/Makefile Wed Jun 12 00:03:00 2019 (r348979) @@ -6,9 +6,9 @@ FIRMWS= mw88W8363.fw:mw88W8363fw mwlboot.fw:mwlboot CLEANFILES+= mw88W8363.fw mwlboot.fw mw88W8363.fw: ${SRCTOP}/sys/contrib/dev/mwl/mw88W8363.fw.uu - uudecode -p $? > ${.TARGET} + uudecode -p ${.ALLSRC} > ${.TARGET} mwlboot.fw: ${SRCTOP}/sys/contrib/dev/mwl/mwlboot.fw.uu - uudecode -p $? > ${.TARGET} + uudecode -p ${.ALLSRC} > ${.TARGET} .include Modified: head/sys/modules/ralfw/Makefile.inc ============================================================================== --- head/sys/modules/ralfw/Makefile.inc Tue Jun 11 23:46:31 2019 (r348978) +++ head/sys/modules/ralfw/Makefile.inc Wed Jun 12 00:03:00 2019 (r348979) @@ -12,4 +12,4 @@ CLEANFILES+= ${_FIRM} FIRMWS= ${_FIRM}:${KMOD} ${_FIRM}: ${SRCTOP}/sys/contrib/dev/ral/${_FIRM}.uu - uudecode -p $? > ${.TARGET} + uudecode -p ${.ALLSRC} > ${.TARGET} Modified: head/sys/modules/rtwnfw/Makefile.inc ============================================================================== --- head/sys/modules/rtwnfw/Makefile.inc Tue Jun 11 23:46:31 2019 (r348978) +++ head/sys/modules/rtwnfw/Makefile.inc Wed Jun 12 00:03:00 2019 (r348979) @@ -12,4 +12,4 @@ FIRMWS= ${_FIRM}:${KMOD}:111 # FIRMWARE_LICENSE= realtek ${_FIRM}: ${SRCTOP}/sys/contrib/dev/rtwn/${_FIRM}.uu - uudecode -p $? > ${.TARGET} + uudecode -p ${.ALLSRC} > ${.TARGET} Modified: head/sys/modules/usb/rsufw/Makefile.inc ============================================================================== --- head/sys/modules/usb/rsufw/Makefile.inc Tue Jun 11 23:46:31 2019 (r348978) +++ head/sys/modules/usb/rsufw/Makefile.inc Wed Jun 12 00:03:00 2019 (r348979) @@ -12,4 +12,4 @@ FIRMWS= ${_FIRM}:${KMOD}:120 # FIRMWARE_LICENSE= realtek ${_FIRM}: ${SRCTOP}/sys/contrib/dev/rsu/${_FIRM}.uu - uudecode -p $? > ${.TARGET} + uudecode -p ${.ALLSRC} > ${.TARGET} Modified: head/sys/modules/usb/runfw/Makefile ============================================================================== --- head/sys/modules/usb/runfw/Makefile Tue Jun 11 23:46:31 2019 (r348978) +++ head/sys/modules/usb/runfw/Makefile Wed Jun 12 00:03:00 2019 (r348979) @@ -6,6 +6,6 @@ FIRMWS= run.fw:runfw:1 CLEANFILES= run.fw run.fw: ${SRCTOP}/sys/contrib/dev/run/rt2870.fw.uu - uudecode -p $? > ${.TARGET} + uudecode -p ${.ALLSRC} > ${.TARGET} .include