Home | History | Annotate | Download | only in unit-tests
History log of /src/usr.bin/make/unit-tests/posix1.mk
RevisionDateAuthorComments
 1.6  24-Oct-2020  rillig make(1): use consistent indentation in variable assignments

Initial work by "pkglint -F *.mk", manually adjusted in a few places.
 1.5  27-Sep-2020  rillig make(1): normalize whitespace in source code

There is no more space tab. Either only tabs or only spaces or tabs
followed by spaces, but not spaces followed by tabs.
 1.4  10-Aug-2020  rillig make(1): clean up temporary files after posix1.mk test
 1.3  30-Aug-2014  sjg Replace use of $() with ${}
$() means something special to the shell, so ${} reduces confusion
and is used almost exclusively in the rest of the makefiles.

Discussed with: christos
 1.2  29-Aug-2014  sjg posix1.mk and suffixes.mk need to cleanup in order to achieve
repeatable results.
posix1.mk's lib.a target still looks dubious.
 1.1  23-Aug-2014  christos Convert test in PR/49085

RSS XML Feed