aboutsummaryrefslogtreecommitdiffstats
path: root/src/profstats
Commit message (Collapse)AuthorAge
* more --buildLibravatar netblue302021-05-12
|
* Update main.cLibravatar pholodniak2021-04-15
| | | profstats - correct variable for include global
* makefiles: make all, clean and distclean PHONYLibravatar Kelvin M. Klann2021-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid a stat() call for each affected target and also potentially speed up parallel builds. From the GNU make manual[1]: > Phony targets are also useful in conjunction with recursive > invocations of make (see Recursive Use of make). In this situation > the makefile will often contain a variable which lists a number of > sub-directories to be built. [...] > The implicit rule search (see Implicit Rules) is skipped for .PHONY > targets. This is why declaring a target as .PHONY is good for > performance, even if you are not worried about the actual file > existing. Commands used to search, replace and cleanup: $ find -type f -name '*Makefile.in' -exec sed -i.bak \ -e 's/^all:/.PHONY: all\nall:/' \ -e 's/^clean:/.PHONY: clean\nclean:/' \ -e 's/^distclean:/.PHONY: distclean\ndistclean:/' '{}' + $ find -type f -name '*Makefile.in.bak' -exec rm '{}' + [1]: https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html
* copyright updateLibravatar startx20172021-02-15
|
* fix #3914Libravatar netblue302021-01-24
|
* profstatsLibravatar netblue302021-01-24
|
* profstats - add count for whitelisted home dir, dbus-user noneLibravatar netblue302020-10-02
|
* profstats: track dbus-system noneLibravatar netblue302020-09-08
|
* minor makefile fixesLibravatar netblue302020-06-29
|
* small fixesLibravatar netblue302020-04-21
|
* cleanup, fixes, more profstatsLibravatar netblue302020-04-06
|
* fixing my previous commitLibravatar netblue302020-04-05
|
* profile fixesLibravatar netblue302020-04-04
|
* misc fixes & hardeningLibravatar rusty-snake2020-04-03
|
* profstatsLibravatar netblue302020-04-01
|
* fix profstats to print warning for nonexistent include filesLibravatar netblue302020-03-22
|
* profile statsLibravatar netblue302020-03-19