L4Re/departure

libext2fs/include/libe2p/Makefile

617:2733e5770ee9
9 months ago Paul Boddie Made the run command wait for completion, introducing the spawn command to run programs in the background. Introduced conveniences for waiting for the last job to be initiated and for piping from the last job, also subscribing to signals from pipe-supplying jobs so that they may be transparently removed from the job list upon completion. Augmented the job listing with the "+" notation familiar from Unix. Prevented new jobs from being started when no job slots are available.
     1 PKGDIR ?= ../..     2 L4DIR  ?= $(PKGDIR)/../../..     3      4 PKGNAME	= libe2p     5 CONTRIB_HEADERS = 1     6      7 include $(L4DIR)/mk/include.mk