9 months ago | Paul Boddie | raw annotate files changeset graph | 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 TARGET = libet.a libet.so 5 PC_FILENAME = libet 6 SRC_C = error_message.c et_name.c init_et.c com_err.c com_right.c 7 8 PRIVATE_INCDIR += $(PKGDIR)/lib $(PKGDIR)/include/libet $(PKGDIR)/include/libet/et 9 CONTRIB_INCDIR = libet 10 11 REQUIRES_LIBS = libc_support_misc 12 13 include $(L4DIR)/mk/lib.mk