pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils
Module Name: pkgsrc
Committed By: aymeric
Date: Sun Oct 14 19:26:55 UTC 2018
Modified Files:
pkgsrc/sysutils: Makefile
pkgsrc/sysutils/u-boot: Makefile
Log Message:
Glue in u-boot-de0-nanosoc
To generate a diff of this commit:
cvs rdiff -u -r1.779 -r1.780 pkgsrc/sysutils/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/u-boot/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/Makefile
diff -u pkgsrc/sysutils/Makefile:1.779 pkgsrc/sysutils/Makefile:1.780
--- pkgsrc/sysutils/Makefile:1.779 Tue Oct 9 15:20:34 2018
+++ pkgsrc/sysutils/Makefile Sun Oct 14 19:26:55 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.779 2018/10/09 15:20:34 abs Exp $
+# $NetBSD: Makefile,v 1.780 2018/10/14 19:26:55 aymeric Exp $
#
COMMENT= System utilities
@@ -618,6 +618,7 @@ SUBDIR+= u-boot-chip-pro
SUBDIR+= u-boot-cubieboard2
SUBDIR+= u-boot-cubieboard4
SUBDIR+= u-boot-cubietruck
+SUBDIR+= u-boot-de0-nanosoc
SUBDIR+= u-boot-hummingbird-a31
SUBDIR+= u-boot-jetson-tk1
SUBDIR+= u-boot-jetson-tx1
Index: pkgsrc/sysutils/u-boot/Makefile
diff -u pkgsrc/sysutils/u-boot/Makefile:1.6 pkgsrc/sysutils/u-boot/Makefile:1.7
--- pkgsrc/sysutils/u-boot/Makefile:1.6 Wed Jun 27 14:02:59 2018
+++ pkgsrc/sysutils/u-boot/Makefile Sun Oct 14 19:26:55 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2018/06/27 14:02:59 thorpej Exp $
+# $NetBSD: Makefile,v 1.7 2018/10/14 19:26:55 aymeric Exp $
#
.include "../../sysutils/u-boot/u-boot-version.mk"
@@ -22,6 +22,7 @@ DEPENDS+= u-boot-chip-[0-9]*:../../sysut
DEPENDS+= u-boot-cubieboard2-[0-9]*:../../sysutils/u-boot-cubieboard2
DEPENDS+= u-boot-cubieboard4-[0-9]*:../../sysutils/u-boot-cubieboard4
DEPENDS+= u-boot-cubietruck-[0-9]*:../../sysutils/u-boot-cubietruck
+DEPENDS+= u-boot-de0-nanosoc-[0-9]*:../../sysutils/u-boot-de0-nanosoc
DEPENDS+= u-boot-hummingbird-a31-[0-9]*:../../sysutils/u-boot-hummingbird-a31
DEPENDS+= u-boot-jetson-tk1-[0-9]*:../../sysutils/u-boot-jetson-tk1
DEPENDS+= u-boot-jetson-tx1-[0-9]*:../../sysutils/u-boot-jetson-tx1
Home |
Main Index |
Thread Index |
Old Index