Module Name:    src
Committed By:   rillig
Date:           Fri Dec 11 22:53:08 UTC 2020

Modified Files:
        src/usr.bin/make: config.h

Log Message:
make(1): fix documentation of POSIX configuration

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


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/usr.bin/make/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/make/config.h
diff -u src/usr.bin/make/config.h:1.27 src/usr.bin/make/config.h:1.28
--- src/usr.bin/make/config.h:1.27	Fri Dec 11 22:48:31 2020
+++ src/usr.bin/make/config.h	Fri Dec 11 22:53:08 2020
@@ -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
 

Reply via email to