]> git.ipfire.org Git - thirdparty/bacula.git/commit
win32: Makefile add winfiled target + NOTPARALLEL
authorAlain Spineux <alain@baculasystems.com>
Mon, 26 Mar 2018 10:09:16 +0000 (12:09 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:04 +0000 (09:03 +0100)
commit97eae6999c912cc45c71d23a37da42e93e857546
tree94d7d95934bfb370731f4f66a0e173093da2d7f2
parent3ef0818eb34594e6335c6384f5f82acac5649ec3
win32: Makefile add winfiled target + NOTPARALLEL

- the .NOTPARALLEL option just disable the "-j" option effect at the
  level of the Makefile to keep it sequential. The "-j" will be passed
  to sub-level Makefile
- the new target allow to quickly RE-build the client when all files
  have been already compiled once.
- A quick way to build the client :
  use "make win64=yes bat=no winfiled -j 4" to quickly build the client
- this is not 100% reliable, but very convenient for faster development
  of the client.
- run the command twice to be sure.
- for the build of the package does as usual, don't use "-j"
bacula/src/win32/Makefile