[hackers] [scc] Add missed .POSIX in Makefiles || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Tue, 7 Mar 2017 10:42:38 +0100 (CET)

commit 347a3c1db0431826910730f43819715fa3a6c7f8
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Tue Mar 7 10:42:20 2017 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Tue Mar 7 10:42:20 2017 +0100

    Add missed .POSIX in Makefiles

diff --git a/libc/src/sys/amd64-linux/Makefile b/libc/src/sys/amd64-linux/Makefile
index c80234b..04b6d97 100644
--- a/libc/src/sys/amd64-linux/Makefile
+++ b/libc/src/sys/amd64-linux/Makefile
_AT_@ -1,3 +1,4 @@
+.POSIX:
 
 OBJ = _brk.o _close.o _exit.o _lseek.o _open.o _read.o _write.o
 SRC = $(OBJ:.o=.s)
diff --git a/tests/Makefile b/tests/Makefile
index 2fca733..667cdcf 100644
--- a/tests/Makefile
+++ b/tests/Makefile
_AT_@ -1,3 +1,4 @@
+.POSIX:
 
 all clean:
         cd error && make -e $_AT_
diff --git a/tests/error/Makefile b/tests/error/Makefile
index 87c9fc6..6f63da9 100644
--- a/tests/error/Makefile
+++ b/tests/error/Makefile
_AT_@ -1,3 +1,4 @@
+.POSIX:
 
 all: tests
 
diff --git a/tests/execute/Makefile b/tests/execute/Makefile
index 2df8368..e191c0a 100644
--- a/tests/execute/Makefile
+++ b/tests/execute/Makefile
_AT_@ -1,3 +1,4 @@
+.POSIX:
 
 all: tests
 
Received on Tue Mar 07 2017 - 10:42:38 CET

This archive was generated by hypermail 2.3.0 : Tue Mar 07 2017 - 10:48:18 CET