Commit Graph

7 Commits

Author SHA1 Message Date
rillig
a3c983f271 make(1): allow make to be compiled in C90 mode
Since the inline functions are the only C99 feature used by now, setting
USER_CFLAGS='-std=c90 -ansi -Dinline=' is enough for compiling make with
a C90 compiler.
2020-08-25 17:37:09 +00:00
rillig
e8986ff18b make(1): remove unused declarations from header files 2020-08-23 17:04:21 +00:00
rillig
fb8f93f536 make(1): follow naming conventions for multiple-inclusion guards
This avoids undefined behavior.
2020-08-13 03:54:57 +00:00
christos
627745abcd remove <sys/cdefs.h> for portability reasons 2015-06-21 20:26:02 +00:00
christos
0002ddbc7d make needshell customizable, so that xinstall can use it. 2015-06-19 14:32:04 +00:00
christos
3f6f33cbde create needshell so we don't scan the string multiple times. 2015-06-19 14:25:34 +00:00
christos
b1e483495a centralize shell metachar handling. 2015-06-17 15:34:55 +00:00