head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2017.03.20.18.06.07; author bouyer; state dead; branches; next 1.1; commitid UIkDeoKV4TqUGjKz; 1.1 date 2016.12.29.23.12.23; author wiz; state Exp; branches; next ; commitid rbn5RRsoW55uZVzz; desc @@ 1.2 log @Remove obsolete patches, they are obsolete since the switch to the 46 version @ text @$NetBSD: patch-af,v 1.1 2016/12/29 23:12:23 wiz Exp $ --- firmware/etherboot/Makefile.orig 2011-03-25 10:42:50.000000000 +0000 +++ firmware/etherboot/Makefile @@@@ -34,18 +34,10 @@@@ eb-roms.h: Config $(MAKE) NO_WERROR=1 $@@.new mv -f $@@.new $@@ -$T: - if ! wget -O _$T $(IPXE_TARBALL_URL); then \ - $(GIT) clone $(IPXE_GIT_URL) $D.git; \ - (cd $D.git && $(GIT) archive --format=tar --prefix=$D/ \ - $(IPXE_GIT_TAG) | gzip >../_$T); \ - rm -rf $D.git; \ - fi - mv _$T $T +$D: + ln -sf $(WRKSRC)/../../ipxe $D -$D/src/arch/i386/Makefile: $T Config - rm -rf $D - gzip -dc $T | tar xf - +$D/src/arch/i386/Makefile: $D Config for i in $$(cat patches/series) ; do \ patch -d $D -p1 --quiet