linux/debian/build
Ben Hutchings 02e867b636 Fix parallel builds of both arch and indep binaries
A parallel 'debian/rules build' will now invoke 'debian/rules.real
build' twice in parallel, which is disastrous.

- Add and use proper build-arch and build-indep targets in
  debian/rules.gen and debian/rules.real
- Assign a separate temporary directory to each target in
  debian/rules.real.  Add the directories to .gitignore and
  the clean rule.
- Pull installation of the lockdep wrapper (which is indep)
  up into debian/rules.real so that we don't end up building
  liblockdep twice in parallel.
2015-12-10 02:44:23 +00:00
..
scripts Add .gitignore files to debian/build 2015-08-14 00:37:49 +02:00
tools Fix parallel builds of both arch and indep binaries 2015-12-10 02:44:23 +00:00
.gitignore Add .gitignore files to debian/build 2015-08-14 00:37:49 +02:00
Makefile Build userland headers and add them to the front of the system include path 2015-08-13 21:41:41 +02:00
Makefile.inc Set compiler flags according to dpkg-buildflags 2015-09-25 22:13:52 +01:00