Sven Schnelle
74ac929712
Support for multiple jobs to build crash
...
This patch saves compilation time for crash build, which did the
following things:
[1] add --no-print-directory to MAKEFLAGS right in the beginning
to avoid repeating it in all make calls.
[2] use "make -C" instead of "cd x; make"
[3] replace make by $(MAKE)
Link: https://listman.redhat.com/archives/crash-utility/2021-December/msg00049.html
Link: https://listman.redhat.com/archives/crash-utility/2021-December/msg00048.html
Link: https://listman.redhat.com/archives/crash-utility/2021-December/msg00047.html
Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Lianbo Jiang <lijiang@redhat.com>
2022-02-16 11:48:06 +08:00
Dave Anderson
86e55bf87b
Remove the leftover ".constructor" build file in the extensions
...
subdirectory when "make extensions" is complete, and update the
top-level .gitignore file to ignore post-build extensions
subdirectory files.
(anderson@redhat.com )
2015-05-18 11:00:31 -04:00
Dave Anderson
407ce33ed0
Build extension modules that utilize the generic extensions/Makefile
...
with -g. In addition, build the snap.c extension module with -g.
(rabinv@axis.com )
2015-04-24 10:42:54 -04:00
Dave Anderson
03e3937ec7
Initial commit: crash-7.0.4
2014-01-28 16:46:11 -05:00