Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Missing .PHONYs. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
97ba416ca2f0a08b87b15c85e9af4882 |
User & Date: | stu 2018-06-15 20:20:38.806 |
Context
2018-06-16
| ||
04:45 | Better dist. Fix typo. check-in: 824cc3dd73 user: stu tags: trunk | |
2018-06-15
| ||
20:20 | Missing .PHONYs. check-in: 97ba416ca2 user: stu tags: trunk | |
19:37 | Put valgrind back into a var. check-in: 2a4d988206 user: stu tags: trunk | |
Changes
Changes to Makefile.in.
︙ | ︙ | |||
438 439 440 441 442 443 444 445 446 447 448 | rm -f $(DESTDIR)$(pkglibdir)/$$p; \ done list='$(bin_BINARIES)'; for p in $$list; do \ rm -f $(DESTDIR)$(bindir)/$$p; \ done .PHONY: all binaries clean depend distclean doc install libraries test # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: | > | 438 439 440 441 442 443 444 445 446 447 448 449 | rm -f $(DESTDIR)$(pkglibdir)/$$p; \ done list='$(bin_BINARIES)'; for p in $$list; do \ rm -f $(DESTDIR)$(bindir)/$$p; \ done .PHONY: all binaries clean depend distclean doc install libraries test .PHONY: gdb gdb-test valgrind valgrindshell # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |