Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make make(1): fix documentation of POSIX configuration



details:   https://anonhg.NetBSD.org/src/rev/2bb17e70c5cd
branches:  trunk
changeset: 947127:2bb17e70c5cd
user:      rillig <rillig%NetBSD.org@localhost>
date:      Fri Dec 11 22:53:08 2020 +0000

description:
make(1): fix documentation of POSIX configuration

Empty commands are always allowed, whether in POSIX mode or not.

diffstat:

 usr.bin/make/config.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r a50c8e09a974 -r 2bb17e70c5cd usr.bin/make/config.h
--- a/usr.bin/make/config.h     Fri Dec 11 22:48:31 2020 +0000
+++ b/usr.bin/make/config.h     Fri Dec 11 22:53:08 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: config.h,v 1.27 2020/12/11 22:48:31 rillig Exp $       */
+/*     $NetBSD: config.h,v 1.28 2020/12/11 22:53:08 rillig Exp $       */
 
 /*
  * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -113,7 +113,6 @@
  *     Adhere to the POSIX 1003.2 draft for the make(1) program.
  *     - Use MAKEFLAGS instead of MAKE to pick arguments from the
  *       environment.
- *     - Allow empty command lines if starting with tab.
  */
 #define POSIX
 



Home | Main Index | Thread Index | Old Index