diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-03 00:55:01 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-03 00:55:01 +0000 |
| commit | a7539ab03fbca4da69c4d651016ff1c8013b9223 (patch) | |
| tree | 813cbcd3263de8a4302493470372a0fb9cbf25ce /Makefile | |
| parent | 944ab4d12c9a4327ed9db93504c2746169c5a335 (diff) | |
| download | lh-bootstrap-a7539ab03fbca4da69c4d651016ff1c8013b9223.tar.gz | |
Add git to sub/dev, first draft
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -33,7 +33,11 @@ images: $(OUTPUT)/tmp/.lh_diskimages_done ifeq ($(LH_DEV),true) include sub/dev/Makefile.strace include sub/dev/Makefile.make -LH_DEV_TARGETS := $(OUTPUT)/build-host/.lh_strace_installed $(OUTPUT)/build-host/.lh_make_installed +include sub/dev/Makefile.zlib +include sub/dev/Makefile.libressl +include sub/dev/Makefile.curl +include sub/dev/Makefile.git +LH_DEV_TARGETS := $(OUTPUT)/build-host/.lh_strace_installed $(OUTPUT)/build-host/.lh_make_installed $(OUTPUT)/build-host/.lh_zlib_installed $(OUTPUT)/build-host/.lh_libressl_installed $(OUTPUT)/build-host/.lh_curl_installed $(OUTPUT)/build-host/.lh_git_installed else LH_DEV_TARGETS := endif |
