From rene at FreeBSD.org Sun Jan 2 20:53:52 2011 From: rene at FreeBSD.org (Rene Ladan) Date: Sun Jan 2 20:53:54 2011 Subject: PERFORCE change 187389 for review Message-ID: <201101022053.p02KrpLh028538@skunkworks.freebsd.org> http://p4web.freebsd.org/@@187389?ac=10 Change 187389 by rene@rene_acer on 2011/01/02 20:53:50 MFen: where.sgml: 1.105 -> 1.107 share/sgml/header.l10n.ent: 1.14 -> 1.15 Affected files ... .. //depot/projects/docproj_nl/www/nl/share/sgml/header.l10n.ent#17 edit .. //depot/projects/docproj_nl/www/nl/where.sgml#22 edit Differences ... ==== //depot/projects/docproj_nl/www/nl/share/sgml/header.l10n.ent#17 (text+ko) ==== @@ -1,6 +1,6 @@ @@ -14,7 +14,7 @@ Sitemap | - Wettelijke mededelingen | © 1995-2010 Het FreeBSD Project. + Wettelijke mededelingen | © 1995-2011 Het FreeBSD Project. Alle rechten voorbehouden.'> beginpagina | contact | legaal | ©right;'> ==== //depot/projects/docproj_nl/www/nl/where.sgml#22 (text+ko) ==== @@ -6,7 +6,7 @@ ]> &header; @@ -186,7 +186,7 @@ -
The Reference Systems Administrators are responsible for administrating, - upgrading and maintaining the reference systems in the FreeBSD cluster. - These systems are available to all FreeBSD committers.
- --Copyright (c) 1996-2010 Wolfram Schneider +Copyright (c) 1996-2011 Wolfram Schneider Copyright (c) 1993-1995 Berkeley Software Design, Inc. This data is part of a licensed program from BERKELEY SOFTWARE ==== //depot/projects/docproj_nl/www/en/cgi/mid.cgi#4 (text+ko) ==== @@ -1,6 +1,6 @@ #!/usr/bin/perl -T # -# Copyright (c) March 1998-2010 Wolfram Schneider. Berlin. +# Copyright (c) March 1998-2011 Wolfram Schneider . Berlin. # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -26,7 +26,7 @@ # # Search a mail by Message-ID, References or In-Reply-To field # -# $FreeBSD: www/en/cgi/mid.cgi,v 1.18 2009/12/31 16:37:18 wosch Exp $ +# $FreeBSD: www/en/cgi/mid.cgi,v 1.19 2011/01/08 14:58:27 wosch Exp $ require "./cgi-lib.pl"; require "./cgi-style.pl"; ==== //depot/projects/docproj_nl/www/en/cgi/mirror.cgi#3 (text+ko) ==== @@ -1,5 +1,5 @@ #!/usr/bin/perl -T -# (c) 1996-2010 Wolfram Schneider. Public domain. +# (c) 1996-2011 Wolfram Schneider. Public domain. # # FreeBSD WWW mirror redirect # ==== //depot/projects/docproj_nl/www/en/cgi/missing_handler.cgi#3 (text+ko) ==== @@ -1,5 +1,5 @@ #!/usr/bin/perl -T -# Copyright (c) July 1997-2010. Wolfram Schneider +# Copyright (c) July 1997-2011. Wolfram Schneider # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -52,7 +52,7 @@ # # _________________________________________________________________ # -# $FreeBSD: www/en/cgi/missing_handler.cgi,v 1.20 2009/12/31 16:37:18 wosch Exp $ +# $FreeBSD: www/en/cgi/missing_handler.cgi,v 1.21 2011/01/08 14:58:27 wosch Exp $ # ---------------------------------------------------------------------- sub escape($) { $_ = $_[0]; s/&/&/g; s/</g; s/>/>/g; $_; } ==== //depot/projects/docproj_nl/www/en/cgi/pds.cgi#3 (text+ko) ==== @@ -1,5 +1,5 @@ #!/usr/bin/perl -T -# Copyright (c) 1997-2010 Wolfram Schneider , Berlin. +# Copyright (c) 1997-2011 Wolfram Schneider , Berlin. # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -26,7 +26,7 @@ # pds.cgi - FreeBSD Ports download sources cgi script # print a list of source files for a port # -# $FreeBSD: www/en/cgi/pds.cgi,v 1.13 2009/12/31 16:37:18 wosch Exp $ +# $FreeBSD: www/en/cgi/pds.cgi,v 1.14 2011/01/08 14:58:27 wosch Exp $ sub escape($) { $_ = $_[0]; s/&/&/g; s/</g; s/>/>/g; $_; } ==== //depot/projects/docproj_nl/www/en/cgi/ports.cgi#6 (text+ko) ==== @@ -1,6 +1,6 @@ #!/usr/bin/perl -T # -# Copyright (c) 1996-2010 Wolfram Schneider +# Copyright (c) 1996-2011 Wolfram Schneider # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD: www/en/cgi/ports.cgi,v 1.100 2010/12/29 12:48:29 wosch Exp $ +# $FreeBSD: www/en/cgi/ports.cgi,v 1.101 2011/01/08 14:58:27 wosch Exp $ # # ports.cgi - search engine for FreeBSD ports # o search for a port by name or description @@ -515,10 +515,10 @@ print qq{ -© 1996-2010 by Wolfram Schneider. All rights reserved.
+© 1996-2011 by Wolfram Schneider. All rights reserved.
}; -#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.100 2010/12/29 12:48:29 wosch Exp $} . "
\n"; +#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.101 2011/01/08 14:58:27 wosch Exp $} . "
\n"; print qq{Please direct questions about this service to $mailto
\n}; print qq{General questions about FreeBSD ports should be sent to } ==== //depot/projects/docproj_nl/www/en/cgi/url.cgi#3 (text+ko) ==== @@ -1,6 +1,6 @@ #!/usr/bin/perl -T # -# Copyright (c) Oct 1997-1999 Wolfram Schneider. Berlin. +# Copyright (c) Oct 1997-2011 Wolfram Schneider . Berlin. # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -26,7 +26,7 @@ # # url.cgi - make plain text URLs clickable # -# $FreeBSD: www/en/cgi/url.cgi,v 1.37 2010/08/28 19:15:22 wosch Exp $ +# $FreeBSD: www/en/cgi/url.cgi,v 1.38 2011/01/08 14:58:27 wosch Exp $ use strict; ==== //depot/projects/docproj_nl/www/en/donations/donors.sgml#38 (text+ko) ==== @@ -1,6 +1,6 @@ - + %developers; @@ -2823,6 +2823,18 @@ fjoe received
The following releases are no longer supported but are listed + here for reference purposes.
+Branch | +Release | +Type | +Release Date | +EoL | +
---|---|---|---|---|
RELENG_4 | +n/a | +n/a | +n/a | +January 31, 2007 | +
RELENG_4_11 | +4.11-RELEASE | +Extended | +January 25, 2005 | +January 31, 2007 | +
RELENG_5 | +n/a | +n/a | +n/a | +May 31, 2008 | +
RELENG_5_3 | +5.3-RELEASE | +Extended | +November 6, 2004 | +October 31, 2006 | +
RELENG_5_4 | +5.4-RELEASE | +Normal | +May 9, 2005 | +October 31, 2006 | +
RELENG_5_5 | +5.5-RELEASE | +Extended | +May 25, 2006 | +May 31, 2008 | +
RELENG_6 | +n/a | +n/a | +n/a | +November 30, 2010 | +
RELENG_6_0 | +6.0-RELEASE | +Normal | +November 4, 2005 | +January 31, 2007 | +
RELENG_6_1 | +6.1-RELEASE | +Extended | +May 9, 2006 | +May 31, 2008 | +
RELENG_6_2 | +6.2-RELEASE | +Normal | +January 15, 2007 | +May 31, 2008 | +
RELENG_6_3 | +6.3-RELEASE | +Extended | +January 18, 2008 | +January 31, 2010 | +
RELENG_6_4 | +6.4-RELEASE | +Extended | +November 28, 2008 | +November 30, 2010 | +
RELENG_7_0 | +7.0-RELEASE | +Normal | +February 27, 2008 | +April 30, 2009 | +
RELENG_7_2 | +7.2-RELEASE | +Normal | +May 4, 2009 | +June 30, 2010 | +
RELENG_8_0 | +8.0-RELEASE | +Normal | +November 25, 2009 | +November 30, 2010 | +
Date | Advisory name |
---|---|
Date | |
Chromium | +FreeBSD-specific Chromium issues | +
Bugbusters | Coordination of the Problem Report handling effort | 7.1-RELEASE | Extended | January 4, 2009 | -January 31, 2011 | +February 28, 2011 |
RELENG_7_3 | From trasz at FreeBSD.org Mon Jan 31 20:10:48 2011 From: trasz at FreeBSD.org (Edward Tomasz Napierala) Date: Mon Jan 31 20:10:53 2011 Subject: PERFORCE change 188393 for review Message-ID: <201101312010.p0VKAlwG017797@skunkworks.freebsd.org> http://p4web.freebsd.org/@@188393?ac=10 Change 188393 by trasz@trasz_victim on 2011/01/31 20:10:29 IFC. Affected files ... .. //depot/projects/soc2009/trasz_limits/Makefile#12 integrate .. //depot/projects/soc2009/trasz_limits/Makefile.inc1#19 integrate .. //depot/projects/soc2009/trasz_limits/bin/sh/jobs.c#11 integrate .. //depot/projects/soc2009/trasz_limits/contrib/tzdata/australasia#5 integrate .. //depot/projects/soc2009/trasz_limits/contrib/tzdata/northamerica#4 integrate .. //depot/projects/soc2009/trasz_limits/etc/ftpusers#2 integrate .. //depot/projects/soc2009/trasz_limits/etc/group#2 integrate .. //depot/projects/soc2009/trasz_limits/etc/mail/aliases#2 integrate .. //depot/projects/soc2009/trasz_limits/etc/master.passwd#2 integrate .. //depot/projects/soc2009/trasz_limits/gnu/lib/libgcc/Makefile#13 integrate .. //depot/projects/soc2009/trasz_limits/libexec/rtld-elf/rtld.c#19 integrate .. //depot/projects/soc2009/trasz_limits/sbin/hastd/hast.h#7 integrate .. //depot/projects/soc2009/trasz_limits/sbin/hastd/hastd.c#13 integrate .. //depot/projects/soc2009/trasz_limits/sbin/hastd/hastd.h#6 integrate .. //depot/projects/soc2009/trasz_limits/sbin/hastd/pjdlog.c#9 integrate .. //depot/projects/soc2009/trasz_limits/sbin/hastd/pjdlog.h#5 integrate .. //depot/projects/soc2009/trasz_limits/sbin/hastd/primary.c#13 integrate .. //depot/projects/soc2009/trasz_limits/sbin/hastd/proto.c#5 integrate .. //depot/projects/soc2009/trasz_limits/sbin/hastd/proto.h#4 integrate .. //depot/projects/soc2009/trasz_limits/sbin/hastd/proto_common.c#4 integrate .. //depot/projects/soc2009/trasz_limits/sbin/hastd/proto_impl.h#3 integrate .. //depot/projects/soc2009/trasz_limits/sbin/hastd/proto_socketpair.c#4 integrate .. //depot/projects/soc2009/trasz_limits/sbin/hastd/proto_tcp4.c#5 integrate .. //depot/projects/soc2009/trasz_limits/sbin/hastd/proto_uds.c#3 integrate .. //depot/projects/soc2009/trasz_limits/sbin/hastd/secondary.c#9 integrate .. //depot/projects/soc2009/trasz_limits/sbin/hastd/subr.c#2 integrate .. //depot/projects/soc2009/trasz_limits/sbin/hastd/subr.h#2 integrate .. //depot/projects/soc2009/trasz_limits/sbin/ifconfig/ifieee80211.c#12 integrate .. //depot/projects/soc2009/trasz_limits/share/syscons/keymaps/Makefile#4 integrate .. //depot/projects/soc2009/trasz_limits/sys/amd64/linux32/linux32_machdep.c#8 integrate .. //depot/projects/soc2009/trasz_limits/sys/amd64/linux32/linux32_proto.h#5 integrate .. //depot/projects/soc2009/trasz_limits/sys/amd64/linux32/syscalls.master#4 integrate .. //depot/projects/soc2009/trasz_limits/sys/arm/include/fdt.h#3 integrate .. //depot/projects/soc2009/trasz_limits/sys/arm/s3c2xx0/std.ln2410sbc#2 integrate .. //depot/projects/soc2009/trasz_limits/sys/compat/linprocfs/linprocfs.c#14 integrate .. //depot/projects/soc2009/trasz_limits/sys/compat/linux/linux_futex.c#6 integrate .. //depot/projects/soc2009/trasz_limits/sys/compat/linux/linux_futex.h#3 integrate .. //depot/projects/soc2009/trasz_limits/sys/conf/files#45 integrate .. //depot/projects/soc2009/trasz_limits/sys/dev/ahci/ahci.c#20 integrate .. //depot/projects/soc2009/trasz_limits/sys/dev/alc/if_alc.c#18 integrate .. //depot/projects/soc2009/trasz_limits/sys/dev/ata/ata-pci.h#13 integrate .. //depot/projects/soc2009/trasz_limits/sys/dev/ata/chipsets/ata-intel.c#13 integrate .. //depot/projects/soc2009/trasz_limits/sys/dev/ath/ath_hal/ah.h#8 integrate .. //depot/projects/soc2009/trasz_limits/sys/dev/ath/ath_hal/ar5416/ar5416.h#6 integrate .. //depot/projects/soc2009/trasz_limits/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c#8 integrate .. //depot/projects/soc2009/trasz_limits/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c#7 integrate .. //depot/projects/soc2009/trasz_limits/sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c#6 integrate .. //depot/projects/soc2009/trasz_limits/sys/dev/ath/ath_hal/ar5416/ar5416phy.h#5 integrate .. //depot/projects/soc2009/trasz_limits/sys/dev/ath/ath_hal/ar5416/ar5416reg.h#7 integrate .. //depot/projects/soc2009/trasz_limits/sys/dev/ath/ath_hal/ar9001/ar9160_attach.c#2 integrate .. //depot/projects/soc2009/trasz_limits/sys/dev/ath/ath_hal/ar9002/ar9280.h#2 integrate .. //depot/projects/soc2009/trasz_limits/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c#2 integrate .. //depot/projects/soc2009/trasz_limits/sys/dev/ath/ath_hal/ar9002/ar9285.h#2 integrate .. //depot/projects/soc2009/trasz_limits/sys/dev/ath/ath_hal/ar9002/ar9285_attach.c#2 integrate .. //depot/projects/soc2009/trasz_limits/sys/dev/ath/if_ath.c#21 integrate .. //depot/projects/soc2009/trasz_limits/sys/dev/ath/if_ath_debug.c#1 branch .. //depot/projects/soc2009/trasz_limits/sys/dev/ath/if_ath_debug.h#1 branch .. //depot/projects/soc2009/trasz_limits/sys/dev/ath/if_ath_misc.h#1 branch .. //depot/projects/soc2009/trasz_limits/sys/dev/ath/if_ath_tx.c#1 branch .. //depot/projects/soc2009/trasz_limits/sys/dev/ath/if_ath_tx.h#1 branch .. //depot/projects/soc2009/trasz_limits/sys/dev/ath/if_athvar.h#8 integrate .. //depot/projects/soc2009/trasz_limits/sys/dev/cs/if_cs.c#6 integrate .. //depot/projects/soc2009/trasz_limits/sys/dev/cs/if_csreg.h#3 integrate .. //depot/projects/soc2009/trasz_limits/sys/dev/cs/if_csvar.h#2 integrate .. //depot/projects/soc2009/trasz_limits/sys/dev/fdt/fdt_common.c#4 integrate .. //depot/projects/soc2009/trasz_limits/sys/dev/fdt/fdt_pci.c#3 integrate .. //depot/projects/soc2009/trasz_limits/sys/dev/fdt/fdtbus.c#2 integrate .. //depot/projects/soc2009/trasz_limits/sys/dev/flash/mx25l.c#4 integrate .. //depot/projects/soc2009/trasz_limits/sys/dev/ichsmb/ichsmb_pci.c#4 integrate .. //depot/projects/soc2009/trasz_limits/sys/dev/ichwd/ichwd.c#9 integrate .. //depot/projects/soc2009/trasz_limits/sys/dev/ichwd/ichwd.h#5 integrate .. //depot/projects/soc2009/trasz_limits/sys/dev/tsec/if_tsec_fdt.c#2 integrate .. //depot/projects/soc2009/trasz_limits/sys/dev/xen/netfront/netfront.c#10 integrate .. //depot/projects/soc2009/trasz_limits/sys/i386/linux/linux_machdep.c#6 integrate .. //depot/projects/soc2009/trasz_limits/sys/i386/linux/linux_proto.h#3 integrate .. //depot/projects/soc2009/trasz_limits/sys/i386/linux/syscalls.master#2 integrate .. //depot/projects/soc2009/trasz_limits/sys/modules/ath/Makefile#5 integrate .. //depot/projects/soc2009/trasz_limits/sys/net80211/ieee80211_ioctl.c#8 integrate .. //depot/projects/soc2009/trasz_limits/sys/net80211/ieee80211_scan.c#5 integrate .. //depot/projects/soc2009/trasz_limits/sys/netinet/sctp.h#8 integrate .. //depot/projects/soc2009/trasz_limits/sys/netinet/sctp_cc_functions.c#10 integrate .. //depot/projects/soc2009/trasz_limits/sys/netinet/sctp_constants.h#10 integrate .. //depot/projects/soc2009/trasz_limits/sys/netinet/sctp_header.h#4 integrate .. //depot/projects/soc2009/trasz_limits/sys/netinet/sctp_indata.c#18 integrate .. //depot/projects/soc2009/trasz_limits/sys/netinet/sctp_indata.h#4 integrate .. //depot/projects/soc2009/trasz_limits/sys/netinet/sctp_input.c#19 integrate .. //depot/projects/soc2009/trasz_limits/sys/netinet/sctp_output.c#24 integrate .. //depot/projects/soc2009/trasz_limits/sys/netinet/sctp_output.h#6 integrate .. //depot/projects/soc2009/trasz_limits/sys/netinet/sctp_pcb.c#20 integrate .. //depot/projects/soc2009/trasz_limits/sys/netinet/sctp_structs.h#11 integrate .. //depot/projects/soc2009/trasz_limits/sys/netinet/sctp_sysctl.c#11 integrate .. //depot/projects/soc2009/trasz_limits/sys/netinet/sctp_sysctl.h#9 integrate .. //depot/projects/soc2009/trasz_limits/sys/netinet/sctp_timer.c#13 integrate .. //depot/projects/soc2009/trasz_limits/sys/netinet/sctp_uio.h#11 integrate .. //depot/projects/soc2009/trasz_limits/sys/netinet/sctputil.c#22 integrate .. //depot/projects/soc2009/trasz_limits/sys/netinet/tcp_usrreq.c#13 integrate .. //depot/projects/soc2009/trasz_limits/sys/powerpc/include/fdt.h#3 integrate .. //depot/projects/soc2009/trasz_limits/sys/powerpc/include/intr_machdep.h#5 integrate .. //depot/projects/soc2009/trasz_limits/sys/powerpc/include/openpicvar.h#4 integrate .. //depot/projects/soc2009/trasz_limits/sys/powerpc/mambo/mambo_openpic.c#2 integrate .. //depot/projects/soc2009/trasz_limits/sys/powerpc/mpc85xx/atpic.c#7 integrate .. //depot/projects/soc2009/trasz_limits/sys/powerpc/mpc85xx/isa.c#3 integrate .. //depot/projects/soc2009/trasz_limits/sys/powerpc/mpc85xx/nexus.c#3 integrate .. //depot/projects/soc2009/trasz_limits/sys/powerpc/mpc85xx/openpic_fdt.c#2 integrate .. //depot/projects/soc2009/trasz_limits/sys/powerpc/mpc85xx/pci_fdt.c#2 integrate .. //depot/projects/soc2009/trasz_limits/sys/powerpc/powermac/cpcht.c#6 integrate .. //depot/projects/soc2009/trasz_limits/sys/powerpc/powermac/hrowpic.c#5 integrate .. //depot/projects/soc2009/trasz_limits/sys/powerpc/powermac/openpic_macio.c#5 integrate .. //depot/projects/soc2009/trasz_limits/sys/powerpc/powerpc/intr_machdep.c#8 integrate .. //depot/projects/soc2009/trasz_limits/sys/powerpc/powerpc/openpic.c#7 integrate .. //depot/projects/soc2009/trasz_limits/sys/powerpc/powerpc/pic_if.m#4 integrate .. //depot/projects/soc2009/trasz_limits/sys/powerpc/ps3/ps3pic.c#2 integrate .. //depot/projects/soc2009/trasz_limits/sys/powerpc/psim/openpic_iobus.c#3 integrate .. //depot/projects/soc2009/trasz_limits/sys/vm/vm_map.c#32 integrate .. //depot/projects/soc2009/trasz_limits/sys/vm/vm_page.c#26 integrate .. //depot/projects/soc2009/trasz_limits/tools/regression/bin/sh/execution/killed2.0#1 branch .. //depot/projects/soc2009/trasz_limits/tools/tools/ath/athpow/athpow.c#2 integrate .. //depot/projects/soc2009/trasz_limits/usr.bin/xlint/arch/powerpc64/targparam.h#3 integrate .. //depot/projects/soc2009/trasz_limits/usr.sbin/newsyslog/newsyslog.8#5 integrate .. //depot/projects/soc2009/trasz_limits/usr.sbin/newsyslog/newsyslog.c#8 integrate .. //depot/projects/soc2009/trasz_limits/usr.sbin/newsyslog/newsyslog.conf.5#4 integrate .. //depot/projects/soc2009/trasz_limits/usr.sbin/newsyslog/pathnames.h#2 integrate .. //depot/projects/soc2009/trasz_limits/usr.sbin/sysinstall/installUpgrade.c#4 integrate Differences ... ==== //depot/projects/soc2009/trasz_limits/Makefile#12 (text+ko) ==== @@ -1,5 +1,5 @@ # -# $FreeBSD: src/Makefile,v 1.382 2011/01/25 08:13:31 bz Exp $ +# $FreeBSD: src/Makefile,v 1.383 2011/01/31 15:17:47 imp Exp $ # # The user-driven targets are: # @@ -126,6 +126,38 @@ -m ${.CURDIR}/share/mk _MAKE= PATH=${PATH} ${BINMAKE} -f Makefile.inc1 +# Guess machine architecture from machine type, and vice versa. +.if !defined(TARGET_ARCH) && defined(TARGET) +_TARGET_ARCH= ${TARGET:S/pc98/i386/:S/sun4v/sparc64/:S/mips/mipsel/} +.elif !defined(TARGET) && defined(TARGET_ARCH) && \ + ${TARGET_ARCH} != ${MACHINE_ARCH} +_TARGET= ${TARGET_ARCH:C/mips.*e[lb]/mips/:C/armeb/arm/} +.endif +# Legacy names, for a transition period mips:mips -> mipsel:mips +.if defined(TARGET) && defined(TARGET_ARCH) && \ + ${TARGET_ARCH} == "mips" && ${TARGET} == "mips" +.warning "TARGET_ARCH of mips is deprecated in favor of mipsel or mipseb" +.if defined(TARGET_BIG_ENDIAN) +_TARGET_ARCH=mipseb +.else +_TARGET_ARCH=mipsel +.endif +.endif +# arm with TARGET_BIG_ENDIAN -> armeb +.if defined(TARGET_ARCH) && ${TARGET_ARCH} == "arm" && defined(TARGET_BIG_ENDIAN) +.warning "TARGET_ARCH of arm with TARGET_BIG_ENDIAN is deprecated. use armeb" +_TARGET_ARCH=armeb +.endif +.if defined(TARGET) && !defined(_TARGET) +_TARGET=${TARGET} +.endif +.if defined(TARGET_ARCH) && !defined(_TARGET_ARCH) +_TARGET_ARCH=${TARGET_ARCH} +.endif +# Otherwise, default to current machine type and architecture. +_TARGET?= ${MACHINE} +_TARGET_ARCH?= ${MACHINE_ARCH} + # # Make sure we have an up-to-date make(1). Only world and buildworld # should do this as those are the initial targets used for upgrades. @@ -173,8 +205,7 @@ # ${TGTS}: - ${_+_}@cd ${.CURDIR}; \ - ${_MAKE} ${.TARGET} + ${_+_}cd ${.CURDIR}; ${_MAKE} TARGET=${_TARGET} TARGET_ARCH=${_TARGET_ARCH} ${.TARGET} # Set a reasonable default .MAIN: all ==== //depot/projects/soc2009/trasz_limits/Makefile.inc1#19 (text+ko) ==== @@ -1,5 +1,5 @@ # -# $FreeBSD: src/Makefile.inc1,v 1.676 2011/01/07 20:26:33 imp Exp $ +# $FreeBSD: src/Makefile.inc1,v 1.677 2011/01/31 15:17:47 imp Exp $ # # Make command line options: # -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir @@ -116,32 +116,6 @@ VERSION+= ${OSRELDATE} .endif -# Guess machine architecture from machine type, and vice versa. -.if !defined(TARGET_ARCH) && defined(TARGET) -TARGET_ARCH= ${TARGET:S/pc98/i386/:S/sun4v/sparc64/:S/mips/mipsel/} -.elif !defined(TARGET) && defined(TARGET_ARCH) && \ - ${TARGET_ARCH} != ${MACHINE_ARCH} -TARGET= ${TARGET_ARCH:C/mips.*e[lb]/mips/:C/armeb/arm/} -.endif -# Legacy names, for a transition period mips:mips -> mipsel:mips -.if defined(TARGET) && defined(TARGET_ARCH) && \ - ${TARGET_ARCH} == "mips" && ${TARGET} == "mips" -.warning "TARGET_ARCH of mips is deprecated in favor of mipsel or mipseb" -.if defined(TARGET_BIG_ENDIAN) -TARGET_ARCH=mipseb -.else -TARGET_ARCH=mipsel -.endif -.endif -# arm with TARGET_BIG_ENDIAN -> armeb -.if defined(TARGET_ARCH) && ${TARGET_ARCH} == "arm" && defined(TARGET_BIG_ENDIAN) -.warning "TARGET_ARCH of arm with TARGET_BIG_ENDIAN is deprecated. use armeb" -TARGET_ARCH=armeb -.endif -# Otherwise, default to current machine type and architecture. -TARGET?= ${MACHINE} -TARGET_ARCH?= ${MACHINE_ARCH} - KNOWN_ARCHES?= amd64 arm armeb/arm i386 i386/pc98 ia64 mipsel/mips mipseb/mips mips64el/mips mips64eb/mips mipsn32el/mips mipsn32eb/mips powerpc powerpc64/powerpc sparc64 sparc64/sun4v .if ${TARGET} == ${TARGET_ARCH} _t= ${TARGET} ==== //depot/projects/soc2009/trasz_limits/bin/sh/jobs.c#11 (text+ko) ==== @@ -36,7 +36,7 @@ #endif #endif /* not lint */ #include