-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC)
- Fix for possible unset uid/gid in toproto - Fix for default mtree style - Update libelf - Importing libexecinfo - Resynchronize GCC, mpc, gmp, mpfr - build.sh: Replace params with show-params. This has been done as the make target has been renamed in the same way, while a new target named params has been added. This new target generates a file containing all the parameters, instead of printing it on the console. - Update test48 with new etc/services (Fix by Ben Gras <[email protected]) get getservbyport() out of the inner loop Change-Id: Ie6ad5226fa2621ff9f0dee8782ea48f9443d2091
- Loading branch information
Showing
4,712 changed files
with
400,139 additions
and
171,881 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# $NetBSD: Makefile.inc,v 1.4 2002/04/10 14:53:43 lukem Exp $ | ||
|
||
.ifndef ABSTOP | ||
ABSTOP!= cd ${.PARSEDIR}; pwd | ||
|
||
.if (${.PARSEDIR} == ${.CURDIR}) | ||
RELTOP:= . | ||
.else | ||
RELTOP:= ${.PARSEDIR:S,^${.CURDIR},,} | ||
.endif | ||
|
||
# you can set BSD{SRC,OBJ}DIR in Makefile.local.inc | ||
.if exists(${ABSTOP}/Makefile.local.inc) | ||
.include "${ABSTOP}/Makefile.local.inc" | ||
.endif | ||
.endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
# $NetBSD: Makefile,v 1.22 2007/12/31 15:31:24 ad Exp $ | ||
# @(#)Makefile 8.1 (Berkeley) 5/31/93 | ||
|
||
SUBDIR= cat date df echo ed expr kill ksh ln ls \ | ||
mkdir pax pwd rm rmdir sync test stty | ||
SUBDIR= cat date df echo ed expr \ | ||
kill ksh ln ls mkdir pax pwd rm rmdir \ | ||
stty sync test | ||
|
||
.include <bsd.subdir.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.