[Midnightbsd-cvs] src [11356] trunk/bin/csh: update build
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Jul 6 08:36:43 EDT 2018
Revision: 11356
http://svnweb.midnightbsd.org/src/?rev=11356
Author: laffer1
Date: 2018-07-06 08:36:42 -0400 (Fri, 06 Jul 2018)
Log Message:
-----------
update build
Modified Paths:
--------------
trunk/bin/csh/Makefile
trunk/bin/csh/config_p.h
Modified: trunk/bin/csh/Makefile
===================================================================
--- trunk/bin/csh/Makefile 2018-07-06 12:06:16 UTC (rev 11355)
+++ trunk/bin/csh/Makefile 2018-07-06 12:36:42 UTC (rev 11356)
@@ -1,5 +1,5 @@
# $MidnightBSD$
-# $FreeBSD: src/bin/csh/Makefile,v 1.36.2.1 2006/02/26 06:17:59 ume Exp $
+# $FreeBSD: stable/10/bin/csh/Makefile 316958 2017-04-15 11:16:11Z dchagin $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
#
# C Shell with process control; VM/UNIX VAX Makefile
@@ -33,6 +33,7 @@
tc.func.c tc.nls.c tc.os.c tc.os.h tc.printf.c tc.prompt.c \
tc.sched.c tc.sig.c tc.sig.h tc.str.c sh.types.h tc.vers.c tc.wait.h \
tc.who.c tc.h
+SRCS+= dotlock.c dotlock.h
GENHDRS= ed.defns.h sh.err.h tc.const.h tc.defs.c
SRCS+= ${GENHDRS}
Modified: trunk/bin/csh/config_p.h
===================================================================
--- trunk/bin/csh/config_p.h 2018-07-06 12:06:16 UTC (rev 11355)
+++ trunk/bin/csh/config_p.h 2018-07-06 12:36:42 UTC (rev 11356)
@@ -1,4 +1,4 @@
-/* $MidnightBSD: src/bin/csh/config_p.h,v 1.5 2013/02/03 21:47:43 laffer1 Exp $ */
+/* $MidnightBSD$ */
/*
* config.h -- configure various defines for tcsh
*
@@ -9,7 +9,7 @@
#ifndef _h_config
#define _h_config
-/****************** System dependant compilation flags ****************/
+/****************** System dependent compilation flags ****************/
/*
* POSIX This system supports IEEE Std 1003.1-1988 (POSIX).
*/
@@ -34,7 +34,8 @@
* Note that some machines eg. rs6000 have a vfork, but not
* with the berkeley semantics, so we cannot use it there either.
*/
-#define VFORK
+/* #define VFORK */
+#define vfork fork
/*
* BSDJOBS You have BSD-style job control (both process groups and
More information about the Midnightbsd-cvs
mailing list