CVS commit: src/usr.bin/make

2016-03-18 Thread Matthias Pfaller
Module Name:src Committed By: matthias Date: Wed Mar 16 16:04:44 UTC 2016 Modified Files: src/usr.bin/make: main.c Log Message: honor setting .MAKE.JOBS from the makefile. That way one can e.g. do: CPUS!=sysctl -n hw.ncpuonline .MAKE.JOBS?=$(CPUS) To generate a diff of

CVS commit: src/usr.bin/make

2016-03-15 Thread Matthias Pfaller
Module Name:src Committed By: matthias Date: Tue Mar 15 18:30:14 UTC 2016 Modified Files: src/usr.bin/make: suff.c Log Message: Another small change to make archive member rules work. With this change archive member rules seem to work as expected again. To generate a dif

CVS commit: src/usr.bin/make

2016-03-14 Thread Matthias Pfaller
Module Name:src Committed By: matthias Date: Tue Mar 15 06:25:14 UTC 2016 Modified Files: src/usr.bin/make: suff.c Log Message: dynamic dependencies for library member targets are working again. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/usr.bin/ma

CVS commit: src/usr.bin/make

2016-03-14 Thread Matthias Pfaller
Module Name:src Committed By: matthias Date: Mon Mar 14 07:42:16 UTC 2016 Modified Files: src/usr.bin/make: make.1 suff.c Log Message: make $@ an alias for $! in archive member rules (compatibility with other makes). To generate a diff of this commit: cvs rdiff -u -r1.25

CVS commit: src/usr.bin/make

2016-03-11 Thread Matthias Pfaller
Module Name:src Committed By: matthias Date: Fri Mar 11 15:12:39 UTC 2016 Modified Files: src/usr.bin/make: var.c Log Message: $% is $(.MEMBER) and not $(.ARCHIVE), $! is $(.ARCHIVE) and not $(.MEMBER) To generate a diff of this commit: cvs rdiff -u -r1.206 -r1.207 src/u

CVS commit: src/usr.bin/make

2016-03-11 Thread Matthias Pfaller
Module Name:src Committed By: matthias Date: Fri Mar 11 13:54:47 UTC 2016 Modified Files: src/usr.bin/make: parse.c Log Message: make parsing of library member targets work. So lib.a(member.o): something cp something member.o ar r lib.a member.o rm

CVS commit: src/usr.bin/calendar

2012-04-03 Thread Matthias Pfaller
Module Name:src Committed By: matthias Date: Tue Apr 3 12:03:05 UTC 2012 Modified Files: src/usr.bin/calendar: calendar.c Log Message: Stop playing games with stdin and stdout file descriptors. calendar did not work with nss_ldap installed. Typical symptoms were cc1

CVS commit: src/sys/dev/usb

2010-04-25 Thread Matthias Pfaller
Module Name:src Committed By: matthias Date: Sun Apr 25 09:14:39 UTC 2010 Modified Files: src/sys/dev/usb: usb_subr.c Log Message: Fix for PR#42572. I was running with this patch for several month without any problems. To generate a diff of this commit: cvs rdiff -u -r1.