Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/evbppc/conf/Makefile.obs405.inc
RevisionDateAuthorComments
 1.14  11-Feb-2024  christos PR/57924: Jan-Benedict Glaw: Use $MKREPRO_TIMESTAMP for mkubootimage
 1.13  28-Jul-2016  maya Fix typo in Makefile which resulted in kernel image not being generated

From Rin Okuyama in PR/51369
 1.12  05-Aug-2014  apb branches: 1.12.2; 1.12.4; 1.12.6; 1.12.8;
Use ${TOOL_GZIP_N} instead of ${TOOL_GZIP} -n, and similarly
use ${TOOL_GZIP_N} -9 instead of ${TOOL_GZIP} -9n, etc.

This will pass -nT instead of just -n if the gzip program is
actually pigz.
 1.11  03-Mar-2014  joerg branches: 1.11.2;
Spell it TOOL_STAT.
 1.10  03-Mar-2014  joerg Use nbstat when cross-compiling, unbreaks build on Linux.
 1.9  27-Jan-2014  apb Pass the -n flag to gzip invocations.

This prevents it from embedding a timestamp in the output. We pass
"-n" unconditionally, not conditional on MKREPRO, because many other
invocations of gzip already passed the -n flag unconditionally.
 1.8  27-Jan-2014  apb Use ${TOOL_GZIP} instead of just gzip in all Makefiles
outside */dist/* subdirectories.

When USE_PIGZGZIP=yes, bsd.own.mk sets TOOL_GZIP=${TOOL_PIGZ},
so there's no need to test USE_PIGZGZIP in these Makefiles.
 1.7  20-Mar-2013  kiyohara branches: 1.7.6;
Use mkubootimage, if obs600.
 1.6  30-Oct-2010  uebayasi branches: 1.6.8; 1.6.14; 1.6.18;
Handle kernel file names other than "netbsd".
 1.5  18-Mar-2010  kiyohara Support Plathome's OpenBlockS600.
 1.4  18-May-2009  mrg branches: 1.4.2; 1.4.4;
apply the change from PR 40289 - use ppc405 on openblocks ppc405 kernel.
 1.3  24-Nov-2005  dbj branches: 1.3.78;
. Have dbsym explicitly suggest increasing SYMTAB_SPACE when
an overflow occurs.
. Make this error a fatal build time error
. Move the support for dbsym into the MI Makefile.kern.inc,
conditional upon the SYMTAB_SPACE option being defined in
the kernel config file.
 1.2  17-Mar-2005  jmc branches: 1.2.2; 1.2.8;
Can't depend on shell scripts being executable from CVS. Preface mkimg.sh with
${HOST_SH}
 1.1  23-Sep-2003  shige branches: 1.1.2; 1.1.4; 1.1.8; 1.1.10; 1.1.12; 1.1.16;
Add new evbppc port.
This port is for OpenBlockS266.
OpenBlockS266: IBM405GPr OpenBIOS.
X1226 is a rtc chip connected with IIC bus.
 1.1.16.1  22-Mar-2005  tron Pull up revision 1.2 (requested by jmc in ticket #49):
Can't depend on shell scripts being executable from CVS. Preface mkimg.sh with
${HOST_SH}
 1.1.12.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.1.10.1  29-Apr-2005  kent sync with -current
 1.1.8.1  22-Mar-2005  tron Pull up revision 1.2 (requested by jmc in ticket #1350):
Can't depend on shell scripts being executable from CVS. Preface mkimg.sh with
${HOST_SH}
 1.1.4.6  11-Dec-2005  christos Sync with head.
 1.1.4.5  01-Apr-2005  skrll Sync with HEAD.
 1.1.4.4  21-Sep-2004  skrll Fix the sync with head I botched.
 1.1.4.3  18-Sep-2004  skrll Sync with HEAD.
 1.1.4.2  03-Aug-2004  skrll Sync with HEAD
 1.1.4.1  23-Sep-2003  skrll file Makefile.obs405.inc was added on branch ktrace-lwp on 2004-08-03 10:34:16 +0000
 1.1.2.1  22-Mar-2005  tron Pull up revision 1.2 (requested by jmc in ticket #1350):
Can't depend on shell scripts being executable from CVS. Preface mkimg.sh with
${HOST_SH}
 1.2.8.1  29-Nov-2005  yamt sync with head.
 1.2.2.1  21-Jun-2006  yamt sync with head.
 1.3.78.2  11-Aug-2010  yamt sync with head.
 1.3.78.1  20-Jun-2009  yamt sync with head
 1.4.4.2  05-Mar-2011  rmind sync with head
 1.4.4.1  30-May-2010  rmind sync with head
 1.4.2.2  06-Nov-2010  uebayasi Sync with HEAD.
 1.4.2.1  30-Apr-2010  uebayasi Sync with HEAD.
 1.6.18.3  03-Dec-2017  jdolecek update from HEAD
 1.6.18.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.6.18.1  23-Jun-2013  tls resync from head
 1.6.14.2  27-Aug-2016  bouyer Pull up following revision(s) (requested by maya in ticket #1396):
sys/arch/evbppc/conf/Makefile.walnut.inc: revision 1.9
sys/arch/evbppc/conf/Makefile.obs405.inc: revision 1.13
sys/arch/evbppc/conf/Makefile.ev64260.inc: revision 1.8
Fix typo in Makefile which resulted in kernel image not being generated
From Rin Okuyama in PR/51369
 1.6.14.1  11-Apr-2014  msaitoh Pull up following revision(s) (requested by joerg in ticket #1035):
distrib/evbppc/md-kernel/Makefile 1.4
sys/arch/evbppc/compile/walnut-mkimg.sh 1.5
sys/arch/evbppc/conf/Makefile.ev64260.inc 1.6-1.7
sys/arch/evbppc/conf/Makefile.obs405.inc 1.10-1.11
sys/arch/evbppc/conf/Makefile.walnut.inc 1.7-1.8

Use TOOL_* for cross compiling. Fixes buiild break on linux.
 1.6.8.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.7.6.1  18-May-2014  rmind sync with head
 1.11.2.1  10-Aug-2014  tls Rebase.
 1.12.8.1  06-Aug-2016  pgoyette Sync with HEAD
 1.12.6.1  27-Aug-2016  bouyer Pull up following revision(s) (requested by maya in ticket #1211):
sys/arch/evbppc/conf/Makefile.walnut.inc: revision 1.9
sys/arch/evbppc/conf/Makefile.obs405.inc: revision 1.13
sys/arch/evbppc/conf/Makefile.ev64260.inc: revision 1.8
Fix typo in Makefile which resulted in kernel image not being generated
From Rin Okuyama in PR/51369
 1.12.4.1  05-Oct-2016  skrll Sync with HEAD
 1.12.2.1  27-Aug-2016  bouyer Pull up following revision(s) (requested by maya in ticket #1211):
sys/arch/evbppc/conf/Makefile.walnut.inc: revision 1.9
sys/arch/evbppc/conf/Makefile.obs405.inc: revision 1.13
sys/arch/evbppc/conf/Makefile.ev64260.inc: revision 1.8
Fix typo in Makefile which resulted in kernel image not being generated
From Rin Okuyama in PR/51369

RSS XML Feed