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
/
share
/
mk
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restore the BINFORMAT?= in sys.mk, or it's painfully difficult to use
peter
1997-09-05
2
-4
/
+10
*
Change the BINFORMAT definitions so that they do not depend on sys.mk,
peter
1997-09-05
3
-6
/
+9
*
A first cut at some rules for building elf shared libs. Of particular
peter
1997-08-30
3
-3
/
+53
*
Fixed cleandepend target. Subdirectories weren't handled unless SRCS
bde
1997-08-26
1
-2
/
+2
*
Add "distclean" to list of targets to descend into subdirs for.
asami
1997-08-22
1
-2
/
+2
*
(1) Be nicer about mtree file missing. (Actually, just suggest where
asami
1997-08-20
1
-3
/
+13
*
Merge buildworld/installworld patch to Makefile from RELENG_2_2. Patch
asami
1997-08-05
2
-3
/
+5
*
Do not set the application variable LDDESTDIR. Note that it is still honored
asami
1997-07-31
1
-6
/
+1
*
Don't use !empty() on the potentially unset variable MANBUILDCAT. Using
bde
1997-07-25
1
-8
/
+8
*
Removed a stray `.if' that broke everything.
bde
1997-07-25
1
-2
/
+1
*
Allow optional building of preformatted manual pages.
pst
1997-07-24
1
-2
/
+80
*
Added ${KMOD} to CLEANFILES. ${KMOD} gets created if you run `make load'.
bde
1997-07-21
1
-2
/
+2
*
Changes for perl-5.004_01
markm
1997-07-17
1
-3
/
+3
*
(1) Add preliminary support for architecture/operating system-dependent
asami
1997-07-10
1
-6
/
+55
*
Removed temporary SMP header fix.
bde
1997-06-30
1
-16
/
+1
*
``-C ${WRKDIR} -xzf'' are no longer the default args for EXTRACT_BEFORE_ARGS
obrien
1997-06-29
1
-2
/
+2
*
Make NOSHARED = no / NOSHARED = NO do what you'd expect.
pst
1997-06-28
1
-2
/
+2
*
Add new variable USE_PERL5. It is similar to USE_GMAKE, except that
asami
1997-06-24
1
-2
/
+7
*
Change the distribute targets so that a given item in our source tree
jkh
1997-06-21
7
-15
/
+28
*
Add `B' to list of flags to pass through from C*FLAGS when using mkdep
asami
1997-06-18
2
-11
/
+11
*
Move the "umask ?= 0022" check (a warning only) from the default
asami
1997-06-18
1
-6
/
+6
*
Add "-I${DESTDIR}/usr/include" to CFLAGS if DESTDIR is defined, just
asami
1997-06-18
1
-1
/
+4
*
(1) Use the new BSD.x11.dist mtree file to create directories under
asami
1997-06-04
1
-55
/
+51
*
Add a `strip' target which remove the ^H from plain text files.
wosch
1997-05-25
1
-7
/
+18
*
Add "-assert pure-text" to the link line. The warnings about RRS
dfr
1997-05-23
1
-2
/
+2
*
Change CXXINCLUDES to use "g++" explicitly. CXXINCLUDES was defined
asami
1997-05-23
2
-4
/
+4
*
Add LIBALIAS.
brian
1997-05-23
1
-1
/
+2
*
Add variable LPR for printer command.
wosch
1997-05-11
1
-3
/
+18
*
Support compressed output. Default is uncompressed output format.
wosch
1997-05-11
1
-10
/
+46
*
Add SMPHDRS to CLEANFILES instead of replacing its current value.
dfr
1997-05-06
1
-2
/
+2
*
Use "gcc -shared" instead of "ld -Bshareable" for building shared
jdp
1997-05-04
1
-11
/
+5
*
Add ascii to comment describing default FORMATS value too
ache
1997-05-02
1
-2
/
+2
*
Add ascii to default formats list.
ache
1997-05-02
1
-2
/
+2
*
Put the "grossness" back; it had a purpose and anyone screwing around
jkh
1997-05-01
1
-1
/
+5
*
removed:
fsmp
1997-04-30
1
-2
/
+2
*
Fixed the SMP fixes:
bde
1997-04-30
1
-7
/
+10
*
Added trailing slash to ${CANONICALOBJDIR} in tests for directories,
bde
1997-04-30
1
-7
/
+7
*
Oops. The previous change duplicated the grossness instead of removing it.
bde
1997-04-30
1
-9
/
+1
*
Removed gross dir file bootstrap rule. Keep depending on the dir
bde
1997-04-30
1
-1
/
+5
*
bugfix: 'make depend' cause all LKMs rebuild
ache
1997-04-30
1
-2
/
+6
*
(1) Change logic for dependency: instead of defining "is_depended"
asami
1997-04-30
1
-47
/
+54
*
Submitted by: Wolfgang Helbig <helbig@MX.BA-Stuttgart.De>
fsmp
1997-04-28
1
-1
/
+9
*
Pass everything in ${LDADD} directly to the linker for `make depend'
bde
1997-04-23
1
-2
/
+2
*
Fixed missing strip step in .S.o and .S.po rules.
bde
1997-04-23
1
-5
/
+7
*
Merge from 2.2.
asami
1997-04-21
1
-8
/
+13
*
Updated comment about MANDEPEND (it was misplaced in bsd.prog.mk).
bde
1997-04-19
1
-1
/
+3
*
Removed unused (and almost unusable) support for LDONLY. See ld/rtld
bde
1997-04-19
1
-27
/
+1
*
(1) Change comment for USE_X11 to be more explicit about what it
asami
1997-04-15
1
-10
/
+12
*
Support GLOBAL style tags.
jkh
1997-04-13
6
-22
/
+72
*
Use "-pg" instead of "-p" for generating profiled object files.
jdp
1997-04-09
1
-5
/
+5
[next]