Skip to content
Snippets Groups Projects
Commit 88a2c035 authored by Tomasz Grabiec's avatar Tomasz Grabiec Committed by Pekka Enberg
Browse files

build: do not generate .d file of the uploaded manifest


Fixes #116.

Because modules add files to which cannot be handled by our build
system incremental build fails with messages like this:

  make[1]: *** No rule to make target `/home/tgrabiec/src/osv \
     /apps/cassandra//upstream/jna-3.`

Signed-off-by: default avatarTomasz Grabiec <tgrabiec@cloudius-systems.com>
Signed-off-by: default avatarPekka Enberg <penberg@cloudius-systems.com>
parent 6b5b6696
No related branches found
No related tags found
No related merge requests found
......@@ -648,7 +648,7 @@ bare.img: scripts/mkzfs.py $(jni) bare.raw $(out)/bootfs.manifest
usr.img: bare.img $(out)/usr.manifest $(out)/cmdline
$(call quiet, cp bare.img $@)
$(src)/scripts/upload_manifest.py -o $@ -d $@.d -m $(out)/usr.manifest \
$(src)/scripts/upload_manifest.py -o $@ -m $(out)/usr.manifest \
-D jdkbase=$(jdkbase) -D gccbase=$(gccbase) -D \
glibcbase=$(glibcbase) -D miscbase=$(miscbase)
$(call quiet, $(src)/scripts/imgedit.py setargs $@ $(shell cat $(out)/cmdline), IMGEDIT $@)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment