Add an install target to all makefiles. For the import build, the top-level Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)

This commit is contained in:
Gregory Nutt 2014-09-06 08:00:47 -06:00
parent 055c3fc6fa
commit d6bcd1a93a
151 changed files with 437 additions and 49 deletions

View file

@ -77,6 +77,8 @@ $(COBJS): %$(OBJEXT): %.c
$(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
install:
context:
.depend: Makefile $(SRCS)