History log of /freebsd/sys/conf/Makefile.powerpc (Results 76 – 100 of 2401)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/4.3.0_cvs, release/4.3.0, vendor/groff/1.17, vendor/libreadline/4.2, vendor/tzdata/tzdata2001b, vendor/tcpdump/3.6.2, vendor/libpcap/0.6.2
# 581a68a2 02-Apr-2001 Warner Losh <imp@FreeBSD.org>

Add support for MODULES_OVERRIDE. This is a list of modules to build
instead of all of them. You can put this in /etc/make.conf or in
makeoptions.

Reviewed by: arch@

# docs to follow.


Revision tags: vendor/ee/1.4.1, vendor/file/3.34
# 483cbcc1 24-Mar-2001 David E. O'Brien <obrien@FreeBSD.org>

Restore the careful preservation of .depend (rev 1.78 of Makefile.i386)
that I removed in my last commit dealing with `make depend' bogons.
This commit has some races, but hopefully they are too shor

Restore the careful preservation of .depend (rev 1.78 of Makefile.i386)
that I removed in my last commit dealing with `make depend' bogons.
This commit has some races, but hopefully they are too short to matter.
Unfortuneatly, neither .newdep nor .olddep is removed by `make clean'.

Submitted by: bde

show more ...


Revision tags: vendor/gcc/2.95.3-with_sjlj_fix, vendor/gcc/2.95.3
# 5ca7924a 12-Mar-2001 Kris Kennaway <kris@FreeBSD.org>

Use CPUTYPE to add appropriate compiler flags to COPTFLAGS for kernel
builds. This may be disabled using the NO_CPU_COPTFLAGS variable.

Reviewed by: arch


Revision tags: vendor/opie/2.32.2001.03.04, vendor/tcsh/6.10-2001-01-28, vendor/sendmail/8.11.3
# b1fe9741 27-Feb-2001 Peter Wemm <peter@FreeBSD.org>

Add a 'clobber' target.. Like 'clean' but it takes out even the config
generated stuff, leaving only 'version' in the build dir.


Revision tags: vendor/misc-GNU/bc/1.0.6
# 29604605 25-Feb-2001 Peter Wemm <peter@FreeBSD.org>

genassym.sh does not work with a.out because the sizes are rounded up
by the compiler. ie: char foo[0] comes out as 4 bytes on a.out, and
we depended on it coming out as 0 for the script version. :-

genassym.sh does not work with a.out because the sizes are rounded up
by the compiler. ie: char foo[0] comes out as 4 bytes on a.out, and
we depended on it coming out as 0 for the script version. :-(

Make double sure that genassym.o is built and nm'ed in elf mode.

(ia64 skipped since it is stuck on the linux toolchain and doesn't
understand the -elf switches)

show more ...


Revision tags: vendor/openssl/0.9.6-2001-02-10, vendor/bind/8.2.3
# 8e739d9f 17-Feb-2001 Marcel Moolenaar <marcel@FreeBSD.org>

Revert gensetdefs.pl reversal.


Revision tags: vendor/heimdal/0.3e
# f1a87e83 12-Feb-2001 David E. O'Brien <obrien@FreeBSD.org>

Fix `make depend' => `make kernel-depend'. Using the dependancy file
when rebuilding it is just Wrong.


Revision tags: vendor/ipfilter/3.4.16, vendor/ipfilter-sys/v3-4-16, vendor/acpica/20010125
# 8e8cae2b 28-Jan-2001 Marcel Moolenaar <marcel@FreeBSD.org>

Revert previous commit. I messed up my testing.


# 136345c0 28-Jan-2001 Marcel Moolenaar <marcel@FreeBSD.org>

Improve kernel bootstrapping:
o Use objdump instead of gensetdefs(1) to build the linker sets.
o Allow overriding of nm and objdump in resp. genassym.sh and
gensetdefs.pl for non-native toolchai

Improve kernel bootstrapping:
o Use objdump instead of gensetdefs(1) to build the linker sets.
o Allow overriding of nm and objdump in resp. genassym.sh and
gensetdefs.pl for non-native toolchains.

Reviewed by: arch
Perl improvements: Jos Backus <josb@cncdsl.com>, benno

show more ...


Revision tags: vendor/sendmail/8.11.2
# dfea516d 19-Jan-2001 John Baldwin <jhb@FreeBSD.org>

Change the reinstall.debug target to depend on
{kernel,modules}-reinstall.debug rather than {kernel,modules}-reinstall.
Otherwise, the '.debug' portion of the target is lost, and you end up
reinstall

Change the reinstall.debug target to depend on
{kernel,modules}-reinstall.debug rather than {kernel,modules}-reinstall.
Otherwise, the '.debug' portion of the target is lost, and you end up
reinstalling the non debug version instead of the debug version.

show more ...


# 5ae7f4d7 19-Jan-2001 Peter Wemm <peter@FreeBSD.org>

Corresponding version bump for config with the DEV_FOO replacement for
the NFOO count option.


Revision tags: vendor/kerberosIV/1.0.5
# 1bc9ef16 24-Dec-2000 David E. O'Brien <obrien@FreeBSD.org>

Back out the modules `make obj' speedup.
I cannot find a way to do this with the more esoteric source dir schemes
I thought of.


# c59a148d 22-Dec-2000 David E. O'Brien <obrien@FreeBSD.org>

Use the canonical spelling for the path to sys.


# ded454a1 21-Dec-2000 David E. O'Brien <obrien@FreeBSD.org>

Greatly speed up the module `depend' phase.


Revision tags: vendor/acpica/20001215, vendor/gcc/cvs-20000711-1732, vendor/kerberosIV/1.0-tfutil, vendor/kerberosIV/1.0-kdc_reply, vendor/kerberosIV/1.0-extra
# 7e820aaa 08-Dec-2000 Mike Smith <msmith@FreeBSD.org>

Next-phase PCI system update; move PCI core code to sys/dev and update
header include path to include sys/dev to avoid massive #include updates.


Revision tags: vendor/acpica/20001201, vendor/groff/1.16.1, vendor/openssh/2.3.0, vendor/acpica/20001115, vendor/tcsh/6.10, vendor/file/3.33, vendor/binutils/2.10.1, vendor/binutils/2.10.0
# 3f964411 25-Nov-2000 Peter Wemm <peter@FreeBSD.org>

Make the xxxFILES= list generation generic. This makes it easier to add
things like MFILES= or CONFFILES= without having to modify config code.


Revision tags: release/4.2.0
# 363ea5ea 17-Nov-2000 David E. O'Brien <obrien@FreeBSD.org>

Fix the `make -jX' (X>1) breakage.

Based on patch submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org>
Reviewed by: marcel, bde


Revision tags: vendor/openssh/20001110, vendor/openssl/0.9.6, vendor/bind/8.2.3-aa-patch, vendor/file/3.32, vendor/tcsh/6.09.01-20001031, vendor/isc-dhcp/2.0pl5_v3_fixes, vendor/isc-dhcp/FBSD_ISC_DHCP_2_0_PL5_+_V3_FIXES, vendor/isc-dhcp/FBSD_ISC_DHCP_2_0_PL5, vendor/isc-dhcp/2.0pl5, vendor/bind/8.2.3.t6b
# 26dac111 29-Oct-2000 Poul-Henning Kamp <phk@FreeBSD.org>

Add a hook for doing #include magic (for src/tools/tools/kerninclude).


Revision tags: vendor/ipfilter/3.4.13, vendor/ipfilter-sys/v3-4-13
# a06f3df8 28-Oct-2000 Mike Smith <msmith@FreeBSD.org>

Connect the new ACPICA code to the 'acpica' device.


Revision tags: vendor/acpica/20001020, vendor/ipfilter/3.4.12, vendor/ipfilter-sys/v3-4-12, vendor/tzdata/tzdata2000g
# 41291607 14-Oct-2000 Poul-Henning Kamp <phk@FreeBSD.org>

Make it possible to specify profiling in the kernel config file.

Do so for LINT.


Revision tags: vendor/gperf/2.7.2, vendor/ncurses/5.1-20001009
# 32002b34 03-Oct-2000 David E. O'Brien <obrien@FreeBSD.org>

Blah rev 1.208 got bits of the proposed "I want the file /kernel to be
the kernel" patch.

This commit is only the "Do not prepend `DESTDIR' to `KMODDIR' as
sys/conf/kmod.mk already does that for us"

Blah rev 1.208 got bits of the proposed "I want the file /kernel to be
the kernel" patch.

This commit is only the "Do not prepend `DESTDIR' to `KMODDIR' as
sys/conf/kmod.mk already does that for us" change.

show more ...


# e48c56ae 03-Oct-2000 David E. O'Brien <obrien@FreeBSD.org>

Do not prepend `DESTDIR' to `KMODDIR' as sys/conf/kmod.mk already does
that for us.


Revision tags: vendor/misc-GNU/cvs/1.11, vendor/sendmail/8.11.1, release/4.1.1_cvs
# 6c5d6441 14-Sep-2000 David E. O'Brien <obrien@FreeBSD.org>

Install the kernel KLM as "kernel" by default.


Revision tags: vendor/openssh/2.2.0-2000-09-09
# ecf92803 07-Sep-2000 David E. O'Brien <obrien@FreeBSD.org>

Create an "expert" mode where the device hints are not checked during
installation. This is need for the release build.


# 39f7b60e 07-Sep-2000 David E. O'Brien <obrien@FreeBSD.org>

Remove superfluous `/'s before KODIR.

Acceptability explained by: rgrimes


12345678910>>...97