summaryrefslogtreecommitdiff
path: root/usr.bin/make
AgeCommit message (Expand)Author
2014-11-06Ensure -- filemon is at start of linesjg
2014-10-20Use read and fwrite rather than fgets and printf when reading filemon data.sjg
2014-10-20Extract broken testssjg
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-09-30Define some of the missing macros. The only error now is:christos
2014-09-18Comments, and one very minor tidyup.dholland
2014-09-14Small markup fixes:apb
2014-09-14bump date; I think I'm done for tonightdholland
2014-09-14Add some notes on compatibility with other make dialects.dholland
2014-09-14Improve the documentation of rule-local variables. Cherry-picked fromdholland
2014-09-14Improvements pertaining to shell commands and chdir. Some of thisdholland
2014-09-14Fix handling of the silly $(@D) $(@F) etc. vars so modifiers on themdholland
2014-09-13Recognize the crazy POSIXisms $(?D) and $(?F); issue 2 in PR 49085dholland
2014-09-13typo in comment, from the first reverted patchdholland
2014-09-09Add a test for backslash-newline at the very end of a command script.apb
2014-09-09Change @echo to echo in several places in escape.mk,apb
2014-09-09Restore -r1.234 of make.1, which was an unrelated fix from sjg pertainingdholland
2014-09-09Revert the man page as well. (hi joerg)dholland
2014-09-09Restore apb's 20140820 commit (-r1.228 of main.c):dholland
2014-09-07Revert all make changes except the unit tests to the state of threejoerg
2014-09-05Reduce pirate slang.wiz
2014-09-04document commented out .INVISIBLE and .JOIN.christos
2014-08-30Replace use of $() with ${}sjg
2014-08-29*.rawout are out-of-date if ${TEST_MAKE} is newer.sjg
2014-08-29posix1.mk and suffixes.mk need to cleanup in order to achievesjg
2014-08-29undo eating the trailing backslash now that the shell has been fixed.christos
2014-08-28Enter/leave flag is -w not -dwsjg
2014-08-28don't leave trailing backlashes on commands, just like gmake does. What doeschristos
2014-08-27Make .INVISIBLE nodes be ignored by suffix transformations.christos
2014-08-24Let "make clean" delete the files and dirs created by some of the tests.apb
2014-08-24In either a variable assignmentor a command, backslash-backslash-newlineapb
2014-08-24Our practice is that an even number of backslashes before a newlineapb
2014-08-24Our practice, despite what POSIX might say, is that "\#"apb
2014-08-24Convert the variable printing tests to use .USE rules,apb
2014-08-24Adjust tests to correct for the fact that end-of-line commentsapb
2014-08-24Fix more typos in variable names.apb
2014-08-24Fix typos in variable names, and in a comment.apb
2014-08-24Add tests for backslash escaping in make(1).apb
2014-08-23fix output based on new sourceschristos
2014-08-23Instead of adding the test in 48095 I added the tests in 48096. Add thechristos
2014-08-23PR/46096: Jarmo Jaakkola: fix many problems with dependencies (PR 49086)christos
2014-08-23Bump date for previous.wiz
2014-08-23Convert test in PR/49085christos
2014-08-23PR/49085: Jarmo Jaakkola: fix several parsing errorschristos
2014-08-21Add a .PATH, so you can be in any other directory and runapb
2014-08-21Add varmisc.mk, for miscellaneous variable tests.apb
2014-08-21Give each group of tests its own output file.apb
2014-08-21Stricter sed expression for matching an optional PID in square brackets.apb
2014-08-21When sanitising test output, replace "${TEST_MAKE}" with "make".apb
2014-08-20Add tests for VAR != command.apb