index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
make
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct typo in version.
obrien
2012-06-20
1
-1
/
+1
*
Deprecate the FreeBSD make's ":U" (to-upper case) and ":L" (to-lower case)
obrien
2012-05-30
1
-1
/
+1
*
Make is part of the bootstrap path, so we need to guard against this
imp
2012-05-09
1
-1
/
+1
*
Add src.conf option WITH_SHARED_TOOLCHAIN to enable building the
kib
2012-04-29
1
-0
/
+4
*
Revert r228521: sometimes job output is lost
fjoe
2011-12-15
1
-2
/
+0
*
job make: if stdout is a tty create a pty when running a command.
fjoe
2011-12-15
1
-0
/
+2
*
- Fix segmentation fault when running "+command" when run with -jX -n due
fjoe
2011-11-30
1
-1
/
+3
*
Build usr.bin/ with WARNS=6 by default.
ed
2010-01-02
1
-1
/
+0
*
Remove inlining of functions that are used mostly in different object files.
rdivacky
2009-01-20
1
-1
/
+0
*
No need to tell make to DTRT with "make love", just do it.
obrien
2008-03-04
1
-5
/
+0
*
So, what's it supposed to say when you type "make love"?
ru
2006-05-11
1
-0
/
+1
*
Please ship the pointy hat to its home position.
phk
2005-09-26
1
-2
/
+0
*
Update coordinates for "mph" hash generator now that it lives in ports.
phk
2005-09-26
1
-1
/
+1
*
Add a .sinclude directive which does the exact same as .include, except
phk
2005-09-26
1
-0
/
+2
*
Document why there is a dependency of certain object files from the
harti
2005-05-25
1
-0
/
+6
*
Make shell.o dependend on the Makefile just in case someone changes
harti
2005-05-24
1
-1
/
+1
*
Bump the warning level to 6.
harti
2005-05-24
1
-1
/
+1
*
Factor out ProcExec() into its own file and rename it to Proc_Exec() for
harti
2005-05-24
1
-2
/
+2
*
Factor out all the .SHELL parsing related stuff into its own file and
harti
2005-05-24
1
-1
/
+2
*
Use the name of the default shell instead of a numeric index to select
harti
2005-05-24
1
-6
/
+2
*
Still too early to bump WARNS - there are still warnings on 64bit
harti
2005-05-12
1
-1
/
+1
*
Use a variable initialized to a string instead of the string directly
harti
2005-05-12
1
-1
/
+1
*
Revert the previous accidential commit.
harti
2005-05-12
1
-1
/
+1
*
Cleanup SuffFindArchDeps() to get rid of two const-warnings.
harti
2005-05-12
1
-1
/
+1
*
Merge compat.c into job.c. There is a lot in common between these
harti
2005-05-10
1
-2
/
+2
*
Merge var_modify.c into var.c and move types and function declarations
harti
2005-05-10
1
-2
/
+1
*
Rename the directive_hash.[ch] files to hash_tables.[ch] now
harti
2005-04-29
1
-5
/
+5
*
Use a minimal perfect hash for the special sources/targets too. Add
harti
2005-04-28
1
-6
/
+25
*
Fix the $$FreeBSD$$ that should be written verbatim to directive_hash.c
harti
2005-04-28
1
-1
/
+1
*
Move the hash function for directives into its own file and add
harti
2005-04-28
1
-2
/
+55
*
Ups. Revert the last commits. These have been committed by accident.
harti
2005-03-15
1
-1
/
+1
*
modifier_M: instead of going through the string twice to compute the
harti
2005-03-15
1
-1
/
+1
*
While working on constification temporarily disable -Werror. Things are too
harti
2005-02-09
1
-0
/
+1
*
Move all the remaining list functions into one C-file and remove
harti
2005-02-01
1
-5
/
+1
*
NOSHARED -> NO_SHARED
ru
2004-12-21
1
-1
/
+1
*
Instead of dynamically allocating list heads allocated them statically
harti
2004-12-16
1
-1
/
+1
*
Get rid of the sequential access feature of the lists. This was used
harti
2004-12-08
1
-2
/
+2
*
Change a couple of the primitve list functions to be macros. This changes
harti
2004-11-30
1
-5
/
+3
*
Merge the contents of lstInt.h into the public lst.h. This let's us get
harti
2004-11-29
1
-1
/
+1
*
Include sys/sysctl.h on all architectures not only i386.
harti
2004-11-25
1
-0
/
+1
*
remove XXX comment now that the kernel is fixed, there isn't any obvious
jmg
2004-09-06
1
-1
/
+1
*
Put variable assignments on .MAKEFLAGS and .MFLAGS targets into
harti
2004-08-12
1
-1
/
+1
*
Put variable assignments from the command line into the MAKEFLAGS
harti
2004-08-03
1
-1
/
+1
*
Implement POSIX's '+' flag for command lines. This flag causes a line
harti
2004-07-29
1
-1
/
+1
*
Split var.c into var.c and var_modify.c and move all the modification funcs
jmallett
2002-10-28
1
-1
/
+1
*
Move utilitarian routines to util.c, which isn't the same as the old
jmallett
2002-10-10
1
-1
/
+1
*
Give make(1) the ability to use KQUEUE to wait for worker processes
phk
2002-10-04
1
-0
/
+3
*
Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), using
jmallett
2002-09-17
1
-1
/
+1
*
Deal with bootstrapping from an old -current (almost exactly a year old)
peter
2002-08-31
1
-0
/
+3
*
Add a -C ala GNU make(1) for Makefiles which are too lazy to use $(MAKE) and
jmallett
2002-08-25
1
-1
/
+1
[next]