Build system: Remove .NOTPARALLEL
commitbb788ea83e94839d06733eadf0f4835f6c55bfe3
authorTimo Hirvonen <tihirvon@gmail.com>
Mon, 23 Jul 2007 14:46:02 +0000 (23 17:46 +0300)
committerTimo Hirvonen <tihirvon@gmail.com>
Mon, 23 Jul 2007 14:46:02 +0000 (23 17:46 +0300)
tree1a3545d6fef557491c6e04ac99bd5933ff3a4618
parentdd49e21ceb5769590d96e3d4f9ccc5fdc8bce036
Build system: Remove .NOTPARALLEL

.NOTPARALLEL was used because "make -j2 clean all" would not work
otherwise.  But it also marks whole Makefile to be run serially and
makes building slower than necessary for multi-core machines.

Just don't use clean/distclean with any other targets.
scripts/lib.mk