Codebase list mg / 316cb17
Allow parallelism. Trent W. Buck 11 years ago
2 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
22 * Use overrides style rules.
33 * Fix parallel compilation (debuild -j8).
44 * New upstream URL in watchfile.
5 * Allow parallelism.
56
67 -- Trent W. Buck <trentbuck@gmail.com> Thu, 07 Jan 2010 16:30:47 +1100
78
00 #!/usr/bin/make -f
11 %:
2 +dh $@
2 +dh $@ --parallel
33 # mg's ./configure script is not made by autoconf, and it does not
44 # accept arguments. To make users realize this, ./configure exits if
55 # it is passed arguments -- which dh_auto_configure does. Therefore,
99 # Because --prefix=/usr and such are not set up by ./configure, we
1010 # need to invoke "make install" manually, too.
1111 override_dh_auto_install:
12 $(MAKE) install DESTDIR=debian/mg prefix=/usr mandir=/usr/share/man
12 +$(MAKE) install DESTDIR=debian/mg prefix=/usr mandir=/usr/share/man
1313
1414 # For use with a new clone of debian/ from darcs.debian.org.
1515 get-orig-source: